Supabase launched in 2020, founded by Paul Copplestone and Ant Wilson. Based in Singapore, the company set out to build an open-source alternative to Google’s Firebase — but with PostgreSQL as the foundation instead of a proprietary NoSQL database. That bet on Postgres turned out to be a smart one.
The platform bundles together a PostgreSQL database, real-time subscriptions, authentication, file storage, edge functions, and auto-generated APIs. Developers get a full backend with minimal setup, and because it’s all built on Postgres, they can use standard SQL, existing Postgres extensions, and the massive ecosystem of Postgres tools.
Supabase raised $116 million in a Series C round in 2024, bringing total funding to over $200 million. The platform has grown rapidly, with over 1 million databases created on their cloud service. It’s become especially popular in the Next.js and React ecosystems, and the Y Combinator community (where Supabase was incubated in the S20 batch) has been a strong early adopter base.
What resonates with developers is the transparency. Supabase is fully open source — you can self-host the entire stack if you want. Their documentation is excellent, their dashboard is clean, and they’ve been adding features at a fast clip, including vector embeddings for AI workloads and branching for database migrations. It’s one of those projects that just feels like the right approach.