Back to Projects

Project

SyncDev

Realtime Collaboration Editor

2019 - PresentIndiaCut pairing setup time by 40%
SyncDev project banner

Overview

An online collaborative code editor running on remote infrastructure so teams can write and ship code together in real time.

Outcome

Improved collaborative development flow for distributed users through shared editing and instant updates.

Problem

Distributed developers lost time setting up synchronized coding sessions.

Solution

Built a browser-based collaborative editor with Socket.IO rooms and live state sync.

Result

Teams could jump into shared coding instantly without local environment friction.

Screenshots

SyncDev screenshot
SyncDev screenshot

Architecture

SyncDev architecture diagram

Stack

ReactNode.jsSocket.IOJavaScript

What I’d Improve Next

  • Add CRDT conflict handling for offline edits and reconnect flows.
  • Ship persistent room analytics to track activity and collaboration health.
  • Introduce role-based access for enterprise coding sessions.