
A browser-based IDE that spins up full Node.js environments client-side using WebContainers — the whole runtime executes in-browser, no server-side sandboxing.
Editing is powered by Monaco (the engine behind VS Code) with an integrated AI coding assistant for real-time inline suggestions, plus an in-browser terminal via Xterm.js wired to the live WebContainer runtime.
- Full Node.js runtime in the browser via WebContainers
- Monaco-based editor with AI-powered inline suggestions
- In-browser terminal (Xterm.js) wired to the live runtime
- Built on Next.js/TypeScript with Prisma, MongoDB, and Zustand
