Supabase

The open source Firebase alternative. Follow to stay updated about our public Beta.

Stars
60.2K
Forks
5.45K
Open issues
424
Closed issues
2.59K
Last release
6 months ago
Last commit
5 months ago
Watchers
60.2K
Total releases
31
Total commits
26.4K
Open PRs
156
Closed PRs
6.96K
Repo URL
Platform
License
apache-2.0
Category
Offers premium version?
NO
Proprietary?
NO
About

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

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

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. We’re 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.

  • 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 API for managing users and issuing JWT tokens.
  • Storage provides a RESTful interface for managing Files stored in S3, using Postgres to manage 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
<a href="https://github.com/postgrest/postgrest" rel="nofollow">PostgREST</a>
<a href="https://github.com/supabase/gotrue" rel="nofollow">GoTrue</a>
<a href="https://github.com/supabase/realtime" rel="nofollow">Realtime</a>
<a href="https://github.com/supabase/storage-api" rel="nofollow">Storage</a>
Functions

⚡️ Official ⚡️

JavaScript (TypeScript)
<a href="https://github.com/supabase/supabase-js" rel="nofollow">supabase-js</a>
<a href="https://github.com/supabase/postgrest-js" rel="nofollow">postgrest-js</a>
<a href="https://github.com/supabase/gotrue-js" rel="nofollow">gotrue-js</a>
<a href="https://github.com/supabase/realtime-js" rel="nofollow">realtime-js</a>
<a href="https://github.com/supabase/storage-js" rel="nofollow">storage-js</a>
<a href="https://github.com/supabase/functions-js" rel="nofollow">functions-js</a>


Flutter
<a href="https://github.com/supabase/supabase-flutter" rel="nofollow">supabase-flutter</a>
<a href="https://github.com/supabase/postgrest-dart" rel="nofollow">postgrest-dart</a>
<a href="https://github.com/supabase/gotrue-dart" rel="nofollow">gotrue-dart</a>
<a href="https://github.com/supabase/realtime-dart" rel="nofollow">realtime-dart</a>
<a href="https://github.com/supabase/storage-dart" rel="nofollow">storage-dart</a>
<a href="https://github.com/supabase/functions-dart" rel="nofollow">functions-dart</a>

💚 Community 💚

C#
<a href="https://github.com/supabase-community/supabase-csharp" rel="nofollow">supabase-csharp</a>
<a href="https://github.com/supabase-community/postgrest-csharp" rel="nofollow">postgrest-csharp</a>
<a href="https://github.com/supabase-community/gotrue-csharp" rel="nofollow">gotrue-csharp</a>
<a href="https://github.com/supabase-community/realtime-csharp" rel="nofollow">realtime-csharp</a>
<a href="https://github.com/supabase-community/storage-csharp" rel="nofollow">storage-csharp</a>
<a href="https://github.com/supabase-community/functions-csharp" rel="nofollow">functions-csharp</a>


Go
-
<a href="https://github.com/supabase-community/postgrest-go" rel="nofollow">postgrest-go</a>
<a href="https://github.com/supabase-community/gotrue-go" rel="nofollow">gotrue-go</a>
-
<a href="https://github.com/supabase-community/storage-go" rel="nofollow">storage-go</a>
<a href="https://github.com/supabase-community/functions-go" rel="nofollow">functions-go</a>


Java
-
-
<a href="https://github.com/supabase-community/gotrue-java" rel="nofollow">gotrue-java</a>
-
<a href="https://github.com/supabase-community/storage-java" rel="nofollow">storage-java</a>
-


Kotlin
<a href="https://github.com/supabase-community/supabase-kt" rel="nofollow">supabase-kt</a>
<a href="https://github.com/supabase-community/supabase-kt/tree/master/Postgrest" rel="nofollow">postgrest-kt</a>
<a href="https://github.com/supabase-community/supabase-kt/tree/master/GoTrue" rel="nofollow">gotrue-kt</a>
<a href="https://github.com/supabase-community/supabase-kt/tree/master/Realtime" rel="nofollow">realtime-kt</a>
<a href="https://github.com/supabase-community/supabase-kt/tree/master/Storage" rel="nofollow">storage-kt</a>
<a href="https://github.com/supabase-community/supabase-kt/tree/master/Functions" rel="nofollow">functions-kt</a>


Python
<a href="https://github.com/supabase-community/supabase-py" rel="nofollow">supabase-py</a>
<a href="https://github.com/supabase-community/postgrest-py" rel="nofollow">postgrest-py</a>
<a href="https://github.com/supabase-community/gotrue-py" rel="nofollow">gotrue-py</a>
<a href="https://github.com/supabase-community/realtime-py" rel="nofollow">realtime-py</a>
<a href="https://github.com/supabase-community/storage-py" rel="nofollow">storage-py</a>
<a href="https://github.com/supabase-community/functions-py" rel="nofollow">functions-py</a>


Ruby
<a href="https://github.com/supabase-community/supabase-rb" rel="nofollow">supabase-rb</a>
<a href="https://github.com/supabase-community/postgrest-rb" rel="nofollow">postgrest-rb</a>
-
-
-
-


Rust
-
<a href="https://github.com/supabase-community/postgrest-rs" rel="nofollow">postgrest-rs</a>
-
-
-
-


Swift
<a href="https://github.com/supabase-community/supabase-swift" rel="nofollow">supabase-swift</a>
<a href="https://github.com/supabase-community/postgrest-swift" rel="nofollow">postgrest-swift</a>
<a href="https://github.com/supabase-community/gotrue-swift" rel="nofollow">gotrue-swift</a>
<a href="https://github.com/supabase-community/realtime-swift" rel="nofollow">realtime-swift</a>
<a href="https://github.com/supabase-community/storage-swift" rel="nofollow">storage-swift</a>
<a href="https://github.com/supabase-community/functions-swift" rel="nofollow">functions-swift</a>


Godot Engine (GDScript)
<a href="https://github.com/supabase-community/godot-engine.supabase" rel="nofollow">supabase-gdscript</a>
<a href="https://github.com/supabase-community/postgrest-gdscript" rel="nofollow">postgrest-gdscript</a>
<a href="https://github.com/supabase-community/gotrue-gdscript" rel="nofollow">gotrue-gdscript</a>
<a href="https://github.com/supabase-community/realtime-gdscript" rel="nofollow">realtime-gdscript</a>
<a href="https://github.com/supabase-community/storage-gdscript" rel="nofollow">storage-gdscript</a>
<a href="https://github.com/supabase-community/functions-gdscript" rel="nofollow">functions-gdscript</a>

Badges

Made with Supabase
<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
<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

Alternative Projects

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.