Tool
64.0k

Supabase

The open source Firebase alternative built on top of PostgreSQL.

#Database#Backend-as-a-Service#PostgreSQL

Overview

Supabase is an open source Backend-as-a-Service that empowers developers to build applications extremely quickly. It bundles a robust PostgreSQL database with Authentication, auto-generated APIs, real-time subscriptions, and scalable storage.

Features

  • Auto-generated APIs: Instant REST and GraphQL APIs based on your database schema.
  • Deep Authentication: Built-in auth with seamless row-level security (RLS).
  • Realtime Database: Listen to database changes over WebSockets instantly.
  • Edge Functions: Run distributed TypeScript functions server-side.

Use Cases

  • Rapid prototyping for startups who want a scalable Postgres core out of the box.
  • Applications requiring secure, enterprise-ready user authentication loops.
  • Collaborative apps needing real-time sync (e.g., chat apps, live dashboards).

Technical Advantages

  • Escapes “vendor lock-in” by preserving raw SQL access and utilizing standard open-source technologies under the hood.
  • Eliminates boilerplate backend coding.
  • Extremely generous open-source and local development tooling.