Jump to content

Supabase: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added {{AI-generated}} tag
Removed inappropriate markdown - AI-Cleaner
Line 17: Line 17:
== Features ==
== Features ==
Supabase provides several integrated backend services:
Supabase provides several integrated backend services:
* **Database:** Managed PostgreSQL with REST and GraphQL APIs.
* Database: Managed PostgreSQL with REST and GraphQL APIs.
* **Authentication:** User sign-up, sign-in, and access management.
* Authentication: User sign-up, sign-in, and access management.
* **Realtime:** Real-time subscriptions using PostgreSQL's `LISTEN`/`NOTIFY`.
* Realtime: Real-time subscriptions using PostgreSQL's `LISTEN`/`NOTIFY`.
* **Storage:** File and object storage with configurable access policies.
* Storage: File and object storage with configurable access policies.
* **Edge Functions:** Serverless functions deployed close to the user for low-latency execution.
* Edge Functions: Serverless functions deployed close to the user for low-latency execution.


== Community and Adoption ==
== Community and Adoption ==

Revision as of 05:51, 14 June 2025

Supabase is an open-source Backend as a service (BaaS) platform that provides developers with a hosted PostgreSQL database, authentication, real-time subscriptions, file storage, and serverless edge functions. It is positioned as an open-source alternative to Firebase and is notable for its integration with PostgreSQL and its focus on developer-friendly, open-source tooling.[1]

History

Supabase was founded in 2020 by Paul Copplestone and Ant Wilson.[1] It participated in the Y Combinator startup accelerator program and has since grown rapidly as a developer-focused alternative to proprietary backend services.

The company has raised more than US$116 million in venture capital,[2] with investors including Coatue, Mozilla, Felicis Ventures, and Y Combinator, alongside individual backers from GitHub, Docker, Netlify, and Vercel.

Features

Supabase provides several integrated backend services:

  • Database: Managed PostgreSQL with REST and GraphQL APIs.
  • Authentication: User sign-up, sign-in, and access management.
  • Realtime: Real-time subscriptions using PostgreSQL's `LISTEN`/`NOTIFY`.
  • Storage: File and object storage with configurable access policies.
  • Edge Functions: Serverless functions deployed close to the user for low-latency execution.

Community and Adoption

As of 2025, Supabase reports over 1.7 million registered developers and a large open-source contributor base, with over 79,000 GitHub stars.[3] The platform is used by startups, independent developers, and teams at established tech companies.

See also

References

  1. ^ a b Perez, Sarah (May 10, 2022). "Supabase raises $80M Series B for its open source Firebase alternative". TechCrunch. Retrieved June 14, 2025.
  2. ^ "Supabase Announces $80 Million Series B Led by Felicis" (Press release). Felicis. May 10, 2022. Retrieved June 14, 2025.
  3. ^ "Supabase GitHub Repository". GitHub. Retrieved June 14, 2025.