# product
Features.
A browser IDE with Monaco, live preview, and runtimes for five languages. Nothing to install.
# capabilities
What's included today.
Core editing
Monaco editor with multi-file tabs, syntax highlighting, and inline errors.
- Command palette for quick file switching and actions (⌘K / Ctrl+K).
- Language-aware scaffolds and syntax highlighting for HTML, CSS, JS, and TS.
- Run Python and web projects in the browser, no install required.
Live feedback
See changes as you type. Sandpack renders your code live in an iframe beside the editor.
- Sandpack preview stays synced with the active file and shares console output.
- Hot reload for styles and modules without manual refreshes.
- Build logs and error overlays planned for multi-language runtimes.
Collaboration ready (in development)
Real-time collaboration is in development. Here is what we are building toward.
- Presence indicators, follow mode, and cursor streaming on the roadmap.
- Invite teammates via share links once authentication rolls out.
- Role-based permissions to separate viewers, editors, and owners.
# coming next
What's coming next.
Server-backed autosave, multiplayer cursors, and first-class Python, Rust, and Go builds are in active development.
