# Supabase

> Supabase aims to provide a Firebase-like developer experience using open-source tools. It is designed to offer hosted Postgres databases with authentication, real-time capabilities, auto-generated APIs (REST, GraphQL, Realtime), serverless functions, file storage, AI + vector search features, and a dashboard—all built on enterprise-grade open-source technologies.

**Remember:**
- Hosted Postgres Database
- Authentication & Authorization via GoTrue
- Auto-generated REST, GraphQL, and Realtime APIs
- Serverless Functions (Database & Edge)
- File Storage with S3-like integration
- AI + Vector Search Toolkit

## Docs
- [With Angular](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-angular.mdx): install & quickstart.
- [With Expo React Native](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-expo-react-native.mdx): install & quickstart.
- [With Flutter](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-flutter.mdx): install & quickstart.
- [With Ionic Angular](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-ionic-angular.mdx): install & quickstart.
- [With Ionic React](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-ionic-react.mdx): install & quickstart.
- [With Ionic Vue](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-ionic-vue.mdx): install & quickstart.
- [With Kotlin](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-kotlin.mdx): install & quickstart.
- [With Nextjs](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-nextjs.mdx): install & quickstart.
- [With Nuxt 3](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-nuxt-3.mdx): install & quickstart.
- [With React](https://github.com/supabase/supabase/blob/master/apps/docs/content/guides/getting-started/tutorials/with-react.mdx): install & quickstart.

## Tutorials
- [README](https://github.com/supabase/supabase/blob/master/examples/_internal/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/archive/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/clerk/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/edge-functions/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/oauth-app-authorization-flow/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/with-cloudflare-workers/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/ai/aws_bedrock_image_search/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/ai/edge-functions/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/ai/image_search/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/examples/auth/expo-social-auth/README.md): install & quickstart.

## API
- [Index](https://github.com/supabase/supabase/blob/master/packages/api-types/index.ts): API reference.
- [2021 03 08 Toad A Link Shortener With Simple Apis For Low Coders](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2021-03-08-toad-a-link-shortener-with-simple-apis-for-low-coders.mdx): docs page.
- [2022 08 02 Supabase Flutter Sdk 1 Developer Preview](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2022-08-02-supabase-flutter-sdk-1-developer-preview.mdx): docs page.
- [2022 08 15 Supabase Cli V1 And Admin Api Beta](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2022-08-15-supabase-cli-v1-and-admin-api-beta.mdx): docs page.
- [2022 10 21 Supabase Flutter Sdk V1 Released](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2022-10-21-supabase-flutter-sdk-v1-released.mdx): version history.
- [2025 03 20 Migrating Mongodb Data Api With Supabase](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2025-03-20-migrating-mongodb-data-api-with-supabase.mdx): docs page.
- [2025 04 04 Data Api Nearest Read Replica](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2025-04-04-data-api-nearest-read-replica.mdx): docs page.
- [2025 05 17 Simplify Backend With Data Api](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2025-05-17-simplify-backend-with-data-api.mdx): docs page.
- [2025 12 16 Metrics Api Observability](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2025-12-16-metrics-api-observability.mdx): docs page.
- [Api](https://github.com/supabase/supabase/blob/master/apps/www/lib/api.ts): API reference.

## Concepts
- [README](https://github.com/supabase/supabase/blob/master/apps/design-system/README.md): install & quickstart.
- [Contentlayer.Config](https://github.com/supabase/supabase/blob/master/apps/design-system/contentlayer.config.js): docs page.
- [Tailwind.Config](https://github.com/supabase/supabase/blob/master/apps/design-system/tailwind.config.js): docs page.
- [2023 04 07 Designing With Ai Midjourney](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2023-04-07-designing-with-ai-midjourney.mdx): docs page.
- [2023 12 08 How Design Works At Supabase](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2023-12-08-how-design-works-at-supabase.mdx): docs page.
- [Charts](https://github.com/supabase/supabase/blob/master/apps/design-system/registry/charts.ts): docs page.
- [Colors](https://github.com/supabase/supabase/blob/master/apps/design-system/registry/colors.ts): docs page.
- [Copy Writing](https://github.com/supabase/supabase/blob/master/apps/design-system/registry/copy-writing.ts): docs page.
- [Fragments](https://github.com/supabase/supabase/blob/master/apps/design-system/registry/fragments.ts): docs page.
- [Nav](https://github.com/supabase/supabase/blob/master/apps/design-system/types/nav.ts): docs page.

## Optional
- [Contributing](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md): docs page.
- [Security](https://github.com/supabase/supabase/blob/master/SECURITY.md): security policy.
- [Changelog](https://github.com/supabase/supabase/blob/master/docker/CHANGELOG.md): version history.
- [2021 12 01 Realtime Row Level Security In Postgresql](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2021-12-01-realtime-row-level-security-in-postgresql.mdx): security policy.
- [2022 10 20 Supabase Js V2 Released](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2022-10-20-supabase-js-v2-released.mdx): version history.
- [2022 12 16 Postgrest 11 Prerelease](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2022-12-16-postgrest-11-prerelease.mdx): version history.
- [2023 07 12 Postgrest 11 1 Release](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2023-07-12-postgrest-11-1-release.mdx): version history.
- [2024 04 19 Security Performance Advisor](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2024-04-19-security-performance-advisor.mdx): security policy.
- [2025 07 16 Improved Security Controls](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2025-07-16-improved-security-controls.mdx): security policy.
- [2025 09 30 Postgrest 13 Release](https://github.com/supabase/supabase/blob/master/apps/www/_blog/2025-09-30-postgrest-13-release.mdx): version history.
- [Pull Request Template](https://github.com/supabase/supabase/blob/master/.github/pull_request_template.md): docs page.
- [Developers](https://github.com/supabase/supabase/blob/master/DEVELOPERS.md): docs page.
- [README](https://github.com/supabase/supabase/blob/master/README.md): docs page.

## Apps
- [README](https://github.com/supabase/supabase/blob/master/apps/cms/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/studio/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/ui-library/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/www/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/studio/components/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/studio/pages/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/studio/styles/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/studio/tests/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/studio/data/__templates/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/apps/www/lib/cms/README.md): install & quickstart.

## Blocks
- [Index](https://github.com/supabase/supabase/blob/master/blocks/vue/index.ts): docs page.
- [Clients](https://github.com/supabase/supabase/blob/master/blocks/vue/registry/clients.ts): docs page.
- [Index](https://github.com/supabase/supabase/blob/master/blocks/vue/registry/index.ts): docs page.
- [Password Based Auth](https://github.com/supabase/supabase/blob/master/blocks/vue/registry/password-based-auth.ts): docs page.
- [Process Registry](https://github.com/supabase/supabase/blob/master/blocks/vue/lib/process-registry.ts): docs page.
- [Social Auth](https://github.com/supabase/supabase/blob/master/blocks/vue/registry/social-auth.ts): docs page.
- [Utils](https://github.com/supabase/supabase/blob/master/blocks/vue/registry/default/lib/utils.ts): docs page.
- [Auth](https://github.com/supabase/supabase/blob/master/blocks/vue/registry/default/social-auth/nuxtjs/server/middleware/auth.ts): docs page.
- [Client](https://github.com/supabase/supabase/blob/master/blocks/vue/registry/default/clients/nuxtjs/lib/supabase/client.ts): docs page.
- [Client](https://github.com/supabase/supabase/blob/master/blocks/vue/registry/default/clients/nuxtjs/server/supabase/client.ts): docs page.

## Docker
- [README](https://github.com/supabase/supabase/blob/master/docker/README.md): install & quickstart.
- [Versions](https://github.com/supabase/supabase/blob/master/docker/versions.md): docs page.
- [Index](https://github.com/supabase/supabase/blob/master/docker/volumes/functions/hello/index.ts): docs page.
- [Index](https://github.com/supabase/supabase/blob/master/docker/volumes/functions/main/index.ts): docs page.

## E2E
- [README](https://github.com/supabase/supabase/blob/master/e2e/studio/README.md): install & quickstart.
- [Env.Config](https://github.com/supabase/supabase/blob/master/e2e/studio/env.config.ts): docs page.
- [Playwright.Config](https://github.com/supabase/supabase/blob/master/e2e/studio/playwright.config.ts): docs page.
- [Assistant.Spec](https://github.com/supabase/supabase/blob/master/e2e/studio/features/assistant.spec.ts): docs page.
- [Auth Helpers](https://github.com/supabase/supabase/blob/master/e2e/studio/utils/auth-helpers.ts): docs page.
- [Auth Users.Spec](https://github.com/supabase/supabase/blob/master/e2e/studio/features/auth-users.spec.ts): docs page.
- [Database.Spec](https://github.com/supabase/supabase/blob/master/e2e/studio/features/database.spec.ts): docs page.
- [Dismiss Toast](https://github.com/supabase/supabase/blob/master/e2e/studio/utils/dismiss-toast.ts): docs page.
- [Global.Setup](https://github.com/supabase/supabase/blob/master/e2e/studio/features/_global.setup.ts): docs page.
- [Home.Spec](https://github.com/supabase/supabase/blob/master/e2e/studio/features/home.spec.ts): docs page.

## I18N
- [Readme.Ar](https://github.com/supabase/supabase/blob/master/i18n/README.ar.md): install & quickstart.
- [Readme.Bg](https://github.com/supabase/supabase/blob/master/i18n/README.bg.md): install & quickstart.
- [Readme.Bn](https://github.com/supabase/supabase/blob/master/i18n/README.bn.md): install & quickstart.
- [Readme.Ca](https://github.com/supabase/supabase/blob/master/i18n/README.ca.md): install & quickstart.
- [Readme.Cs](https://github.com/supabase/supabase/blob/master/i18n/README.cs.md): install & quickstart.
- [Readme.Da](https://github.com/supabase/supabase/blob/master/i18n/README.da.md): install & quickstart.
- [Readme.De](https://github.com/supabase/supabase/blob/master/i18n/README.de.md): install & quickstart.
- [Readme.El](https://github.com/supabase/supabase/blob/master/i18n/README.el.md): install & quickstart.
- [Readme.Es](https://github.com/supabase/supabase/blob/master/i18n/README.es.md): install & quickstart.
- [Readme.Et](https://github.com/supabase/supabase/blob/master/i18n/README.et.md): install & quickstart.

## Packages
- [README](https://github.com/supabase/supabase/blob/master/packages/ai-commands/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/packages/icons/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/packages/tsconfig/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/packages/ui-patterns/README.md): install & quickstart.
- [README](https://github.com/supabase/supabase/blob/master/packages/ui/README.md): install & quickstart.
- [Config](https://github.com/supabase/supabase/blob/master/packages/shared-data/config.ts): docs page.
- [Configcat](https://github.com/supabase/supabase/blob/master/packages/common/configcat.ts): docs page.
- [Configcat.Test](https://github.com/supabase/supabase/blob/master/packages/common/configcat.test.ts): docs page.
- [Consent State](https://github.com/supabase/supabase/blob/master/packages/common/consent-state.ts): docs page.
- [Database Types](https://github.com/supabase/supabase/blob/master/packages/common/database-types.ts): docs page.

## Scripts
- [Generatelocalenv](https://github.com/supabase/supabase/blob/master/scripts/generateLocalEnv.js): docs page.
- [Getsecrets](https://github.com/supabase/supabase/blob/master/scripts/getSecrets.js): docs page.
- [Find Stale Dashboard Prs](https://github.com/supabase/supabase/blob/master/scripts/actions/find-stale-dashboard-prs.js): docs page.
- [Send Slack Pr Notification](https://github.com/supabase/supabase/blob/master/scripts/actions/send-slack-pr-notification.js): docs page.

## Supabase
- [README](https://github.com/supabase/supabase/blob/master/supabase/functions/og-images/README.md): install & quickstart.
- [Database Types](https://github.com/supabase/supabase/blob/master/supabase/functions/common/database-types.ts): docs page.
- [Errors](https://github.com/supabase/supabase/blob/master/supabase/functions/common/errors.ts): docs page.
- [Helpers](https://github.com/supabase/supabase/blob/master/supabase/functions/common/helpers.ts): docs page.
- [Index](https://github.com/supabase/supabase/blob/master/supabase/functions/og-images/index.ts): docs page.
- [Index](https://github.com/supabase/supabase/blob/master/supabase/functions/search-embeddings/index.ts): docs page.
- [Tokenizer](https://github.com/supabase/supabase/blob/master/supabase/functions/common/tokenizer.ts): docs page.
