Skip to content
On this page

Conflict-free replicated data type

Liveblocks is a neat application of CRDTs. Automerge, Yjs (with Hocuspocus) & CROWDs are great libraries. CRDT wiki is great.

Gentle Introduction to CRDTs & Building a BFT JSON CRDT are nice reads.

Diamond Types seem like a nice Rust CRDT implementation.

CRStore is nice CRDT plugin for Svelte. Would love to build same one for Solid.

libSQL Discord has insight crdt room with discussions.

Notes