Quickstart

Scaffold a synced local-first app in one command.

Scaffold a new Jazz app

Terminal
pnpm create jazz

Pick a framework, hosting mode, and auth style when prompted. The scaffolder installs dependencies and — if you chose hosted — provisions an app on Jazz Cloud with env vars filled in for you.

What you get

  • schema.ts — the source of truth for your data. Tables, types, and queries all flow from here. See Schemas.
  • permissions.ts — row-level access, pre-wired. See Permissions.
  • A Jazz provider and a todo UI you can reshape into your own app.

Next steps

On this page