Timelines · 6 min read
How long does it take to build an MVP?
Published 14 April 2026 · Updated 10 September 2026 · By Sam Fourie, Niddo
A focused MVP takes four to eight weeks from an agreed scope to real users, and you should be clicking a working version within the first two. That holds when the scope stays at one core workflow for one user type. Timelines slip for predictable reasons: the scope grows, decisions wait, or design happens after code.
What MVP has to mean for the timeline to hold
The M is doing the work. A minimum viable product is the smallest thing that lets one type of user get one valuable result end to end, so you can learn whether the idea holds. If the plan has three user types, a marketplace on both sides and reporting, it is not an MVP, and it will take three to five months no matter who builds it.
- One user type: the person whose problem you are solving first.
- One workflow: the path from arriving to getting the result.
- One metric: the number that tells you it worked, instrumented from day one.
- Everything else is a note for version two.
A week-by-week picture
| When | What happens | What you see |
|---|---|---|
| Before week 1 | Scoping: the workflow, the user, the metric, what is out. A fixed plan and price. | A one-page scope you sign off |
| Week 1 | Design of the core screens and flows; project skeleton, auth, deployment pipeline. | Real screens to react to, and a staging URL that already loads |
| Weeks 2 to 4 | The core loop, built end to end and shipped to staging in daily increments. | Working software you click every few days |
| Week 5 | Edge cases, emails, admin screens, analytics events, a pass on performance and accessibility. | A release candidate |
| Week 6 | Launch to a first group of users, monitoring on, fixes within hours. | Real usage and real feedback |
| Weeks 7 to 8 | Iterate from what the metric and the users say. | Version 1.1, and a clearer view of version two |
Simple MVPs finish this plan in four weeks; ones with an integration or a payment flow take the full eight. The One Journey platform, which began as a single automation request, had its first release live in four weeks and has kept growing since.
What makes it faster
- A fixed scope with a named owner who can say no.
- Buying the commodity parts: authentication, payments, email, hosting.
- One decision-maker on your side who answers within a day.
- Design before code, so engineering builds the right thing once.
- Continuous staging deployments, so feedback arrives while the work is fresh.
- A studio that has shipped this shape of product before, so the foundations are not being invented.
What makes it slower
- Scope creep, especially the "while we are at it" kind.
- Custom versions of solved problems: your own auth, your own billing engine.
- Integrations with partners who are slow to answer or thinly documented.
- Identity verification, compliance and security requirements. Necessary, but never quick: the encrypted vault we are building for ARC Legacy took fourteen weeks from the first commit to a launch-ready build, because it was never meant to be minimal.
- Waiting: for content, for decisions, for access to accounts and data.
After the MVP
The first release is the start of the useful part. Plan for a few weeks of iteration on what real users do, then decide with evidence what version two is. If the MVP was built on proper foundations (a modern stack, a clean data model, tests on the core path, documentation), that next step is an extension of the codebase rather than a rewrite, which is the difference between an MVP and a prototype.
How Niddo runs an MVP
We scope it with you, price it as one fixed figure, design it before we code it, and ship it to staging from the first week. If you are weighing up an idea, read how we build MVPs or tell us about it.
Questions
People also ask.
Can you build an MVP in a week?
A clickable prototype, yes. A product real users can rely on, with accounts, data and deployment, realistically takes four weeks even when the scope is tight. Claims of a week usually describe a prototype or a template with your logo on it.
How much does an MVP cost?
In South Africa a focused MVP built by a product studio typically costs R250,000 to R600,000. See how much custom software costs.
What if I need something to show investors first?
Designed screens and a clickable prototype take one to two weeks and are often enough for a first conversation. The MVP proper can follow once the money or the decision is there.
Do I own the MVP?
Completely: code, repositories and accounts in your name, documented, with no lock-in.