My notes about Supabase, a “Postgres development platform,” a backend-as-a-service solution, providing a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings.

# Add Supabase CLI as a development dependency (allows running bun supabase commands)
bun add -D supabase

# Init project
bun supabase init

# Link to remote project
bun supabase login
bun supabase link

# Start
bun supabase start