Back to browse
I've build a self hosted convex/Firebase/Supabase alternative

I've build a self hosted convex/Firebase/Supabase alternative

by WolfOliver·Feb 16, 2026·1 point·0 comments

AI Analysis

MidBig BrainBold Bet
The Take

This isn't another Firebase clone — it bakes authorization into the data model (you specify access when you create facts) and uses an RDF-style facts/triples API plus CRDT/OT for real-time merges. The demo hooks (useKeyValueAttributes) and OpenID Connect support make the client story feel thought-through, so this is worth a look if you need server‑sovereign, multi-app data sharing rather than a client-first offline story.

Target Audience

Frontend and backend developers building collaborative SaaS apps, CTOs/teams needing self-hosted/cloud-sovereignty solutions, and enterprise engineers requiring server-enforced auth and auditability

Similar Projects

Developer Tools●●Solid

I've build a self hosted convex/Firebase/Supabase alternative

The neat twist is pushing real-time merging (CRDT/OT) into a server-authoritative BaaS while baking authorization into the data model itself — that’s a practical, non-obvious tradeoff compared to local-first systems. The README/landing shows a React hook SDK, OpenID Connect support, and an RDF-style query surface, which makes this feel like a deliberate platform for enterprise SaaS where auditability and data-jurisdiction matter. Worth watching if you need real-time collaboration but can’t accept vendor-controlled data or client-side auth.

Big BrainBold BetNiche Gem
WolfOliver
103mo ago