HOT TAKE

The vibe-coding bubble is about to pop. The survivors will own their code.

Every cycle ends the same way. The hype tools die. The boring ones — the ones that produce a real artifact you can keep — survive. This one will be no different.

LN
Lex Nakamura
Software engineer · Hot takes & deep dives
TL;DR

Most "AI app builder" products are renting you a sandbox. When the funding ends or the pricing changes, you don't keep anything you can run. The tools that survive will be the ones that produce a normal repo with normal code. That's it. That's the post.

The numbers, briefly

I counted 47 AI app builders that raised seed or Series A in the last 18 months. By my last sweep, 11 had raised down rounds, 6 had quietly killed their free tier, and 2 had shipped "export to GitHub" features that don't actually export everything. The signal is the same one we saw with no-code in 2021: the round-trip ends in lock-in or in nothing.

This is not a moral argument. It's an arithmetic one. If your tool needs $0.40 of inference per minute of "vibe-coding" and the user pays $20/month, the math runs on VC subsidy. The day the subsidy stops, the math runs on you.

What "vibe-coding" actually means

The marketing word for it is "AI app builder." The honest word is rented surface area. You type into a chat. A model generates files. A platform renders them in an iframe. You get a URL.

You do not get:

When the company pivots — and they will — what you have is screenshots.

A demo is not a deliverable. A URL is not an artifact. The artifact is the code.

Three patterns that will survive

1. Tools that hand you the repo

Real GitHub repo. Real package.json. Standard frameworks (Hono, Next.js, Astro, Tauri, Expo). No bespoke runtime that only works inside the tool. If you can git clone and npm run dev on a fresh laptop without an account, the tool is on your side.

2. Tools that deploy to your account

Cloudflare account, Vercel account, AWS account — yours. Not a multi-tenant sandbox owned by the vendor. You should be able to revoke API access tomorrow and your app keeps running.

3. Tools that are just an agent

The product is the orchestration, not the lock-in. The chat is a UI on top of code you already own. If you stop paying, you keep what you built. You just lose the magic chat.

The next 18 months

Half of the "AI builder" landing pages I bookmarked in 2025 will redirect to a different product by 2027. Some will be acquihires. Some will quietly delete their free tier and change their docs. The ones that survive will have one thing in common: their users have a folder with their app in it.

Pick tools by that single test. If you can't cd into your project on day one, you're not building. You're renting.

The single test

Can you delete your account and keep your app running?

If yes, the tool respects you. If no, it's a sandbox with a chat window. Decide accordingly.

Build something you actually own.

buildr generates a normal TypeScript repo on your GitHub, deploys to your Cloudflare account, and steps out of the way the day you fire us. Free for open source.

Build my app free