Introduction
Documentation for the kitchen-sink SaaS starter — the reference app and the CLI that scaffolds from it.
zazzy documents the SaaS starter: a production-grade, kitchen-sink Next.js reference app and a CLI that scaffolds a new project from it, pruning the features you don't pick.
This site is being built out section by section. Use the sidebar to navigate:
- Getting started — install the CLI, pick features, and run your first app.
- CLI — the
create-saas-startergenerate flow, the prune model, andadd <block>. - Features — a guide for every feature in the menu.
- Components — a live showcase of the vendored UI primitives.
- Blocks — installable, composed blocks with
addinstructions. - API reference — the public
/api/v1surface. - Architecture — the pruning model,
@featuremarkers, and the feature DAG. - Deployment — Vercel, compose services, and the env matrix.