This is an early release preview. You may encounter bugs.
Supabase logo
Unclaimed

Tool memory deployment

Supabase

Open-source Postgres development platform with auth, auto-generated APIs, realtime, storage, and a vector toolkit

Built by Supabase

A+ 96/100 GitHub score ? This grade is derived from GitHub signals, not user votes. Open for the full breakdown.
No votes yet

01 / About

What Supabase is.

Supabase is a platform for building web, mobile, and AI applications on a dedicated Postgres database. It assembles open source components into a Firebase-style developer experience: authentication, auto-generated APIs, realtime subscriptions, file storage, serverless functions, a vector toolkit, and a dashboard, with Postgres as the system of record.

Each capability is a separate service around the database. PostgREST turns the schema into a REST API and pg_graphql exposes a GraphQL API. Realtime is an Elixir server that reads Postgres replication, converts inserts, updates, and deletes to JSON, and broadcasts them over websockets to authorized clients. GoTrue provides JWT-based sign-up, login, and session management. Storage is a REST API for files in S3 with permissions handled in Postgres. postgres-meta manages tables, roles, and queries, and Envoy fronts the stack as an edge proxy.

You can use the hosted platform without installing anything, self-host the stack, or run it locally for development. Client libraries are modular: the main Supabase client bundles feature clients for PostgREST, auth, realtime, storage, and functions, with official libraries for JavaScript/TypeScript, Flutter, Swift, and Python and community libraries for C#, Go, Java, Kotlin, Ruby, Rust, and Godot (GDScript).

Features

  • Hosted Postgres: every project is a full Postgres database, usable on the managed platform, self-hosted, or locally
  • Authentication and authorization: GoTrue handles sign-ups, logins, and sessions, and Row Level Security scopes data access per user
  • Auto-generated APIs: REST through PostgREST and GraphQL through the pg_graphql extension, derived from the schema
  • Realtime subscriptions: database changes streamed to clients over websockets via Postgres replication
  • Functions: database functions inside Postgres and Edge Functions for custom server code
  • File storage: S3-backed object storage with Postgres-managed permissions
  • AI and vector toolkit: storing, indexing, and searching vector embeddings alongside relational data
  • Dashboard: a table editor, SQL editor, and RLS policy management in the browser
  • Client libraries: official JavaScript/TypeScript, Flutter, Swift, and Python SDKs plus community libraries for C#, Go, Java, Kotlin, Ruby, Rust, and Godot

02 / Discussion CREDIBILITY-GATED

Discussion

Reading is open to everyone. Posting and voting need a verified identity or a GitHub grade of B or higher.

  • No discussions yet.

04 / Build

Build with Supabase.

Browse the catalogue for frameworks, tools, and harnesses, each scored on real GitHub credibility.

Get Supabase →

Browse the catalogue