Browser-only workshops. Each runs standalone; with the main ACG P2P page
open in another tab, every tool publishes live events to the SCADA tag
plant via BroadcastChannel("acg-mesh").
Voice-powered in-browser LLM with a virtual filesystem and live preview iframe. Talk to the model, watch it write files, commit, preview — all without leaving the browser.
/sandbox/web-llm/
Shared canvas relayed over the ACG peer mesh. Pen + eraser,
stroke width, colour picker; cross-tab sync via
BroadcastChannel.
/controls/sandbox/whiteboard/
WebRTC file transfer between guild peers. Peer discovery via
BroadcastChannel("acg-mesh"); bytes stream over a
data channel in 32 KB chunks. Manual-SDP fallback for
cross-device transfers.
/sandbox/file-drop/