Zero setup · Real-time collaboration
Code at the
speed of thought.
A minimal, collaborative editor that spins up from any URL. No accounts. No setup. Just share a link and start coding.
my-workspace·session.ts
3 online
1
2
3
4
5
6
7
interface Session {route: string;peers: number;}const session = await join("my-workspace");session.sync(); // instant ✦
NoobProMax Workspace
TypeScriptUTF-8240 chars