CRDT
Table of Contents
CRDT = data structures that merge edits without a central lock — useful for offline-first sync.
Example
Two phones edited the same list offline and both changes merged — no ‘you must sync first' fight.
Note Relationships
| Relationship | Wikilink | Reason |
|---|---|---|
| extends | Local-first Software | Named in notes that link here |
| contradicts | Building a Personal API | when the opposite frame fits better |





