Directory / WebContainers
WebContainers
Verified
StackBlitz’s in-browser Node runtime used as an agent sandbox.
WebContainers run Node.js and related toolchains inside the browser via WebAssembly. Bolt and the StackBlitz editor use them. As a primitive, they let an agent execute JavaScript tooling without a cloud VM.
- Model independence
- Multi-model
- Deployment
- Cloud, Self-hosted
- Open source
- No
- License
- Proprietary technology; docs are public
- Pricing model
- Mixed
- Added / updated
- 19 Aug 2026 / 19 Aug 2026
Editorial take
WebContainers are a sandbox with a weird trust boundary: the user’s browser. Excellent for JS/TS. Not a place for arbitrary native code. Listed separately from Bolt so assemblers can call the primitive.
Strengths
- No server-side VM for many Node workflows.
- Visible, inspectable runtime in the tab.
- Proven in StackBlitz/Bolt products.
Limitations
- Language and syscall limits of the browser.
- Not open source as a hypervisor.
- Not suitable for secret-heavy backends.