Local-first web apps already have a big ecosystem
Local-first web apps already have a big ecosystem.
Here’s what I’ve found so far. What else should I try?
CRDT libraries:
- Automerge - Purely client-side, language-agnostic, no central server required
- Yjs - CRDT-based library for shared editing
Sync engines:
- @zero__ms
- Replicache
Databases:
- @ElectricSQL
- PouchDB + CouchDB - Local/remote NoSQL DB pair
- Fireproof - Local-first DB built on top of
Automerge
- OrbitDB - Peer-to-peer database on top of IPFS