The open source Firebase alternative.
Find a file
Vaibhav 23064c0b5b
fix(docs): add missing variables to api_settings_steps partial calls (#41364)
PR #41200 introduced template variables ({{ .tab }}, {{ .framework }})
to api_settings_steps.mdx for deep-linking to the Connect dialog.
However, 4 auth docs pages were calling the partial without passing
the required variables prop, causing MDX parsing errors:

- Could not parse expression with acorn: Unexpected token

This resulted in 404 errors on:
- /docs/guides/auth/server-side/creating-a-client
- /docs/guides/auth/quickstarts/nextjs
- /docs/guides/auth/quickstarts/react-native
- /docs/guides/auth/quickstarts/react

Fixes the issue by adding the variables prop to match the pattern
used in other quickstart pages.
2025-12-15 14:27:04 -07:00
.cursor/rules chore: form patterns cursor rules (#41225) 2025-12-11 18:03:30 +01:00
.github chore: cleaner action gh tokens (#41196) 2025-12-09 15:54:40 +01:00
apps fix(docs): add missing variables to api_settings_steps partial calls (#41364) 2025-12-15 14:27:04 -07:00
blocks/vue Docs/vue nuxt social auth (#40662) 2025-12-03 15:29:18 -03:30
docker chore: update changelog and image versions file (#41244) 2025-12-10 20:17:39 +00:00
e2e/studio fix: remove toast based verification for deleted auth users (#41360) 2025-12-15 13:10:51 -07:00
examples docs(update): address review comments for MCP server guide (#41274) 2025-12-12 11:50:57 +00:00
i18n Update sinhala translation (#30396) 2025-07-28 21:35:33 +00:00
packages fix(telemetry): pass PostHog distinct_id in identify request (#41322) 2025-12-15 08:53:06 -08:00
scripts Fix: Updated to remove approved PRs and conflicts (#40626) 2025-11-20 07:05:14 -07:00
supa-mdx-lint docs: byom mcp server without auth (#41230) 2025-12-11 14:16:40 +00:00
supabase Feat: E2E tests for AI assistant and log drains (#40844) 2025-11-27 15:27:50 +00:00
.cursorignore docs: remote MCP UI paper cut improvements (#39211) 2025-10-06 18:57:41 -04:00
.dockerignore chore: move specs to docs folder (#20136) 2024-01-03 18:54:23 +01:00
.gitignore chore: ignore claude folder (#40606) 2025-11-19 07:40:35 +00:00
.misspell-fixer.ignore chore: fix mispellings (#27793) 2024-07-04 09:37:18 +02:00
.npmrc Use relative paths in File editor and support existing entrypoint, import map settings (#34553) 2025-03-31 15:23:12 +08:00
.nvmrc chore: Bump nodejs to v22 (#34730) 2025-06-17 11:08:46 +02:00
.prettierignore feat: Preliminary work for shadcn add @supabase/...block... (#39322) 2025-10-07 20:32:24 +02:00
.prettierrc chore: Downgrade prettier to v3 (#31099) 2024-12-19 11:02:23 +01:00
CONTRIBUTING.md Fix Links in CONTRIBUTING.md (#22806) 2024-04-17 06:06:08 +00:00
data.sql Chore/add instructions for psql export table editor (#37249) 2025-07-22 15:37:48 +08:00
DEVELOPERS.md docs: Fix broken urls (#40457) 2025-11-28 08:58:11 +00:00
knip.jsonc chore: Remove unused code from ui-library (#38374) 2025-09-02 15:36:41 +02:00
LICENSE Update LICENSE (#20227) 2024-01-10 13:34:41 +01:00
Makefile fetch all contributors 2021-07-25 12:45:26 +08:00
package.json fix: Hide favourites and share snippets on self-hosted variant (#41227) 2025-12-10 10:12:15 -07:00
pnpm-lock.yaml chore: Bump next to the latest version (#41301) 2025-12-12 09:42:20 +01:00
pnpm-workspace.yaml chore: Bump next to the latest version (#41301) 2025-12-12 09:42:20 +01:00
README.md docs: Fix broken urls (#40457) 2025-11-28 08:58:11 +00:00
SECURITY.md Fix path to security.txt 2023-03-11 19:47:56 +01:00
supa-mdx-lint.config.toml chore: replace all supabase urls with relative urls (#38537) 2025-09-09 12:54:33 +00:00
tsconfig.json chore: add new icons. new card component 2022-08-12 09:09:02 -03:00
turbo.json chore: Add support to enable incident banner through env var (#41109) 2025-12-05 15:27:58 +01:00

Supabase

Supabase is the Postgres development platform. We're building the features of Firebase using enterprise-grade open source tools.

  • Hosted Postgres Database. Docs
  • Authentication and Authorization. Docs
  • Auto-generated APIs.
  • Functions.
    • Database Functions. Docs
    • Edge Functions Docs
  • File Storage. Docs
  • AI + Vector/Embeddings Toolkit. Docs
  • Dashboard

Supabase Dashboard

Watch "releases" of this repo to get notified of major updates.

Watch this repo

Documentation

For full documentation, visit supabase.com/docs

To see how to Contribute, visit Getting Started

Community & Support

  • Community Forum. Best for: help with building, discussion about database best practices.
  • GitHub Issues. Best for: bugs and errors you encounter using Supabase.
  • Email Support. Best for: problems with your database or infrastructure.
  • Discord. Best for: sharing your applications and hanging out with the community.

How it works

Supabase is a combination of open source tools. Were building the features of Firebase using enterprise-grade, open source products. If the tools and communities exist, with an MIT, Apache 2, or equivalent open license, we will use and support that tool. If the tool doesn't exist, we build and open source it ourselves. Supabase is not a 1-to-1 mapping of Firebase. Our aim is to give developers a Firebase-like developer experience using open source tools.

Architecture

Supabase is a hosted platform. You can sign up and start using Supabase without installing anything. You can also self-host and develop locally.

Architecture

  • Postgres is an object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
  • Realtime is an Elixir server that allows you to listen to PostgreSQL inserts, updates, and deletes using websockets. Realtime polls Postgres' built-in replication functionality for database changes, converts changes to JSON, then broadcasts the JSON over websockets to authorized clients.
  • PostgREST is a web server that turns your PostgreSQL database directly into a RESTful API.
  • GoTrue is a JWT-based authentication API that simplifies user sign-ups, logins, and session management in your applications.
  • Storage a RESTful API for managing files in S3, with Postgres handling permissions.
  • pg_graphql a PostgreSQL extension that exposes a GraphQL API.
  • postgres-meta is a RESTful API for managing your Postgres, allowing you to fetch tables, add roles, and run queries, etc.
  • Kong is a cloud-native API gateway.

Client libraries

Our approach for client libraries is modular. Each sub-library is a standalone implementation for a single external system. This is one of the ways we support existing tools.

Language Client Feature-Clients (bundled in Supabase client)
Supabase PostgREST GoTrue Realtime Storage Functions
Official
JavaScript (TypeScript) supabase-js postgrest-js gotrue-js realtime-js storage-js functions-js
Flutter supabase-flutter postgrest-dart gotrue-dart realtime-dart storage-dart functions-dart
Swift supabase-swift postgrest-swift auth-swift realtime-swift storage-swift functions-swift
Python supabase-py postgrest-py gotrue-py realtime-py storage-py functions-py
💚 Community 💚
C# supabase-csharp postgrest-csharp gotrue-csharp realtime-csharp storage-csharp functions-csharp
Go - postgrest-go gotrue-go - storage-go functions-go
Java - - gotrue-java - storage-java -
Kotlin supabase-kt postgrest-kt auth-kt realtime-kt storage-kt functions-kt
Ruby supabase-rb postgrest-rb - - - -
Rust - postgrest-rs - - - -
Godot Engine (GDScript) supabase-gdscript - - - - -

Badges

Made with Supabase

[![Made with Supabase](https://supabase.com/badge-made-with-supabase.svg)](https://supabase.com)
<a href="https://supabase.com">
  <img
    width="168"
    height="30"
    src="https://supabase.com/badge-made-with-supabase.svg"
    alt="Made with Supabase"
  />
</a>

Made with Supabase (dark)

[![Made with Supabase](https://supabase.com/badge-made-with-supabase-dark.svg)](https://supabase.com)
<a href="https://supabase.com">
  <img
    width="168"
    height="30"
    src="https://supabase.com/badge-made-with-supabase-dark.svg"
    alt="Made with Supabase"
  />
</a>

Translations