← all SaaS

Supabase

Open-source · self-hostable · replaces 1 SaaS tool on os-alt

supabase/supabase · alive · ★ 102.1k · last commit 1d ago · 1009 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.