
Relay lets a group watch an AI coding agent work on a real codebase at the same time. One person runs a command inside their own project folder, which starts the agent on their machine and prints a link. Anyone who opens that link watches the same run live, and control can be passed to someone else in the middle of a task without restarting anything. The agent stays on the host's machine, so the server never holds anyone's code, never runs commands, and never sees anyone's login. Giving some server access to your codebase is the usual dealbreaker for a tool like this, and Relay is built so that never has to happen.
- TypeScript
- Node.js
- WebSockets
- Next.js
- PostgreSQL
Live


