supabase logo

supabase

supabase/supabase

The Postgres development platform.

GraphCanon updated 3d · GitHub synced 3d · 27 views this month

108k stars14k forksLast push 3d TypeScript Apache-2.0

Decision brief

Primarily considered for applications needing a dedicated PostgreSQL environment with added features like authentication and real-time data synchronization.

Good fit when

  • - When developing AI applications that require seamless integration with a PostgreSQL database through websockets for a real-time experience
  • - For projects requiring straightforward implementation of OAuth2 authentication and authorization directly tied into the database layer without additional setup

Avoid when

  • - In scenarios where a highly customizable database backend is required with deep control over every aspect; Supabase offers limited customization beyond its defined set of features
  • - For projects wanting to avoid tightly coupling their authentication and authorization schemes within the same system as data storage, as Supabase integrates both closely
Pricing:
freemium - Offers free plans with paid tiers for additional capacity and enterprise features.
Requirements:
Supports deployment in multiple cloud environments including AWS, DigitalOcean, and Vercel

Observed Jul 11, 2026 · Source: enrich:decision_facts

Verify the decision

Adoption

Package downloads where a registry match exists. GitHub stars (108,244) are secondary evidence.

npm downloads (30d)
13,592,712·npm downloads API·3d

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of 3d
Provenance
Not a fork · Organization account
As of 3d
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

npm install supabase
npm

How it fits your stack(3)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

Supabase provides a dedicated PostgreSQL database for developing various applications including those involving AI.

Capability facts

MCP server
No MCP server detected

Source: repo_scan · Aug 22, 2026

Languages
typescript, javascript

Source: github.language+package.json · Aug 22, 2026

Categories

Tags

README

Badge image Badge image

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

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. 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 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](h

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.