Supabase Documentation
Supabase documentation. Use for Supabase Auth, Database, Storage, Edge Functions, Realtime, and client SDKs.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | contents/guides/getting-started/ |
| Authentication | contents/guides/auth/ |
| Database (PostgreSQL) | contents/guides/database/ |
| Storage (files) | contents/guides/storage/ |
| Edge Functions | contents/guides/functions/ |
| Realtime | contents/guides/realtime/ |
| AI/Vector search | contents/guides/ai/ |
| REST API | contents/guides/api/rest/ |
| Troubleshooting | contents/troubleshooting/ |
When to use
Use this skill when the user asks about:
- •Supabase Auth (social login, SSO, MFA, sessions, RLS)
- •Supabase Database (PostgreSQL, tables, functions, extensions, migrations)
- •Supabase Storage (file uploads, buckets, image transformations)
- •Supabase Edge Functions (serverless functions, Deno runtime)
- •Supabase Realtime (subscriptions, broadcast, presence)
- •Supabase AI features (vector embeddings, pgvector, semantic search)
- •Supabase CLI and local development
- •Supabase platform features (organizations, billing, regions)
- •Client SDKs (JavaScript, Python, etc.)
How to find information
- •First, read
TOC.mdfor complete file listing organized by directory - •Identify relevant section based on user's question
- •Read specific files for details
TOC.md contains all files organized by directory - always check it first.