~/today's vibe
Published on

Say It, and the App Appears

Authors
  • avatar
    Name
    오늘의 바이브
    Twitter

Nothing to Install

Starting to code used to mean this: install an editor, install a language, install a framework, configure the environment, fix errors. Most people gave up before writing a single line.

Web-builder AI tools killed that entire process. Open a browser. Type a URL. Enter "make me a to-do app." The app appears. Done.

Nothing to install. No code to read. Nothing to download onto your machine. All you need is an internet connection and a browser.


The Big Three

Lovable -- The App Factory for Non-Developers

Lovable -- tell it what you want in plain language and it builds the app

Lovable is the frontrunner in this space. It hit $100M ARR just eight months after launch. CEO Anton Osika put it this way:

"We're building for non-technical people and 99% of humanity. 99% of people have great ideas and can execute a business, but they can't write code."

The workflow is dead simple. Go to lovable.dev and describe what you want. Type "make me a clean to-do app with dark mode and category filtering" and the AI generates the code and shows you the finished app on screen.

Lovable's killer feature is design. Screenshot a Figma design, paste it in, and Lovable builds the app to match that design pixel for pixel. Designers can turn mockups into working apps directly.

"I built an MVP in 3 hours with Lovable. Hiring a developer would have taken 2 weeks." -- Product Hunt review

The free plan gives you 5 credits per day (30 per month). Paid is $25/month.

This video shows how Lovable actually works in practice.

Bolt.new -- Generous Free Tier

Bolt.new -- AI generates code and it runs instantly in the browser

Bolt.new is built by the StackBlitz team. Similar to Lovable, but the difference is a much more generous free plan. You get 150K tokens per day -- enough to build a simple app from scratch.

The standout feature is instant execution. When the AI generates code, you see it running on the same screen immediately. Say "change the button color" and you watch it update in real time.

Technical stuff like NPM package installs and terminal commands are handled by the AI automatically. Paid plan is $20/month.

Here is the Bolt.new CEO doing a live demo. Shows the full flow from prompt to deployment.

Replit -- All-in-One Coding Environment

Replit started as an online coding environment -- a platform where you write and run code in the browser. Then they added Agent 3, an AI layer, and it became a "say it and the app appears" tool.

The difference from other web builders: you can see the code. You watch the AI write it in real time, and you can edit it yourself. Good for people who want to learn coding while building something at the same time.

Free tier is basically a trial. Paid is $20/month.

ToolFreePaidStrengthBest For
Lovable30 credits/mo$25/moDesign quality, Figma importNon-developers, designers
Bolt.new150K tokens/day$20/moGenerous free tier, instantFirst-timers
ReplitTrial$20/moCode visible, all-in-onePeople who want to learn too

What Can You Actually Build

"Does a real app come out?" I get this question a lot. The answer is yes -- with limits.

Works well:

  • Landing pages -- Service intro pages. Easiest use case, cleanest results
  • Portfolio sites -- A website instead of a resume. Comes out at template quality
  • Simple web apps -- To-do lists, notepads, timers, calculators
  • MVPs -- Turn a startup idea into a quick prototype
  • Internal tools -- Simple dashboards or admin panels for your company

Y Combinator's Winter 2025 batch: one in four startups had 95% of their code generated by AI. Many of them built their initial prototypes with web builders.


Where It Breaks -- The Limits

Let me be honest. The limits are clear.

1. Complex logic is hard Payment systems, user authentication, real-time chat -- this is where you hit the wall. The AI generates code, but the more complex the feature, the more errors pile up. Fixing one error breaks something else. The loop begins.

2. Customization has a ceiling "Move this button 3 pixels to the left" -- that kind of fine-tuning is difficult. The AI misinterprets your intent and changes something completely different. If you want pixel-perfect control over design, you end up touching code directly.

3. Scale kills it Once you pass 10 pages and your database schema gets complex, the AI loses track of the whole project. Fix one thing, break another. This is the point where most people migrate to editor-type or terminal-type tools.

4. Costs add up You start on the free plan, but once you get serious, credits run out fast. You are paying $20-25 per month, and the more revision requests you send to the AI, the faster your credits drain.

PossibleDifficult
Landing pagesPayment systems
PortfoliosReal-time chat
Simple web appsComplex authentication
MVP prototypesLarge apps (10+ pages)
Internal admin toolsFine-grained design control

Who Should Use This

Web builders are best for people who have zero intention of learning to code.

  • You want to validate a startup idea fast
  • You are a designer who wants to prototype directly
  • You are a freelancer who needs to show a client a demo
  • You just want to build something before committing to learning code

On the flip side, if you already know how to code or need to build something complex, these tools alone will not cut it. That is when you move to editor-type or terminal-type tools.


How to Start

  1. Go to lovable.dev or bolt.new
  2. Sign up with a Google account (30 seconds)
  3. Type "make me a simple to-do app"
  4. Watch the AI build it (1-2 minutes)
  5. Look at the result and request changes: "change the color," "add a button"

Five minutes and you have your first app. You did not write a single line of code. This is 2026.

Next up: a different approach. Prompt-based coding, where you get code from AI and paste it yourself.


Sources: