Work / Developer tooling

Roblox Realtime

Collaborative real-time coding environment for Roblox developers.

A developer tooling project focused on realtime collaboration, state synchronization, and Lua workflow support.

The problem

Roblox development is collaborative by nature, but editing shared code in real time means resolving concurrent changes without silently losing anyone's work.

Approach

A shared editing session backed by state synchronization, with Lua workflow support layered on top so the tooling fits how Roblox developers already work rather than asking them to change.