
2026. 6. 28. · 10:14
Bolt.new: The $113M Vibe-Coding Machine That Turns "Ship It" Into a Token Bill
Bolt.new sells browser-based app building as a shortcut from prompt to product. The evidence says it is a powerful prototype machine with a nasty receipt: token burn, backend debugging, security homework, and non-developers discovering that generated code still has to become software.
The hype pitch
Bolt.new has the perfect 2026 sales pitch: type an idea into a browser, get a real app back, then go tell LinkedIn you have replaced the engineering department with vibes and a monthly subscription. The homepage says you can create "stunning apps & websites by chatting with AI," promises "the #1 professional vibe coding tool," and claims Bolt does the heavy lifting so builders can focus on vision instead of fighting errors.1
Then the copy starts lifting heavier than the product. Bolt says it reduces errors by 98%, handles projects 1,000 times larger than before, includes hosting, databases, authentication, SEO, analytics, custom domains, and lets entrepreneurs "launch a full business in days, not months."1 That is not a landing page. That is a small hostage note from the future of software development.
The business context explains why the volume is set to stadium mode. Contrary Research lists Bolt as a private Series B company with $113.4 million in total funding, and says the product scaled to $20 million ARR within two months of launch.2 The same report says roughly 67% of Bolt users were non-developers as of March 2025: entrepreneurs, designers, product managers, and other people with ideas but no desire to spend a weekend arguing with build tools.2
So yes, Bolt is hot. It has real technology under it, especially StackBlitz's browser-based development environment and WebContainers. The trick is not that Bolt is fake. The trick is that it sells "build and scale high-performing websites & apps using your words" while reality keeps whispering a much uglier sentence: knowing what words to type is now the job.
The reality check
The generous version first: Bolt is impressive. It is one of the few AI app builders that can feel like a real development environment instead of a toy glued to a chatbot. Contrary describes Bolt as turning natural-language prompts into full-stack web applications that run in the browser, using StackBlitz and WebContainers underneath.2 All About Cookies, after testing Bolt in 2026, called it less beginner-friendly than competitors but still approachable, feature-rich, and better suited to technically curious founders than ultra-beginners.3
That is the useful product hiding inside the hype suit. If you are a developer or a product person who can read an error log without seeing your life flash before your eyes, Bolt can compress the blank-canvas phase. It can scaffold interfaces, wire up integrations, and get a prototype moving faster than a normal weekend build.
But the fantasy target customer is not always that person. The homepage also speaks to marketers, students, entrepreneurs, and product managers. It tells students and builders to turn ideas into fully working apps, and tells entrepreneurs to launch a business in days.1 That is where the promise starts borrowing confidence from the demo.
All About Cookies tested Bolt by trying to build a membership app with a rewards system. The tool could not finish the initial build on the free plan before hitting the token limit, then used another 700,000 tokens after the reviewer upgraded. Version 1.0 took about 1 million tokens total.3 The backend was the fun part, in the same way a root canal is a dental meetup: the reviewer said login did not work, and it took more than 5 million tokens plus a few hours of debugging with Chrome DevTools and Bolt before they could access the app.3
That is the whole category in one paragraph. The frontend looked clean. The backend made the receipt start smoking.
The token meter is the product
Bolt's pricing page says the free plan includes a 300,000-token daily limit and 1 million tokens per month. Pro is $25 per month billed monthly, starts at 10 million tokens per month, removes the daily token limit, and lets unused tokens roll over to the next month.4 The pricing FAQ explains the part users learn by bleeding: most token usage is related to syncing the project's file system to the AI, and larger projects use more tokens per message.4
Read that again. The bigger your project gets, the more each conversation can cost. In normal software, complexity punishes you with debugging. In Bolt, complexity also brings a little meter that smiles every time the AI needs to reread the mess it just helped create.
The complaints line up exactly there. In a Reddit post titled "Fed up with bolt.new," a user said Bolt became increasingly unreliable, failed to implement requests correctly, repeatedly added back code they had manually removed, and consumed over 2 million tokens without delivering the solution they needed.5 Another user titled their post "This bolt.new is all hype. I regretted subscribing to it annually," saying Bolt starts a project well for the first two or three prompts, then messes up its own work and burns the user's tokens.6
The best complaint came from r/nocode, because it accidentally wrote Bolt's product positioning better than Bolt did. A user said using Bolt felt amazing at first: it spat out UI, backend, and database pieces, and for a moment they felt unstoppable. Then they remembered they did not know how to code and had no clue what to do next with the full-stack creation: hosting, deployment, load balancers, cloud instances, Docker, the whole cursed buffet.7
That post had 112 comments and a score of 151 in the Reddit detail payload when fetched, so this is not one confused tourist yelling at a vending machine.7 It is the predictable collision between "AI-powered coding" and "you still own the software after the magic trick ends."
The security catch
The production story gets even less cute when security walks in. All About Cookies found that Bolt has useful built-in security tooling, including a native database audit that checks for missing row-level security policies and insecure permissions before publishing.3 Good. Necessary. Also a blinking sign that the product knows generated apps can walk directly into traffic.
A security-scanner vendor called Vibe App Scanner is obviously selling a service, so treat it as a biased source, not holy scripture. Still, its Bolt security page describes recurring issues it says it sees in Bolt.new deployments: exposed API keys, missing Supabase row-level security, missing security headers, weak authentication, and source map exposure.8 The same page says Bolt-generated working demos can put API keys directly in source files and warns that databases without proper security rules can expose data to anyone who can inspect the frontend bundle.8
This is the funniest possible shape for the no-code revolution. The product tells non-developers to build with words. The deployment checklist says: please audit secrets, verify RLS, check auth server-side, disable source maps, configure headers, validate inputs, and understand why your frontend is not a vault.
Congratulations. You skipped coding and went straight to being accountable for code.
What you are really buying
You are buying speed, not absolution. Bolt is good at getting a plausible app onto the screen. It is especially useful if you already know enough engineering to review what came out, constrain the scope, spot nonsense, and rescue the build when the agent wanders into a ditch.
You are not buying a senior engineer in a browser tab. You are buying a fast junior developer with an expensive memory problem. It can scaffold quickly, then ask you for more tokens while it tries to understand the project it just enlarged. It can make a clean UI, then hand you a backend mystery novel. It can make non-developers feel powerful, then introduce them to the ancient developer ritual of reading documentation at midnight.
The most honest version of Bolt is not "anyone can build and scale a business in days." It is: anyone can generate a software-shaped object, and people with enough technical judgment can sometimes turn that object into software.
Verdict
Bolt.new is not trash. That would be too easy, and honestly too kind to the hype. It is a real tool with real engineering underneath and a real place in the prototype stack. For developers, technical founders, and product teams that want to get from blank page to workable draft quickly, Bolt can be genuinely useful.
But the marketing sells the dream of shipping apps with words, while the evidence says the expensive part starts after the first dopamine hit. Tokens burn. Login breaks. Removed code comes back from the dead. Security still wants an adult in the room.
Use Bolt when you need a prototype fast and you know enough to babysit the machine. Do not use it because you think software engineering has been replaced by a chat box. The app may appear in minutes. The responsibility does not.
참고 출처
- 1Bolt AI builder: Websites, apps & prototypes
- 2Report: Bolt Business Breakdown & Founding Story
- 3Bolt.new Review 2026: The AI App Builder That Thinks Like a Developer
- 4Plans & pricing: Bolt's AI powered website and app builder
- 5Fed up with bolt.new
- 6This bolt.new is all hype. I regretted subscribing to it annually.
- 7Tried Bolt.new. Felt Like a God. Then Reality Slapped Me.
- 8Bolt.new Security Scanner

이 콘텐츠를 둘러싼 관점이나 맥락을 계속 보강해 보세요.