Open Source · Offline · Monaco Powered
A Monaco-powered editor and live playground — built for the browser, works offline, runs everywhere.
The Suite
A complete Monaco-powered code editor with real file system access. Open folders, edit files, save directly to your device. Offline PWA. Feels like a native app.
A live coding sandbox with split-pane preview. HTML, CSS, JS run instantly in a real iframe. Markdown renders live. Python runs via Pyodide. Share your work with a URL.
Under the hood
The exact same editor engine that powers VS Code. Syntax highlighting, IntelliSense, multi-cursor, bracket matching — all included.
Install as a Progressive Web App. Service worker caches everything — editor runs fully offline after first load. No internet needed.
File System Access API lets you open actual folders from your device, read and write directly — no upload/download dance.
Playground renders HTML in a sandboxed iframe in real time. Console messages are forwarded, errors are captured and displayed.
Pyodide brings CPython to WebAssembly. Run real Python code — stdout and stderr captured and shown in the console panel.
Pure static files. No server, no database, no login. Deploy to any static host — GitHub Pages, Netlify, your own server. Just works.
Open Source