supabase/supabase
Supabase
What is in this repo
| Area | Purpose |
|---|---|
apps/studio |
The Supabase dashboard (Next.js). The same code is shipped to supabase.com/dashboard and to self-hosted users via Docker. |
apps/docs |
The Next.js docs site at supabase.com/docs. Includes guides, reference, GraphiQL playground, federated docs. |
apps/www |
The marketing site at supabase.com — landing pages, blog, customer stories, events, pricing, the /go/* campaign system. |
apps/design-system |
Living documentation for the shared design system at supabase.com/design-system. |
apps/ui-library |
Public registry of shadcn-style components and blocks. |
apps/learn |
Interactive course material (early "Supabase Foundations" curriculum). |
apps/lite-studio |
A trimmed-down Studio variant served via React Router + Vite. |
packages/* |
Shared workspace packages (UI, common helpers, AI commands, pg-meta, generated API types, configs, ESLint config). |
docker/ |
The official docker-compose.yml self-host bundle: Postgres + Studio + Auth + PostgREST + Realtime + Storage + Edge Runtime + Logflare + Vector + Supavisor + Kong. |
e2e/studio |
Playwright end-to-end tests for Studio. |
examples/ |
Stand-alone example apps for many languages and frameworks. |
i18n/, blocks/ |
Localization snippets and shadcn-style "blocks" used by the design system and ui-library. |
How to read this wiki
If you are new to the repo, start with Architecture for how the apps and packages fit together, then Getting started for local development. Page-specific deep dives live under apps/, packages/, and features/. The Glossary captures terms that are specific to Supabase. For self-hosting, jump straight to Deployment.
Quick links
- Public site: supabase.com
- Public docs: supabase.com/docs
- Hosted dashboard: supabase.com/dashboard
- Self-host guide: supabase.com/docs/guides/self-hosting/docker
- Contributing:
CONTRIBUTING.md,DEVELOPERS.md
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.