Skip to content

Instantly share code, notes, and snippets.

@JayGwod
Last active December 8, 2021 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayGwod/edd1d23edf55ead22749b55be3713628 to your computer and use it in GitHub Desktop.
Save JayGwod/edd1d23edf55ead22749b55be3713628 to your computer and use it in GitHub Desktop.
[Building Apps from a Business Perspective]Learn to turn your app solution into a reality. https://www.youtube.com/watch?v=poLzjLt2yqU&t=233s

MVP

Minimal Viable Product

The MVP is the product that in the shortest time can create value for one or more users on a continuous basis.

  • Eric Ries "Lean Startup"

MVP has limited goals and very close attention to how much it costs

Should feature X be in the MVP?

  • Does the user need it to use the app?
  • How simple is it to develop?
  • Does it provide value to the company?
    • Postpone the revenue generating feature.
    • Get the audience hooked first.

Double check: Is your MVP solution any different than the competition?

The Backlog:

  • keep a list of future versions of the app.
  • Allows developer to plan for expansion and integration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment