Collection of Work

SKEPSI

[Studio]Personal
[Role]Full Stack Developer
[TECH STACK]Go, WebSockets, TypeScript, React, CRDT

Skepsi is a real-time collaborative text editor built for unreliable networks. Multiple people edit the same document in sync using a position-based list CRDT no central lock, replicas converge automatically. Edits apply locally and queue for sync when back online; the Go backend and TypeScript/React frontend talk over WebSockets, with undo via inverse ops so everyone sees the same history.

130k+Ops/sec
200msSync Latency
400+Concurrent Connections
2.5sCRDT Convergence
0Data Loss on Reconnect