About Supabase
A Postgres backend with auth, storage and realtime built in.
Supabase is an open-source platform that gives every project a full Postgres database plus auth, file storage, realtime subscriptions, edge functions and a vector store on top. The team behind it has been shipping since 2020 and the platform is used by Mozilla, GitHub and 1Password as well as a long tail of SaaS startups and scale-ups that wanted a Postgres-native backend instead of a NoSQL one.
For a typical Data Panda customer the interesting tables are split across three Postgres schemas: the public schema where your app's domain tables live, auth where Supabase keeps users, sessions and identities, and storage where bucket and object metadata sits next to the files in S3. Joining those three together inside the warehouse gives a clean picture of who signed up, what they did, which files they uploaded and which features they touched, without writing a SQL query that has to satisfy your row-level-security policies first.