MVP in 6 Weeks: When Speed Helps and When It Kills the Product
'MVP in a week' is a great slogan and often a trap. Here's what actually fits in 6 weeks, what doesn't, and the price you pay either way.
I've shipped MVPs for 12 startups. Of those, 4 hit fast PMF, 6 pivoted, 2 burned out. What separates them isn't launch speed. It's how many decisions they validated before launch.
What an MVP actually is
An MVP isn't a “smaller product.” It's an experiment that answers one specific question: is your segment willing to pay for this solution. Everything else is ballast.
What 6 weeks realistically fits
6 weeks comfortably fits: 1–2 key user flows, a minimal design system, integrations with 1–2 SaaS, basic analytics. Doesn't fit: complex auth, multi-tenancy, custom payments, ML features. If you need those — scope a Phase 1 explicitly, otherwise you waste money.
What to drop on purpose
On a first MVP I always cut: profile settings, dark mode, mobile-responsive admin, full notification systems. All Phase 2. The MVP only has to answer one thing: does the user complete their task and come back tomorrow.
A stack that saves weeks
Next.js + Tailwind + Supabase / Firebase for backend. No reason to write custom auth and a custom dashboard when SaaS exist. If you're building “your CRM” from scratch for an MVP — you'll spend 12 weeks instead of 6.
Analytics on day 1
Without analytics an MVP is flying blind. I drop in PostHog (free to 1M events) before the first release. On launch day you already see funnel, retention, key actions. Without it the first 4 weeks post-launch are pure guesswork.
When speed kills
Launching an MVP without a clear hypothesis — speed hurts. You get users, data, but no idea what to do with it. Before I write the first page I have to know: who's the ICP, what problem, which metric proves it works, which proves it doesn't.
My MVP format
Week 1 — discovery + spec. Weeks 2–3 — UI + happy path. Weeks 4–5 — integrations + edge cases. Week 6 — QA, analytics, launch. Want it in 4 weeks — something has to drop. I'll tell you what.
If you already have an MVP
Check: do you have one metric that defines success? Do you understand cohort retention? If not — you're not in MVP mode, you're in “building something” mode. Different game, different budget.