Most first versions are too big. Not because founders are careless, but because every individual feature has a reasonable case for existing, and there is no natural point at which the list stops growing.
The discipline of an MVP is not building something cheap. It is deciding what single question you need answered, and building only enough to answer it.
What an MVP is actually for
An MVP exists to test a specific assumption with real users. Before scoping anything, write down the assumption in one sentence:
"We believe that [specific type of person] will [do a specific thing] because [specific reason]."
Everything in the build either helps test that sentence or comes out. This is a harsher filter than it sounds, and it is where the cost savings actually come from — not from cheaper engineers, but from a smaller thing to build.
Realistic cost and timeline bands
Built by a senior offshore team, including design, testing, and deployment. These are indicative ranges, not a price list.
| Scope | Typical cost | Timeline | What it includes |
|---|---|---|---|
| Landing page + waitlist | $2,000 – $6,000 | 1–2 weeks | Positioning, signup, analytics |
| Concierge MVP | $6,000 – $15,000 | 3–5 weeks | Thin front end, humans doing the work behind it |
| Focused SaaS MVP | $15,000 – $40,000 | 8–12 weeks | Auth, core workflow, billing, basic admin |
| Marketplace or two-sided MVP | $30,000 – $70,000 | 12–18 weeks | Two user types, matching, payments, trust features |
| Mobile MVP (cross-platform) | $25,000 – $60,000 | 10–16 weeks | One codebase, both stores, backend |
The jump between rows is rarely about technical difficulty. It is about the number of distinct user journeys, because each one needs designing, building, testing, and supporting.
The features founders over-build
These come up in almost every first scoping session, and cutting them is nearly always right.
A custom admin dashboard. You have perhaps a dozen customers. You can manage them from database queries or a generic admin tool for months. This routinely accounts for 20–30% of an MVP budget and serves an audience of you.
Granular roles and permissions. Owner and member is usually enough. Fine-grained permissions are a real feature that real customers eventually ask for, and they can be built when they do.
A design system. For a product with six screens, a design system is overhead. Use a well-made component library, ship, and invest in a system when you have enough surface area for it to pay back.
Native iOS and Android. Two codebases, two review processes, two release cycles, before you know whether anyone wants the product. Start with responsive web, or one cross-platform codebase if mobile is genuinely essential.
Comprehensive analytics. Pick the two or three numbers that would actually change your next decision. Instrument those properly. A dashboard nobody reads costs money twice: once to build, once to maintain.
Scale you do not have. Multi-region infrastructure, sharding, aggressive caching, queues for load you cannot yet generate. Modern managed services carry a small product a very long way. Build for the traffic you have plus one order of magnitude, no further.
What is worth building properly, even in an MVP
Cutting scope is not the same as cutting quality. Some things are much cheaper now than retrofitted later:
- Authentication and session security. A breach in month two is not a growth problem you can iterate past.
- Payments, if you take money. Correct handling of failures, refunds, and edge cases. Financial bugs erode trust disproportionately.
- A sane data model. Migrating a badly shaped schema after real customer data lands is genuinely expensive.
- Automated tests on the core path. Not full coverage — the signup, the payment, the main workflow. These are the tests that let you ship weekly without fear.
- Deployment and rollback. Being able to release in minutes and revert in one click is what makes fast iteration possible at all.
A twelve-week shape that works
Weeks 1–2 — Discovery. Assumption written down, user journeys mapped, scope agreed with acceptance criteria, architecture chosen. Ends with a costed plan.
Weeks 3–4 — Design. Wireframes, then a clickable prototype of the core flow. Put it in front of five potential users before any production code is written. This is the cheapest change you will ever make.
Weeks 5–10 — Build. Two-week sprints, a running demo at the end of each. Core workflow first, supporting screens after. Tests and CI from the start rather than bolted on.
Weeks 11–12 — Harden and launch. QA pass, performance, analytics, monitoring, store submission if applicable. Then launch to a small group before anyone wider.
Note that a quarter of the schedule goes to discovery and design. Teams that skip it rarely save the time; they spend it later rebuilding the wrong thing.
Signals your scope is not minimum
- The feature list has more than one thing users log in to do
- There is a second user type "for later" already in the designs
- Someone has said "while we are in there" more than twice
- The timeline is over four months
- You cannot describe the product in one sentence without a conjunction
Any two of those and it is worth a hard scoping session before writing code. The cheapest feature is the one you decide not to build.
After launch
The MVP is the start of the interesting part, not the end of the project. Budget for what comes next:
- Iteration capacity. Roughly 20–30% of the build budget over the following quarter, to act on what you learn.
- Running costs. Hosting, third-party services, and model inference if you use AI. Small monthly numbers that deserve an estimate before launch.
- Support. Someone has to answer users. Early on that is usually you, and it is time well spent.
The founders who get the most out of an MVP are the ones who kept enough budget to respond to what it taught them. Spending everything on the build and having nothing left to act on the findings is the most common way to waste an otherwise good first version.
The short version
Write down the one assumption you are testing. Cut anything that does not test it — especially the admin panel, the roles, and the second platform. Build authentication, payments, and the data model properly anyway. Aim for twelve weeks and $15,000–$40,000 for a focused SaaS MVP, and keep a quarter of your budget for what you learn.
Frequently asked questions
Built by an offshore team at senior level, a genuinely focused MVP typically lands between $15,000 and $60,000. Below that you are usually buying a prototype rather than something users can rely on; above it, the scope has almost certainly stopped being minimum.
Eight to sixteen weeks for most products, including design. If your plan says six months, it is not an MVP — it is version one wearing a disguise, and you will learn nothing for half a year.
Almost always: admin dashboards you can replace with database access, custom design systems, multiple user roles, native mobile apps when a responsive web app would do, and analytics beyond the two or three numbers that would actually change your decisions.
A responsive web app first, unless your product genuinely needs the camera, offline use, background location, or push notifications as a core mechanic. Web ships faster, iterates without store review, and can be shared with a link.
Often not. A focused MVP at offshore rates is within reach of many founders' own budgets, and arriving at an investor conversation with real usage data changes the terms of that conversation considerably.
Written by the Lunexa Technologies team
We are a product engineering company in Pune, India, building websites, web apps, mobile apps, AI features, and cloud infrastructure for companies across the US, UK, UAE, Europe, Australia, and India.
Have a project in mind?
Tell us what you need and we will send a clear, fixed-price quote — usually within one business day.