Playground
Watch the CRDT do its thing
Two simulated peers, side by side. Drag the latency slider, drop packets, mash the keyboard. The document always converges.
Coming up next
This page will host an interactive CRDT visualizer:
- Two mini editors, each running its own CRDT instance
- A network simulator between them — adjustable latency and packet loss
- An internals overlay showing operation queues, fractional identifiers, and version vector state in real time
- An auto-chaos button that types random characters on both sides under whatever network conditions you set
- A convergence checksum — turns green when both sides match (which they always will)
For now: open the editor in two browser tabs to see the same algorithm running over real WebRTC.