Documentation
Ship in 5 minutes
Unzip the boilerplate, wire the minimum env vars, and lean on the built-in dev tooling to get a live SaaS preview right away.
Unpack and install
Every customer download is a self-contained zip. Unzip it anywhere, run `npm install`, and you're already holding the same source that powers the live demo.
Relevant files
src/app/documentation/quick-start/page.tsx— Matches the exact CLI commands surfaced inside the docs.
Configure only the essentials
Copy `.env.example` to `.env` and fill `DATABASE_URL`, `NEXTAUTH_SECRET`, and the local URLs. Everything else (Stripe, Google, Resend) can wait until you're ready to demo payments or email.
Relevant files
.env.example— .env template
Verify auth instantly
Run `npm run dev`, register at `/register`, then open `/dev-tools` to mark the account verified without configuring Resend. Within five minutes you can walk someone through onboarding, dashboard widgets, and billing states.
Relevant files
src/app/dev-tools/page.tsx— Dev tools page