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
Vibecoding
Vibecoding is the practice of building software applications by describing your desired outcome to an AI tool in natural language and letting it generate the underlying code, rather than writing code manually line by line.
Read morev0
v0 is an AI-powered generative UI tool by Vercel that creates React components and full web pages from natural language descriptions or image references.
Read moreLovable
Lovable is an AI-powered full-stack application builder that generates complete web applications from natural language descriptions, with built-in support for databases, authentication, and deployment.
Read moreReplit Agent
Replit Agent is an AI-powered assistant within the Replit online development platform that can build, test, and deploy full applications based on natural language conversations with the user.
Read more