Skip to main content

Glossary

CRDT

Meaning and details

CRDTs let multiple clients edit the same data offline and reconcile without a central authority, powering real-time collaboration (Yjs, Automerge) and local-first sync engines.

CRDT meaning

Conflict-free Replicated Data Type: data structures that merge concurrent edits automatically.

What is CRDT?

CRDTs let multiple clients edit the same data offline and reconcile without a central authority, powering real-time collaboration (Yjs, Automerge) and local-first sync engines.

Keep exploring the glossary