Code in your cloud, with nothing to install
A complete development environment in the browser
Multi-file editor, terminal, Git version control and an AI coding agent, in an isolated workspace that runs inside your cloud.
Specifications
Editor
Multi-file, in the browser
Isolation
Micro-VM per workspace
Network
Egress blocked by default
Built-in tools
Terminal, Git and AI agent
Use cases
Code with nothing to install
Multi-file editor with autosave, integrated terminal, Git version control and an HTTP dev-server preview, all in the browser, with no SSH and no local setup
No local setupKeep code inside your cloud
Each workspace runs in an isolated micro-VM pod, with a persistent work volume and egress blocked by default. Code, files, terminal and previews all flow through your cluster
Micro-VM isolationAssist code with control
Built-in AI coding agent and inline AI edit: select code, give an instruction, then accept or reject the proposed diff. Inference can be routed to an internally served model
Internal inference optionalIn action
Start a reproducible environment
A developer needs to start working on a project without configuring their machine
- 1 Create a workspace from the console
- 2 Start from a ready-to-use tooling catalog or point to a devcontainer.json in the repository
- 3 Open the editor, terminal and version control in the browser
- 4 The work volume stays persistent between sessions
A development environment ready, with no local setup
Iterate with AI assistance
A developer wants help on a change while staying in control
- 1 Select a snippet of code in the editor
- 2 Give an instruction to the inline AI edit
- 3 Review the proposed diff, then accept or reject it
- 4 Optionally route the AI to an internally served model so requests do not leave the cluster
Assisted changes, validated diff by diff