Overview
Spin up the full Supabase stack locally — Postgres + Auth + Storage + Functions. Great for offline dev, migration review, and type generation.
Features
- Full stack, locally
- Generate and apply migrations
- Generate TypeScript types from schema
- Edge Functions hot reload
- CLI seeding and reset
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ supabase startStart the full Supabase stack locally
$ supabase db diff -f add_usersGenerate a migration from schema diff
$ supabase gen types typescript --localGenerate TS types from the schema