TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How much work do you put into MVP?

34 点作者 barelyusable大约 8 年前
Wondering how much work you've put into MVP to validate your idea, and how did you do it: mockup, video, prototype, doing stuff by hand with a primitive system.

17 条评论

goldenbeet大约 8 年前
mine came from a hackathon. (for reference it was an online tournament platform) So it was two people and 48hrs building mocks, getting basic stuff rendered and implementing live reloading in browser (one of the main points for our idea). We ended up winning the hackathon (over 100 teams) so we considered that &quot;validated&quot; and decided we could try building the rest of it.<p>Spent another weekend building out basic functionality (login&#x2F;register for tournament&#x2F;report scores&#x2F;&quot;staff&quot; ability to resolve disputes) Then we reached out to a gaming league who held tournaments three times a week. They used it had some issues, we fixed them. Opened it up to two more leagues and they all loved it and wanted to start putting money into it. This was the point when we felt &quot;validated&quot; again and considered this our MVP.<p>At that point it was about 6 days of coding and about a month of testing with these three &quot;clients&quot;. We then ran with that MVP for another month, opening up to more people, and collected feedback before doing another round of coding.
tabeth大约 8 年前
Unfortunately there&#x27;s no good general answer to this. One could say an email blast with a <i>description</i> of what you&#x27;re trying to do with a credit card form would be the least possible work you could do. You&#x27;re unlikely to get any real response from that method, though.<p>Others will say a fully functional prototype of what you&#x27;re set out to do is what&#x27;s necessary in order to fully allow prospects to understand what you&#x27;re trying to do. Sadly this requires a lot of work which probably will be wasted, unless your goal was to simply to do it, and not to build a successful business as soon as possible.<p>in short, i&#x27;d say there are three criteria:<p>1. how long would it take you to make a functional prototype?<p>2. what&#x27;s the potential upside of a good first-look?<p>3. what&#x27;s the downside of a bad first-look?
canterburry大约 8 年前
Who here feels MVPs aren&#x27;t MVPs anymore?<p>The expectations of MVPs from just about everyone have gone through he roof.
评论 #14320894 未加载
评论 #14315030 未加载
评论 #14317485 未加载
评论 #14312402 未加载
评论 #14312243 未加载
1ba9115454大约 8 年前
For me an MVP is a full application. One that a user can signup and actually use. So typically I&#x27;m looking at around 3-6 months of development.
评论 #14316662 未加载
karthiksk2012大约 8 年前
I don&#x27;t think landing page with an email subscription is an MVP. Many people have done it and it definitely helps in gathering an audience and get your initial users, but it won&#x27;t help you in understanding your product. Product is more than just users saying ok to try a product. It&#x27;s about the will to pay or engagement. I think a working product with minimal core features can be called an MVP. The feedback from users after I launched my product* is what defined it. *<a href="https:&#x2F;&#x2F;pipecourse.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pipecourse.com&#x2F;</a>
jwilliams大约 8 年前
Seems that MVP is pretty much whatever the situation dictates. So I&#x27;ll avoid getting to philosophical.<p>In my last case (funded, growing B2B SaaS company) we built prototypes on &quot;paper&quot; (actually mockups designed for an easy display on iPad). We then went out and pitched potential customers on the back of the prototype. Criteria was getting them to emphatically commit to the product if we were to build it. We were pretty strict on what commitment meant. Probably 1-2 months work.<p>When we hit the threshold, we built the minimum required, went back to those parties, closed the deals and worked out from there.
评论 #14317347 未加载
mindhash大约 8 年前
I have spent usually between 1-3 months to build MVPs..but you can&#x27;t generalise as it really depends whats viable. Talk to your prospects to define what is viable. For enterprise softwares its usually longer due to various reasons.<p>My first product was into travel and we spent months just to build MVP that we thought was viable. Stupidest thing we could do. The product didn&#x27;t go anywhere.<p>Second product was into logistics. I spent most of my initial month travelling in field with my cofounders and doing stuff manually. This helped me understand what was viable and build product in a month&#x27;s time.<p>My third product was education platform. This was a funded startup so they had sales people. I used them to gather information. Like what profs think about the problem space, what students think then what type of devices are they using, do they have good internet access. This greatly helped us figure out whats minimum that we need in product. Like we discovered that students in our country rarely have a laptop or desktop. They use desktops in school&#x27;s lab.<p>My current product is about team productivity. I am on call with most of my ex colleagues, friends to figure out what would be minimum. My problem statement is kind of validated as most have felt a need for solution.<p>So spend more time with prospects to figure out MVP or MRP (Minimum Remarkable Product).
mooreds大约 8 年前
As little as possible if it is a true MVP. The goal is to test the business idea.<p>If possible Google forms plus shlepping.
评论 #14313288 未加载
评论 #14312974 未加载
meesterdude大约 8 年前
First, I would consider the benefits of building it anyway <a href="https:&#x2F;&#x2F;medium.com&#x2F;you-could&#x2F;build-it-anyway-6c43486e8a74" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;you-could&#x2F;build-it-anyway-6c43486e8a74</a><p>When I built my project for behavioral and cognitive changes (<a href="http:&#x2F;&#x2F;willyoudidyou.com" rel="nofollow">http:&#x2F;&#x2F;willyoudidyou.com</a>) MVP for me was something that <i>i</i> could use, would want to use, and that would actually do something useful for me. Specifically, I needed to see a change in my behavior. I needed to brush my teeth before bed, do laundry with regularity, and eat healthier. I just needed someone (or something) to help put those things on my radar when they needed to be.<p>I reached MVP when there was nothing else that I needed to add, feature wise. Sure, there are things I WANT to add, but building out the core was important for me.<p>Before I slung most of the code... I had done some prototyping. Html&#x2F;CSS files that I chopped together and tinkered with. It went on to influence the actual buildout, but was more of help with my own brainstorming.
sibmike大约 8 年前
It depends on what you want to test. Atm, testing an idea is easier than ever before, but shipping an MVP gets harder every day. To test the underlying idea we asked contractors to fill in prices in Google sheets. After that we have spent 2 years building our MVP. People expect you to be as useful, adaptive and intuitive as unicorns from the very start. (Looking back, we could have ship it faster, but as always you know which edges should have been cut post factum) Imho.
tmaly大约 8 年前
I really try to do as little as possible. You learn over time that it is better to launch early, get feedback, and iterate.<p>There was a great write up recently on indiehackers.com with Jeff Atwood about Discourse. He shared some of the older landing pages he first put up in the comments.<p>It is really a testament to launch early. If you look at Discourse now, its night and day from when it first started.
taf2大约 8 年前
I think it depends on your definition of MVP. Some are prove to an investor you have a good idea. The kind I like are good enough for your first 10 or 100 customers... time to complete really depends on the product. IMO the MVP should be the basis for all future work e.g. After this first step you are incrementally adding improvements
j45大约 8 年前
There is a good book called Lean Product Process that I recommend. $15 and a few hours will help you find how much MVP you need to test hypotheses with customers.
charuthomas大约 8 年前
We did a basic &#x27;demo&#x27; version of our product; it was very simple but had all the aspects of the full product.
greato大约 8 年前
MVP is minimum measurable product. When you have analytics set up, you are ready to launch. (mailing list)
评论 #14312063 未加载
jhwhite大约 8 年前
The minimum amount of work.
评论 #14312876 未加载
jameslk大约 8 年前
That really depends on what kind of MVP it is and what you&#x27;re bringing to the table. Some startup ideas can be hacked together quite simply by reusing a few existing services, tools and a bit of programming. Others may require some prototyping and fund raising (e.g. hard tech). Whatever it may be, the MVP is a hack and experiment to prove product-market fit. It&#x27;s the tiniest, minimal effort you can expend to build a test to prove that there are real people who desperately need something you could provide them.<p>An MVP is more marketing and sales than it is developing. Building your MVP should consume a fraction of your time and resources compared to the effort you&#x27;ll spend trying to get people to see your hack and validate it. It&#x27;s more market research than product development. You just want enough proof there&#x27;s a business opportunity to continue spending time, money and energy on it.<p>For software startups, there&#x27;s a few patterns you can employ to build an MVP. One of them is the Wizard of Oz test, where you provide a facade of a real product but do all the hard work behind the scenes manually (until you can automate the rest of it). Another is piggybacking on other existing services and solutions, modifying them to your specific business domain (e.g. form builders, communication services, integration services, open source, BaaS, etc). Then there&#x27;s the launch page strategy, that attempts to lure sign ups or &quot;beta subscriptions&quot; to show demand without building anything more than a few prototype designs and a landing page.<p>It seems more compelling to just build it from scratch, but researching options and planning a more clever solution may save lots of development and money down the road. Treat it like a science experiment with incremental solutions and gather as much feedback as possible.<p>There&#x27;s quite a bit written about building MVPs. Here&#x27;s some resources and inspiration:<p>- <i>Lean Startup</i><p>- <i>Sprint</i> (Jake Knapp)<p>- Product Hunt Began as an Email List: <a href="http:&#x2F;&#x2F;ryanhoover.me&#x2F;post&#x2F;69599262875&#x2F;product-hunt-began-as-an-email-list" rel="nofollow">http:&#x2F;&#x2F;ryanhoover.me&#x2F;post&#x2F;69599262875&#x2F;product-hunt-began-as-...</a><p>- Building Your SaaS Startup’s Launch List: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@cliffordoravec&#x2F;the-no-bs-approach-to-building-your-saas-startups-launch-list-part-2-of-the-epic-guide-to-8cc371be772c" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@cliffordoravec&#x2F;the-no-bs-approach-to-bui...</a><p>- Successful SaaS MVPs: <a href="https:&#x2F;&#x2F;belitsoft.com&#x2F;custom-application-development-services&#x2F;successful-saas-startups-mvp-lean-paying-customers-first" rel="nofollow">https:&#x2F;&#x2F;belitsoft.com&#x2F;custom-application-development-service...</a><p>- Wizard of Oz test: <a href="http:&#x2F;&#x2F;blog.ycombinator.com&#x2F;ask-yc-upfront-technical-investments&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.ycombinator.com&#x2F;ask-yc-upfront-technical-investm...</a><p>- Shameless plug--I wrote more about MVPs here: <a href="http:&#x2F;&#x2F;jameskoshigoe.com&#x2F;how-to-build-an-mvp&#x2F;" rel="nofollow">http:&#x2F;&#x2F;jameskoshigoe.com&#x2F;how-to-build-an-mvp&#x2F;</a>
评论 #14312986 未加载