Jump to content

Minimum viable product: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Skmurphy (talk | contribs)
External links: added an earlier link that predates Blank and Ries use of term 'minimum viable product;'
Jasonb05 (talk | contribs)
External links: Reorganized some links, added a new link to inc mag
Line 33: Line 33:


== External links ==
== External links ==
* [http://www.productdevelopment.com/howitworks/mvp.html Minimum Viable Product] SyncDev 2008
* [http://venturehacks.com/articles/minimum-viable-product What is the minimum viable product?], Venture Hacks: Advice for entrepreneurs, March 23 2009
* [http://venturehacks.com/articles/minimum-viable-product What is the minimum viable product?], Venture Hacks: Advice for entrepreneurs, March 23 2009
* [http://startuplessonslearned.blogspot.com/2009/08/minimum-viable-product-guide.html Minimum Viable Product: a guide], Lessons Learned, Eric Ries, August 3 2009
* [http://startuplessonslearned.blogspot.com/2009/08/minimum-viable-product-guide.html Minimum Viable Product: a guide], Lessons Learned, Eric Ries, August 3 2009
Line 39: Line 38:
* [http://venturehacks.com/articles/minimum-viable-product-examples 10 examples of minimum viable products], Venture Hacks: Advice for entrepreneurs, October 27th, 2009
* [http://venturehacks.com/articles/minimum-viable-product-examples 10 examples of minimum viable products], Venture Hacks: Advice for entrepreneurs, October 27th, 2009
* [http://torgronsund.wordpress.com/2010/01/12/minimum-viable-product-revisited-the-mvp-curve Minimum Viable Product revisited – the MVP Curve?], Methodologist, January 12 2010
* [http://torgronsund.wordpress.com/2010/01/12/minimum-viable-product-revisited-the-mvp-curve Minimum Viable Product revisited – the MVP Curve?], Methodologist, January 12 2010
* [http://www.inc.com/magazine/20091001/the-bootstrappers-guide-to-launching-new-products.html The Bootstrapper's Guide to Launching New Products] Inc. Oct 1, 2009
* [http://www.productdevelopment.com/howitworks/mvp.html Minimum Viable Product] SyncDev 2008


[[Category:Product development]]
[[Category:Product development]]

Revision as of 03:48, 26 August 2010

In product development, the Minimum Viable Product or MVP is a strategy used for fast and quantitative market testing of a product or product feature, popularized by Eric Ries for web applications.[1] [2]

Description

A Minimum Viable Product has just those features (and no more) that allows the product to be deployed. The product is typically deployed to a subset of possible customers, such as early adopters that are thought to be more forgiving, more likely to give feedback, and able to grasp a product vision from an early prototype or marketing information. It is a strategy targeted at avoiding building products that customers do not want, that seeks to maximize the information learned about the customer per dollar spent. "The minimum viable product is that version of a new product which allows a team to collect the maximum amount of validated learning about customers with the least effort."

A MVP is not a minimal product[3], it is a strategy and process directed toward making and selling a product to customers. It is an iterative process of idea generation, prototyping, presentation, data collection, analysis and learning. One seeks to minimize the total time spent on an iteration. The process is iterated until a desirable product-market fit is obtained, or until the product is deemed to be non-viable.

Techniques

A Minimum Viable Product may be an entire product or a sub-set of product (such as a feature).

  • Product: (smoke test) The canonical MVP strategy for a web application is to create a mock website for the product and purchase online advertising to direct traffic to the site. The mock website may consist of a marketing landing page with a link for more information or purchase. The link is not connected to a purchasing system, instead clicks are recorded and measure customer interest.
  • Feature: (deploy first, code later) A link to a new feature in a web application may be provided in a prominent location on an existing website. The feature is not implemented, rather an apology, mock-up, or marketing page is provided. Clicks of the link are recorded and provide an indication as to the demand for the feature in the customer base.

Differentiation

Releasing and assessing the impact of a minimum viable product is a market testing strategy that is used to screen product ideas soon after their generation. It is facilitated by Rapid Application Development tools and languages common to web application development.

The MVP differs from the conventional market testing strategy of investing time and money early to implement a product before testing it in the market. The MVP is intended to ensure that the market wants the product before a large time and monetary investment is made. The MVP differs from the open source methodology of release early, release often that listens to users, letting them define the features and future of the product. The MVP starts with a product vision, which is maintained throughout the product life cycle, although is adapted based on the explicit and implicit (indirect measures) feedback from potential future customers of the product.

The MVP is a strategy that may be used as a part of Steven Blank's customer development methodology that focuses on continual product iteration and refinement based on customer feedback. Additionally, the presentation of non-existing products and features may be refined using web-based statistical hypothesis testing, such as A/B testing.

The general method of deploy first, code later is akin to the agile program code testing methodology called Test-driven development where unit tests are written before and fail until the code is written.

References

  1. ^ W. S. Junk, "The Dynamic Balance Between Cost, Schedule, Features, and Quality in Software Development Projects", Computer Science Dept., University of Idaho, SEPM-001, April 2000.
  2. ^ Eric Ries, March 23 2009, Venture Hacks interview: "What is the minimum viable product?", Lessons Learned
  3. ^ Radoff, Jon, "Minimum Viable Product Rant," May 4, 2010, http://radoff.com/blog/2010/05/04/minimum-viable-product-rant/

See also