How-to
This matches how practitioners actually use vibe coding: accelerate scaffolding, then earn the last mile.
| Rule | Example |
|---|---|
| One persona | Freelancer booking page, not "Calendly for enterprises" |
| One happy path | Create board → move card, not Butler automations |
| No fake multiplayer | Single-player Notion-like wiki first |
| Original branding | SoftShelf, not Gumroad skin |
| Written "out of scope" list | Paste it into the prompt as constraints |
If a feature is listed under "What stays hard" on the target page, it does not belong in weekend v1.
Add Stripe after:
Use the existing Stripe how-to if you need builder-specific notes: Add Stripe to an AI-built app. Good commerce targets: Gumroad, Stan Store.
Your vibe-coded MVP is "shipped" for learning purposes when:
Then either list it on Vibe projects or kill it and start the next target.
5 curated tools below.
Bolt.new, from StackBlitz, builds and deploys full-stack JavaScript apps entirely in the browser via WebContainers. The AI agent controls the filesystem, terminal, package manager, and browser console — not just code suggestions. Recent Bolt Cloud adds managed DB, auth, and hosting so prototypes can go live without exporting to Vercel manually (vendor claim, 2026).
Cursor AI is an AI-first, proprietary code editor built directly as a full fork of Microsoft's open-source Visual Studio Code (VS Code), meaning it natively retains all your favorite VS Code shortcuts, settings, and extensions while completely re-engineering the environment around artificial intelligence.
Floot is an AI-powered no-code application development platform that enables entrepreneurs, startups, and non-technical users to build, deploy, and scale production ready web applications using natural language prompts. Unlike many AI coding tools, Floot includes the entire technology stack frontend, backend, database, authentication, hosting, and deployment within a single platform, eliminating the need for external developer tools.
Online AI website creator, builds websites from scratch using prompts, no code required
Replit is a cloud-based development environment with Replit Agent for autonomous AI coding. Valued at $3B, it lets users build, deploy, and collaborate on apps entirely in the browser with effort-based AI billing introduced in February 2026.
| Tool | Best for | Pricing | Billing note |
|---|---|---|---|
| Bolt.new | AI full-stack app builder (WebContainers) | Freemium | Free Trial |
| Cursor Ai | Code | Freemium | Free Trial |
| Floot | Code | Freemium | Free Trial |
| Lovable | Vibe code app | Freemium | Free Trial |
| Replit | Vibe code app | Freemium | Free Trial |
How long should a first vibe-coded SaaS clone take?
Aim for a working demo in a weekend for Easy targets. Medium targets may need a second weekend for auth and polish. If you are still scaffolding UI after a week, cut scope.
Should I use one long mega-prompt?
No. Starter prompt → test → follow-up prompt → Cursor fixes beats one giant wish list.
What if the builder ignores half the prompt?
Shorten the prompt. Put constraints first. Rebuild the broken slice in Cursor instead of re-rolling the whole app five times.