zazzy

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-starter generate flow, the prune model, and add <block>.
  • Features — a guide for every feature in the menu.
  • Components — a live showcase of the vendored UI primitives.
  • Blocks — installable, composed blocks with add instructions.
  • API reference — the public /api/v1 surface.
  • Architecture — the pruning model, @feature markers, and the feature DAG.
  • Deployment — Vercel, compose services, and the env matrix.