Local-First Sync Engine That Actually Works for Multi-User Apps Without a PhD in CRDTs
Developers trying to build local-first apps face a brutal landscape: Electric SQL was called 'fucking garbage' by one developer after two months of failed implementation, Triplit folded after acquisition, and Livestore can't handle multi-user data sharing. The promise of local-first is compelling but the developer experience is still terrible. People want a sync engine that just works.
Don't try to solve the general CRDT problem. Pick the 80% use case (multi-user app, shared lists/documents, offline support, Postgres backend) and make THAT work flawlessly. Zero is winning because it picked a lane. The trap is trying to be a 'framework for all local-first paradigms' instead of a product that ships apps.
landscape (4 existing solutions)
The local-first sync space in 2026 is a graveyard of promising tools that each hit a wall. Triplit got acqui-hired, Electric SQL has serious DX problems, Livestore can't do multi-user, and Automerge is too low-level. Zero is the current frontrunner but still young. The developer community is desperate for something that 'just works' for the common case of a multi-user app with offline support.