Supabase — бэкенд-платформа на PostgreSQL

★ 106.8K

Supabase is an open-source application backend built on PostgreSQL — a Firebase alternative you can host yourself. Reach for it when you need to launch an app or service quickly without writing what everyone writes: signup and login, permissions, file storage, an API over the database. Describe your tables and you get a ready REST and GraphQL interface to them, password and social login, file uploads, real-time subscriptions to data changes, and server-side functions. Ordinary PostgreSQL sits underneath, so the data stays portable and your SQL knowledge keeps its value — the key difference from closed cloud platforms that are hard to leave. Available as a managed cloud service or self-hosted with Docker.