Supabase CLI
Development↓ 0
OPEN-Charlie
Claude CodeCursorWindsurfOther
databasebackendclipostgresauth
Description
Manage your Supabase database and backend from the terminal. Run a local copy of your database for testing, push changes to production, and auto-generate TypeScript types from your schema — all with simple commands.
Setup Guide
1. npm install -g supabase
2. supabase login
3. supabase init (in your project directory)
4. supabase start (local Postgres + Studio at localhost:54323)
5. supabase db push (apply migrations to remote)
6. supabase gen types typescript --local > src/types/supabase.ts