What 'minimum viable' really means
An MVP isn't a broken or half-finished product. It's a complete, working solution to one core problem, with everything non-essential deliberately left out.
The goal is to learn: to put something real in front of users and find out what they actually do, not what they say they'd do in a survey.
- Solves one core problem end to end
- Leaves out nice-to-haves on purpose
- Is genuinely usable, not a mockup
- Ships fast so you learn fast
- Built to be extended once validated
How we scope it
Scoping an MVP is mostly about saying no. We start from the single most important thing a user needs to accomplish and cut everything that doesn't serve it. The hard part is resisting 'just one more feature', because every addition delays the moment you learn whether the idea holds.
- Define the one job the product must do
- List features, then cut ruthlessly to the core
- Pick the fastest path to a usable version
- Decide up front what you're trying to learn
- Set clear success signals before launch
What comes after launch
The MVP is the start of the conversation, not the end. Once real people use it, their behavior tells you what to build next, and sometimes tells you to change direction entirely, which is far cheaper to learn now than after a full build.
- Watch what real users actually do
- Gather direct feedback
- Decide to keep, change, or drop features
- Prioritize the next round from evidence
- Grow the product in deliberate steps
More on software development
Frequently asked questions
Won't a stripped-down version hurt my brand?
An MVP should be small in scope but solid in quality. Fewer features done well beats many features done poorly. You're limiting what it does, not how well it does it.
How is this different from a prototype?
A prototype demonstrates an idea, often without real functionality. An MVP is real, working software that users can rely on for its one core job.
What if the MVP shows the idea doesn't work?
That's a win, not a failure. You learned it for a fraction of a full build's cost and can adjust or pivot before spending the rest of your budget.