akshaj@portfolio:~$ cat projects/dox.md

Dox — Real-Time Collaborative Text Editor

Collaborative editor supporting simultaneous multi-user editing with low-latency synchronization.

Next.jsTypeScriptBunPostgreSQL (Neon)Liveblocks
Live ProjectGitHub RepoBack to Projects

Dox is a web-based collaborative editor where multiple users can write in the same document at the same time. The core goal was smooth, low-latency collaboration with minimal UI distraction.

I implemented real-time state synchronization with Liveblocks and a typed Next.js + TypeScript stack, running with Bun and persisted via PostgreSQL (Neon).

The app is structured to keep editing interactions conflict-resistant while maintaining consistent document persistence and performance.