name: olore-supabase-latest description: Local Supabase documentation reference (latest). Supabase Auth, Database, Storage, Edge Functions, Realtime, and client SDKs.
Supabase Documentation
Supabase is an open-source Firebase alternative providing Postgres database, authentication, storage, edge functions, and realtime subscriptions.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | contents/guides/getting-started/quickstarts/nextjs.mdx |
| Auth setup | contents/guides/auth.mdx |
| Row Level Security | contents/guides/database/postgres/row-level-security.mdx |
| Edge Functions | contents/guides/functions/quickstart.mdx |
| Storage | contents/guides/storage/quickstart.mdx |
| Realtime | contents/guides/realtime/getting_started.mdx |
| pgvector / AI | contents/guides/ai/vector-columns.mdx |
| Local dev / CLI | contents/guides/local-development/overview.mdx |
| Self-hosting | contents/guides/self-hosting/docker.mdx |
| Troubleshooting | contents/troubleshooting/ |
When to use
Use this skill when the user asks about:
- Supabase Auth (email/password, OAuth, magic links, MFA, SSO, JWT)
- Postgres database, tables, functions, triggers, RLS policies, extensions
- Row Level Security (RLS) policies and security rules
- Supabase Storage (file uploads, buckets, CDN, image transforms)
- Edge Functions (Deno, deployment, secrets, CORS, webhooks)
- Realtime (broadcast, presence, Postgres change listeners)
- pgvector, embeddings, semantic/hybrid search, AI integrations
- Supabase CLI, local development, migrations, branching
- Self-hosting Supabase with Docker
- Client SDKs (supabase-js, Flutter, Python, Kotlin, Swift)
- Queues (PGMQ), cron jobs, scheduled tasks
- Connecting to Postgres (connection pooling, Supavisor, serverless)
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.