Host a circle and share the link, or join one you were invited to. Everything runs in this browser tab and computes directly between members — the server only introduces you.
Open a private room. You pick the job and who joins.
Enter the 6-character code a friend shared with you.
connecting to signaling server…
Send this link to people you trust. They join straight from their browser — nothing to install.
Render here and broadcast the video to every device over WebRTC. Viewers move their pointer to interact — their input flows back over the data channel.
A private in-browser workspace for whole projects. Author or upload code, build it to WebAssembly, and farm it across the circle.
ABI: your module exports run(lo, hi) returning an i32 partial; the circle sums it over [0, N). .wat compiles in-browser; .wasm runs as-is.
Keep this tab open and in front of you. Your device contributes compute to the circle only while this tab is visible — work runs in a background thread, so the page stays responsive. Close it any time to stop.
Messages travel directly between devices over the same P2P link — the server never sees them.