supabase/supabase
Features
User-visible product capabilities exposed by Studio. Each feature spans both a data/<domain>/ folder and a components/interfaces/<Feature>/ folder under apps/studio/. The pages here describe how the feature is wired in this monorepo — they don't replicate the public docs.
| Feature | Studio surface | Underlying service |
|---|---|---|
| Database management | Database/, TableGridEditor/, SQLEditor/ |
Postgres + postgres-meta |
| Auth | Auth/ |
GoTrue (supabase/auth) |
| Storage | Storage/ |
supabase/storage |
| Edge Functions | EdgeFunctions/ |
supabase/edge-runtime |
| Realtime | Realtime/ |
supabase/realtime (Elixir) |
| Branching | BranchManagement/ |
Hosted platform |
| Logs and observability | UnifiedLogs/, Reports/, QueryPerformance/, Observability/ |
Logflare + Vector |
| AI Assistant | Docs/, in-line in SQLEditor/, advisors |
packages/ai-commands + AI SDK |
For things that are not Studio-visible (the docs site search system, the /go/* campaign pipeline, the icon build pipeline), see the relevant app or package pages.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.