Web App — Jul 30, 2024
Real-time presence. Zero merge conflicts.
A real-time collaborative platform with presence awareness, live commenting, and version history. Built for teams who cannot afford to lose work.
Real-time sync without locking. Every keystroke is broadcast as a CRDT operation — no optimistic rollback, no merge dialogs, no lost work. Conflicts are mathematically impossible.
Presence without noise. Seventeen cursors moving at once is anxiety-inducing. We designed ambient presence — you know others are there without being distracted by them.
Version history as a first-class feature. Every session is snapshotted. Rolling back to any point in the last 90 days takes two clicks — no git, no exports, no support tickets.
CRDT operations are batched in 16ms frames and broadcast over WebSockets with a fallback to SSE. The server is stateless — any node can serve any client at any time.
Network goes down. Editor keeps working. Changes queue locally and replay cleanly when reconnected — whether that is 30 seconds or 30 minutes later.
The hardest part was not the sync engine. It was making shared work feel calm. Every technical decision was filtered through one question: does this reduce anxiety or add to it?
← Back to projects