create-start-kit-dev
v0.1.9
Published
Create full-stack TypeScript SaaS apps with TanStack Start, Bun, Drizzle, Better-Auth, and Stripe in seconds
Maintainers
Readme
create-start-kit-dev
CLI for scaffolding and configuring Start Kit projects.
Usage
Create a new project
bunx create-start-kit-dev create my-appThis downloads the template, installs dependencies, and runs the interactive setup wizard.
Initialize an existing project
bunx create-start-kit-dev initRun a specific setup phase
bunx create-start-kit-dev init --step databaseSetup Phases
The wizard guides you through these phases (resumable if interrupted):
| Phase | What it does |
|-------|-------------|
| Branding | App name, description, logo, colors |
| Features | Toggle AI, payments, storage, i18n |
| Database | PostgreSQL connection and schema setup |
| Environment | Generate .env with required variables |
| Infrastructure | Docker and deployment config |
Development
bun install
bun run build # Build with tsdown
bun run dev # Watch modeLicense
MIT
