Bolt.new
StackBlitz's in-browser agent that builds, runs, and deploys full-stack apps. Runs Node.js in the browser via WebContainers - fast iteration without setup.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-18
Bolt.new is StackBlitz's browser-based autonomous builder that generates and runs full-stack applications using WebContainers. StackBlitz is a well-established company (acquired by Vercel-adjacent ecosystem players) with legitimate credentials in browser-based development environments. The maintainer score is solid given StackBlitz's track record with WebContainers technology. However, permissions are broad: the agent writes arbitrary code, executes it in a sandboxed Node environment, and can deploy to external services. The closed-source nature and lack of public repository significantly hurt transparency. Supply chain is reasonable as it runs entirely in StackBlitz's infrastructure, avoiding local dependency risks, but you're trusting their hosted environment completely. No known security incidents. The freemium model and proprietary nature mean less community scrutiny than open alternatives. Suitable for prototyping and demos, but review generated code before production use.
Green flags
- StackBlitz is established vendor with proven WebContainers technology
- Browser-based execution avoids local machine compromise risks
- No local dependency installation reduces supply chain attack surface
- WebContainers provide process isolation from host system
- No known security incidents or breaches reported
Red flags
- Closed source with no public repository for security review
- Generates and executes arbitrary code with broad capabilities
- Proprietary freemium model limits transparency into safety controls
- Can deploy to external services, expanding attack surface
- No clear documentation of security boundaries or sandboxing limits
Permissions requested
Pricing
Platforms
Review
Pay for it if you pitch clients with live demos or teach full-stack without wanting to debug student laptop configs. Skip it if you're building anything you plan to maintain beyond the prototype stage.
Good at
- In-browser Node execution via WebContainers means zero local setup and fast iteration
- Handles the full stack-scaffolding, running code, live preview-without configuration decisions
- Generous free tier for testing and throwaway prototypes
- Shareable live URLs without manual deployment steps
- Genuinely useful for client pitches and teaching environments
Watch out
- Code quality is generic; you'll rewrite significant chunks for production
- Browser sandbox limits backend complexity (no Redis, external services require workarounds)
- Doesn't refactor well when requirements change mid-session
- Not suitable for maintained codebases or anything beyond prototyping
- Less control and depth than local-first tools like Cursor
Use cases
- Building a working prototype in under 30 minutes
- Client pitches with a live demo, not a mockup
- Side projects where setup friction kills momentum
- Teaching full-stack without local tooling