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.
- Some notes on Supabase Auth
- Running Supabase on a remote VPS while keeping local development workflow
- notes.dt.in.th uses Supabase to store public notes.
- บันทึกการทำระบบสำหรับโครงการ AI for Teachers ด้วย Supabase เพื่อรองรับการใช้งานพร้อมกันหลักหมื่นคน
# 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