Project · 2026
Code Flow
A collaborative coding app that lets people join the same room, edit Python live, and run code together without setup friction.

The Problem
Coding together often means sharing screens or installing heavy tools. That adds friction when you just need a shared editor and a way to run code.
Why I Built It
I built this to make collaboration fast and accessible for pair programming, teaching and tutoring, quick debugging sessions, and sharing small code ideas. The goal was to keep things focused: no accounts, no database, and no unnecessary complexity.
The Solution
People can create a room, share one link, write Python together in a live editor, and run code with output that everyone in the room can see.
How It Works
The frontend handles the interface and room interactions. A Node.js and Express backend uses Socket.IO for realtime syncing and room management. Python 3 executes code submitted from the editor.
JavaScript
- Express
- Socket.IO
Python
Tech Stack
HTML
CSS
JavaScript
Bootstrap
Node.js
- Express
- Socket.IO
Python