TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Signs You Aren’t Really Building a Minimum Viable Product

57 pointsby panozzajover 13 years ago

7 comments

kevinpetover 13 years ago
Sign up landing pages as MVP? Never. Sign up pages to assess interest may be valuable, but they aren't MVP. MVP is "this is most stripped-down version of our vision that we think anyone would actually pay for". It's drawing a line in the sand. It's not expected to be profitable or grow quickly, or anything like that, but it's expected to be something that you can actually sell to someone. If you make the MVP, and no one buys, and you go through a couple cycles of "who's our target market", and there's still nobody buying, you need to kill it. Give up on that product, take anything you've managed to learn from your prospective customers, and build something else.<p>In other words: MVP isn't a catch-all for everything you could do to interact with your customers before you validated your vision. MVP means the "minimum" (stripped down, only the core features) "viable" (you must believe someone will buy it as-is) "product" (it must actually do something and provide value).
评论 #3498555 未加载
gfodorover 13 years ago
My problem with the "MVP" concept is it assumes you can generally know what it is you need to learn. This is true sometimes, but often not. Often taking the extra leap of faith on something results in richer, more meaningful understanding than the surface-layer assumptions you have before you actually make the leap. Launching a landing page can only tell you so much compared to if you got a working prototype in front of test uers, and a working prototype in front of test users can only tell you so much compared to having a real-world product being used by pilot customers. Learning that people don't sign up on your faux landing page could mean any number of things, and your reaction to it depends largely upon your assumptions about what you <i>think</i> it means.
评论 #3497711 未加载
评论 #3498823 未加载
nubelaover 13 years ago
You know what, I hate (its a strong word, i know) this whole lean startup movement. Yes, a lot of point make sense, iterate whats working, throw out whats not working.<p>But theres a giant conundrum to it, especially for certain types of startups. Lets take the startup I am working on now as an example. I am working on a Bookmarking framework for real life. Or you can call it, delicious for worthy experiences in life. But what was delicious without users? Not just do I want to bookmark material, I want to discover them too!<p>I had a "MVP", and it was really minimal. I spent 2 days coming up with a landing page (ctrleff.com), 1 day to plan and create the mockups, the second to actually turn it into fruition. Result? I frontpaged iPhone and Android's subreddit, and got about 10% conversion rate, while it is by no means great, it was certainly encouraging! But if MVP is all for motivation, then yes, I agree, by all means go ahead with building a MVP. But this landing page did nothing to tell me if my startup is going to be adopted or not. There were people who liked the idea. Thats it! This is no metric for any form of success. (Not every startup can be dropbox)<p>In my books, an MVP is an actual product that would determine actual user adoption. So the next step, or 2 months since the launch of the landing page, I'm done with the backend, and almost done with the Android App. And the app is by no means a sketchy app, I actually spent some time making sure that it looks exactly as what it should in the mockup, that it was not jerky, scrolling was smooth. Feature set? A minimal one: that is, the creation and digestion of Checkpoints (aka bookmarks). Thats it! But I am not stopping here, then there is the iOS app. Only then, would I consider my MVP done. A MVP that I won't hate to use and would continue to use. No double standards here, I will not release a product that I personally would not even use. I can be wrong, but I want to be proven wrong. Did I mention I'm a one man armt?<p>TL;DR: I hate the MVP movement, just build a real product with a minimal set of features.
评论 #3497383 未加载
评论 #3497732 未加载
polemicover 13 years ago
&#62; <i>A MVP [minimal viable product] is not a minimal product....</i><p>While I agree with the general sentiment of the post, the insistence that an MVP doesn't actually have do <i>be something useful</i> has something wiffy about it. Am I the only one who thinks that a landing page is not a viable product?<p>A lot of the time people don't know what they want/need until they actually have something to use, so simply pitching an idea and seeing if they get it is not, in my mind, sufficient for gathering hard data.<p>But maybe I just like to call a spade a spade.
评论 #3498032 未加载
评论 #3497666 未加载
aaronjgover 13 years ago
The site seems to be down for me. Here is the a google cache link: <a href="http://webcache.googleusercontent.com/search?q=cache:JmMIBrOTVhgJ:22ideastreet.com/blog/2012/01/11/signs-you-arent-really-building-a-minimum-viable-product/" rel="nofollow">http://webcache.googleusercontent.com/search?q=cache:JmMIBrO...</a>
dave_sullivanover 13 years ago
I think the key is balance. It's easy to get carried away with "gotta be perfect at launch", but it seems equally easy to take MVP too far (or, not far enough wrt product). It's an interesting concept, but it seems like many consider it religion.<p>Honestly, as a user, the whole landing page thing strikes me as borderline offensive because it shows you haven't put much time in and therefore don't value my time. But sometimes, that's a price worth paying to get some early validation for an unproven concept. As always, it depends.<p>Wrt to lean startup in general, I do appreciate their step by step scientific-ish approach, I think it's based on sound principles.
评论 #3497694 未加载
outside1234over 13 years ago
great article. its really hard to focus in on learning first and coding third as a technical co-founder. I love the last three questions - they forced me to focus on an even more minimal landing page as "MVP 0".