Technical definition
CRDT
A conflict-free replicated data type that lets distributed replicas merge concurrent updates deterministically.
What It Means
CRDTs use mathematically defined operations or states that converge without central coordination. They are useful for offline-first collaboration and distributed systems where concurrent writes are expected.