Project Gamma

Project Gamma

A full-stack web application for collaborative document editing with real-time sync and offline support.

Overview

Project Gamma enables teams to collaborate on documents in real time using CRDTs for conflict-free synchronization. It works offline and syncs automatically when connectivity is restored.

Tech Stack

  • Frontend: TypeScript, HTML, CSS
  • Backend: Rust (Actix Web)
  • Sync: CRDTs (Automerge)
  • Storage: PostgreSQL, S3