Definition

Bolt.new

Bolt.new is a browser-based AI-powered development tool by StackBlitz that generates full-stack web applications from natural language prompts, allowing users to go from idea to deployed app without a local development environment.

Understanding Bolt.new

Bolt.new represents the most accessible end of the vibecoding spectrum. Users describe the app they want in plain English, and Bolt.new generates a complete working application in the browser, including frontend, backend logic, and database integration. There is no need to install anything, configure a development environment, or understand build tools.

This extreme ease of use has made Bolt.new popular among non-technical founders, designers, and anyone who wants to quickly validate an idea. The tool handles deployment as well, meaning a user can go from concept to live URL in a single session. The speed is remarkable, but it comes with trade-offs in terms of code quality and robustness.

Because Bolt.new abstracts away almost all of the technical complexity, the builder often has very limited visibility into what the AI actually produced. This makes independent QA testing especially important. A human tester can interact with the deployed application and identify issues that the builder would never think to check, simply because they do not know what the AI decided to do under the hood.

Example usage

I used Bolt.new to build a booking app for my salon in about two hours, but I want a professional tester to make sure customers will not hit any dead ends.

Related terms

Learn more