starter-dashboard
Installation
SKILL.md
Alpaca Starter Dashboard
Create a local Next.js dashboard for Alpaca paper trading and market data demos.
The generated app uses the published @alpacahq/alpaca-trade-api package and calls
the Trading API and Market Data API directly through the SDK.
Workflow
- Confirm the target directory and app name.
- Create the app locally with
scripts/scaffold.ts. - Default to paper trading (
APCA_PAPER="true"). Do not configure live trading. - Report the target path and give next commands. Do not print secrets from
.env.local.
Run The Scaffolder
From this skill directory: