Files
freeCodeCamp/guide/english/agile/minimum-viable-product/index.md

17 lines
805 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Minimum Viable Product
---
## Minimum Viable Product
The idea is to rapidly build a minimum set of features that is enough to deploy the product and test key assumptions about customers interactions with the product.
#### A Minimum Viable Product has three key characteristics:
- It has enough value that people are willing to use it or buy it initially.
- It demonstrates enough future benefit to retain early adopters.
- It provides a feedback loop to guide future development.
2019-01-23 02:25:34 +01:00
The advantage of iterative MVP (instead of building full scale goal product without delivering any value along the way) is the ability of very quick market verification.
2018-10-12 15:37:13 -04:00
Learn more about MVP:
<a href='https://youtu.be/MHJn_SubN4E' target='_blank' rel='nofollow'>What is a Minimum Viable Product (MVP)</a>
2018-10-12 15:37:13 -04:00