The open source Firebase alternative. Follow to stay updated about our public Beta. https://supabase.io/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Greg Richardson 2b70845c0a
Merge pull request #14945 from supabase/fix/icon-svg-props
fix: icon svg props to be jsx compatible
2 hours ago
.github Merge branch 'master' into chore/upgrade-to-node-18 3 days ago
apps fix: icon svg props to be jsx compatible 4 hours ago
docker self hosting improvements 4 days ago
examples docs: reword flutter user management example comment 8 hours ago
i18n prettier zh-tw markdown 3 days ago
packages Merge branch 'master' into chore/upgrade-to-node-18 15 hours ago
spec fix: swift fetch data array response 5 days ago
studio Merge pull request #14925 from supabase/chore/usage-v2-improvements-9th-june 14 hours ago
supabase feat(ai): respond using same language as question 4 weeks ago
tests uses syncpack to auto sync dependencies 2 weeks ago
.dockerignore Improve root .dockerignore 5 months ago
.gitignore move files. add gitignore 1 month ago
.misspell-fixer.ignore fix: small misspelling 2 weeks ago
.npmrc chore: upgrade to node 18 2 weeks ago
.nvmrc chore: upgrade to node 18 2 weeks ago
.prettierignore chore: rerun prettier after merge 3 months ago
.prettierrc chore(prettier): fix sql & format mdx files 1 month ago
DEVELOPERS.md Update DEVELOPERS.md 4 days ago
LICENSE Update license year (#11672) 5 months ago
Makefile fetch all contributors 2 years ago
README.md Merge pull request #14359 from lyqht/lyqht/i18n 4 days ago
SECURITY.md Fix path to security.txt 3 months ago
babel.config.js Chore/postgrest v9 (#3988) 2 years ago
jest.config.ts Chore/postgrest v9 (#3988) 2 years ago
package-lock.json Merge branch 'master' into chore/upgrade-to-node-18 15 hours ago
package.json Merge branch 'master' into chore/upgrade-to-node-18 3 days ago
tsconfig.json chore: add new icons. new card component 10 months ago
turbo.json Update turbo.json 2 months ago

README.md


Supabase

Supabase is an open source Firebase alternative. 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

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.

Status

  • Alpha: We are testing Supabase with a closed set of customers
  • Public Alpha: Anyone can sign up over at app.supabase.com. But go easy on us, there are a few kinks
  • Public Beta: Stable enough for most non-enterprise use-cases
  • Public: General Availability [status]

We are currently in Public Beta. Watch "releases" of this repo to get notified of major updates.

Watch this repo


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

  • PostgreSQL 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
  • pg_graphql a PostgreSQL extension that exposes a GraphQL API
  • Storage provides a RESTful interface for managing Files stored in S3, using Postgres to manage permissions.
  • postgres-meta is a RESTful API for managing your Postgres, allowing you to fetch tables, add roles, and run queries, etc.
  • GoTrue is an SWT based API for managing users and issuing SWT tokens.
  • 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
💚 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 gotrue-kt realtime-kt storage-kt functions-kt
Python supabase-py postgrest-py gotrue-py realtime-py storage-py functions-py
Ruby supabase-rb postgrest-rb - - - -
Rust - postgrest-rs - - - -
Swift supabase-swift postgrest-swift gotrue-swift realtime-swift storage-swift functions-swift
Godot Engine (GDScript) supabase-gdscript postgrest-gdscript gotrue-gdscript realtime-gdscript storage-gdscript functions-gdscript

Translations