Get started1 min read
Getting started
Prepare the kit locally without hiding provider or migration steps.
On this page
Canonical source
This public guide is distilled from README.md and docs/README-FOR-FUTURE-ME.md. Keep implementation detail in those repository documents.

Start from the small customization surface
Brand, company, app, billing, integrations, modules, capabilities, and environment contracts have explicit owners. Rename the template first, then build product behavior as vertical slices instead of reshaping the foundation.
- Run bun run setup to create local configuration without overwriting secrets.
- Review committed migrations and apply them explicitly with bun run db:migrate.
- Use bun run doctor to separate missing configuration from product failures.
- Start the app and durable worker together with bun run dev:all.
Know what local setup proves
A working local stack proves the repository can run against its development services. Live Clerk, Stripe, Electric, BullMQ, email, storage, and deployment behavior remain separate credential-backed checks.
Was this page helpful?
Feedback is stored only in this browser in the starter implementation.