Supabase | The Postgres Development Platform. Supabase is the Postgres development platform Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings
Supabase Docs Supabase is the Postgres development platform providing all the backend features you need to build a product
Database | Open source SQL Database Every Supabase project is a dedicated Postgres database 100% portable Bring your existing Postgres database, or migrate away at any time Secure by default Leveraging Postgres's proven Row Level Security Integrated with JWT authentication which controls exactly what your users can access Realtime enabled Data-change listeners over websockets
Getting Started - Supabase Docs Resources for getting started with Supabase Learn how to create a Supabase project, add some sample data to your database using Prisma migration and seeds, and query the data from a RedwoodJS app
Features - Supabase Docs Supabase features This is a non-exhaustive list of features that Supabase provides for every project Database Postgres database Every project is a full Postgres database Docs Vector database Store vector embeddings right next to the rest of your data Docs Auto-generated REST API via PostgREST RESTful APIs are auto-generated from your database, without a single line of code Docs Auto
Architecture - Supabase Docs Supabase supports existing tools and communities wherever possible Supabase is more like a "community of communities" - each tool typically has its own community which we work with Open source is something we approach collaboratively: we employ maintainers, sponsor projects, invest in businesses, and develop our own open source tools
Supabase vs Firebase Supabase provides open‑source migration tools There is a utility for migrating Firebase Authentication to Supabase Auth by exporting users and re‑creating them in Postgres, another for copying Firestore collections to Postgres tables, and a tool for migrating files from Cloud Storage to Supabase Storage
Data REST API | Supabase Docs Data REST API Overview Data REST API Supabase auto-generates an API directly from your database schema allowing you to connect to your database through a restful interface, directly from the browser The API is auto-generated from your database and is designed to get you building as fast as possible, without writing a single line of code