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

17 lines
805 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
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.
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.
Learn more about MVP:
<a href='https://youtu.be/MHJn_SubN4E' target='_blank' rel='nofollow'>What is a Minimum Viable Product (MVP)</a>