Create a new Starterbase SaaS application
npm install create-starterbase-appCLI to scaffold SaaS applications with FastAPI + Next.js.
``bash`
npx starterbase activate YOUR-LICENSE-KEY
npx create-starterbase-app my-app -y
`bashCreate project (interactive)
npx create-starterbase-app my-app
$3
| Option | Description |
|--------|-------------|
|
-d, --database | sqlite or postgresql |
| -y, --yes | Non-interactive mode |
| --skip-install | Skip dependency installation |
| --no-start` | Don't start Docker after creation |Backend: FastAPI, SQLAlchemy 2.0 (async), Stripe, Alembic, Redis
Frontend: Next.js 16, React 19, TanStack Query, Tailwind CSS 4
- Node.js 18+
- Python 3.13+
- Valid license from starterbase.dev