Supabase
Open-source · self-hostable · replaces 1 SaaS tool on os-alt
supabase/supabase · alive · ★ 102.3k · last commit today · 1021 open issues
License: Apache-2.0
Good fit for Apps that can live with Postgres-shaped data — most Firestore use is shallow document storage that maps fine to a JSONB column or a relational schema.
Weak at Realtime semantics differ from Firestore's offline cache + listener model; client SDK swap is not transparent.
In a terminal? npx -y github:SolvoHQ/os-alt-cli firebase prints
the Firebase comparison table including Supabase.
how the CLI works →
Replaces these SaaS
- Firebase · Backend-as-a-service (auth + DB + storage + realtime)
Auth: export Firebase users via `firebase auth:export users.json` and import into Supabase Auth using the gotrue admin API or Supabase's `auth.users` SQL insert with the password-hash format documented in the Supabase migration guide. Firestore: write a one-off Node script using `firebase-admin` to read collections and `@supabase/supabase-js` to insert into Postgres tables (Firestore docs map to JSONB columns or normalized rows). Storage: download buckets with the Firebase CLI, upload to Supabase Storage with `supabase storage cp`.
README badges for the SaaS this replaces
Maintainers and forks: drop a badge in your README to link readers from the SaaS-comparison page back to your repo.
FAQ
Is Supabase actively maintained?
Yes — last commit today. The repository is alive (commit activity within the past 90 days).
What does Supabase cost to self-host?
Supabase is free and open source under Apache-2.0. Typical self-host VPS cost: $10-20 VPS — Postgres + GoTrue + PostgREST + Realtime + Storage in one stack.
Which SaaS does Supabase replace?
Supabase is listed as an open-source self-host alternative to: Firebase.