How long does it take to build an MVP?
Victor
Founder, Novek Labs
The short answer: six to ten weeks from kickoff to real users, for most software products, with a full senior team working from a fixed scope. Four weeks is possible for a genuinely tiny product. Anything quoted beyond four months for a first version is usually a scoping failure being sold as thoroughness.
That answer comes from building first products for a living at Novek Labs, including the micro-investing app Roundup, the resale marketplace Hype Exchange, and the travel platform Luxescape, plus the less glamorous work of rescuing MVPs that other teams left half-finished. This post breaks down where the weeks actually go, how timelines differ by product type, and what separates the projects that hit their launch date from the ones that quietly triple it.
Key takeaways
- A realistic MVP timeline is 6 to 10 weeks: one week of discovery, two of design, five to six of build, one of launch.
- The single biggest timeline risk is scope that was never truly fixed. Everything else is a rounding error by comparison.
- Weekly demos of working software are the only reliable progress signal. Teams that cannot demo weekly are not progressing weekly.
- Timeline quotes only mean something when they come with a fixed scope attached. An estimate without a scope document is a guess with a signature.
First, what counts as an MVP
Definitions drift, so here is the one this timeline assumes: a real product, in production, that real users can sign up for and use to do the one thing the product exists to prove. Not a prototype, not a design file, not a waitlist page. Authentication, a database, deployment, error tracking, and enough polish that early users judge the idea rather than the bugs.
If someone quotes you two weeks, they are usually describing a prototype or a no-code assembly. Both have their place, and for pure demand testing a landing page is often the right first experiment. But when founders search for MVP timelines they usually mean working software, so that is what this breakdown covers.
The week-by-week breakdown
Week 1: Discovery
One week, fixed, and it earns its place in the schedule many times over. In our discovery week at Novek Labs we do four things:
- Interrogate the thesis. What is the single claim this product must prove? A marketplace must prove both sides show up. A B2B tool must prove someone will change their workflow. Every feature is then tested against that claim.
- Cut scope in the open. The founder watches features move to a v2 list, with reasons. This is the most valuable argument you will ever have about your product, and it costs a week instead of a quarter.
- Make the architecture calls. Stack, hosting, auth approach, third-party services. Boring choices, made once, documented.
- Produce the build plan. Fixed scope, fixed price, and a launch date that we are contractually attached to.
Founders sometimes push to skip discovery because they arrive with a spec. In our experience the spec always survives first contact with these questions in worse shape than expected, and it is dramatically cheaper to find that out before the repository exists.
Weeks 2 to 3: Design
Two weeks of flows first, screens second. The riskiest interactions get interactive prototypes, because a prototype that fails in a Figma click-through costs an afternoon, while the same failure discovered in code costs a sprint.
Design ends with sign-off, and the sign-off is load-bearing. It converts scope from an ongoing negotiation into a reference document. When a mid-build feature idea appears in week six, and it will, the conversation is "what does this displace," not "can we squeeze it in."
One practical note from experience: founders review designs faster and more honestly when they see them weekly rather than in one big reveal. Big reveals invite big reversals.
Weeks 4 to 9: Build
Five to six weeks of engineering, and the phase where you can least afford to fly blind. The discipline that keeps it honest is simple: a live demo of working software every week, on a staging server, that the founder can click through personally.
Weekly demos do three jobs at once. They surface misunderstandings while they are days old instead of months old. They force the team to keep the product permanently in a runnable state, which is also what makes the eventual launch boring instead of terrifying. And they give the founder a truthful progress signal that no status report can fake. In every rescue project we have taken on, the silence started before the slippage. The demos stopped, then the project died.
What the build weeks look like internally: continuous deployment from day one, automated tests concentrated on the flows that touch money or data integrity, and scope changes handled as trades rather than additions. Ten weeks of scope in a ten-week plan is full.
Week 10: Launch
Launch is a checklist, not a ceremony: domains, TLS, monitoring, error tracking, analytics events on the behaviors that matter, app store submission where relevant, and a rollback path. If the product has been demoed on staging every week, production is a configuration change rather than a leap of faith.
The week after launch matters more than the launch itself. Real users do unexpected things immediately, and having the team that built the product on hand while it finds its footing is the difference between a wobble and a fire.
Timelines by product type
From our project history, honest ranges for a first version with a full team:
| Product type | Typical timeline | What moves it |
|---|---|---|
| Internal tool or dashboard | 4 to 6 weeks | Integrations with legacy systems |
| B2B SaaS | 6 to 8 weeks | Permission models, billing complexity |
| Consumer mobile app | 8 to 10 weeks | App store review, device testing |
| Marketplace | 8 to 10 weeks | Two user types, payments, trust features |
| AI-first product | 7 to 10 weeks | Evaluation and reliability work, not the model integration itself |
Two notes on the table. Marketplaces run long because they are secretly two products sharing a database, and every feature exists twice. AI products run long for a reason founders rarely budget: getting a model feature working in a demo takes days, while making it reliable across real user input takes weeks. We wrote more about that trade-off in Should your MVP have AI in it?
The three things that stretch 10 weeks into 6 months
Every blown timeline we have been called in to rescue traces back to at least one of these.
1. Scope that was never actually fixed. The founder believed the scope was settled. The team believed it was a starting point. Nobody wrote down what v1 excluded, so v1 grew weekly. The fix is structural, not motivational: a scope document that lists exclusions explicitly, and a rule that additions displace something of equal size.
2. Decision latency. A team blocked for three days waiting on a founder decision loses three days; a founder who discovers a wrong assumption three weeks late loses three weeks. The weekly demo cadence exists precisely to cap this loss at seven days in either direction.
3. Building for imaginary scale. Microservices for a product with no users, custom design systems for three screens, premature multi-region infrastructure. We build on deliberately boring technology, and one of the questions we hear most is whether that will scale. It will scale further than the business plan does. The graveyard is full of beautifully architected products that never got a second user.
How founders can compress the timeline
The team's speed is mostly fixed. The founder's contribution is not, and in our experience it swings the schedule by two weeks or more in either direction:
- Be available for decisions. A same-day answer to "A or B" is worth more than any amount of encouragement.
- Bring real content early. Products designed around placeholder text get redesigned around real text later.
- Attend every demo. Course corrections cost days in week five and weeks in week nine.
- Defend your own scope. The hardest feature requests to refuse come from the founder's own excitement. Write the v2 list and love it.
Questions to ask any team quoting you a timeline
Use these on us too:
- What exactly is included in the quoted scope, and what is explicitly excluded?
- Is the price fixed against that scope, or is the timeline just an estimate on an hourly meter?
- When do I see working software, and how often after that?
- Who specifically will design and build it, and are they the people on this call?
- What happens in the week after launch?
A team with good answers to all five will probably also hit its dates. The relationship between operational transparency and on-time delivery is, in our experience, close to one-to-one. We wrote a full evaluation guide in How to choose a development agency when you can't read code.
Frequently asked questions
Can an MVP really be built in four weeks? Yes, if the product is genuinely one flow. A single-purpose internal tool, a calculator-style product, a thin integration. The moment there are user accounts, payments, and two user types, four weeks stops being honest.
Does using AI coding tools change the timeline? It compresses the typing, which was never the bottleneck. Discovery, design decisions, integration edges, and testing still dominate the schedule. Our timelines have tightened somewhat in the last two years, but the six-to-ten-week range has held because the hard parts are judgment, not keystrokes.
Should I wait until the product is perfect before launching? No. The MVP exists to buy information with time. Every week of polish before launch is a week of learning you postponed. Launch when the core promise works reliably, not when the product is finished, because it never is.
What if my product genuinely needs six months? Then it should be sequenced as two or three launches, each proving something, rather than one long dark tunnel. Even deeply technical products can usually put something real in front of users by week ten. If a team tells you nothing can ship for six months, ask what the smallest provable slice is and watch how they think.
How much does timeline depend on the founder being technical? Less than founders fear. The founder's job in a well-run build is decisions and domain knowledge, not code review. Our process was built to be legible to non-technical founders: weekly working demos require no technical literacy to evaluate honestly.
Where to go from here
If you are planning a build, the process page documents our week-by-week approach in detail, and the MVP development service covers what an engagement includes. If you want a real timeline for your specific product rather than a blog post's range, tell us what you are building. We reply within 24 hours with an honest read, including, when it is true, "this is not a ten-week build."