Prompt, run and edit a full-stack app in a browser tab.
Bolt runs a real Node.js environment inside your browser, so the app it generates is running code you can edit, not a mockup. Pick the framework you want, from React and Next.js to Vue, Svelte or Astro.
Key info
- Pricing
- Freemium
- Platform
- Web
- Category
- App Builders
- Best for
- Beginner
- Free plan
- 1M tokens a month, capped at 300K a day
- Paid plans from
- $25 a month (Pro)
- Builds
- Web apps, plus mobile apps with Expo
- Code it writes
- Your choice of React, Next.js, Vue, Svelte, Astro and more
- Own your code
- Yes, download it or push to GitHub
- Backend
- Built-in databases, or connect Supabase
- Hosting
- Included; free sites carry Bolt branding
- Custom domains
- On paid plans
Related reading
- Fundamentals
Full stack fundamentals without the framework churn
A longer course on how web applications actually fit together: requests, responses, databases, authentication and deployment.
Intermediate - Fundamentals
Reviewing code you did not write
You are going to merge a lot of code you did not type. Reviewing it is a different skill from writing it, and it is the one that actually keeps a vibe-coded…
Intermediate - Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert