Rope CRDT Demo

Pure rope-level collaborative text editing. No graph layer — just create(), insert(), apply(). Each agent has an independent rope instance. Operations are synced manually or automatically.

Loading demo...