by barelyusable on 5/10/17, 9:37 PM with 32 comments
by goldenbeet on 5/10/17, 9:58 PM
Spent another weekend building out basic functionality (login/register for tournament/report scores/"staff" 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 "validated" again and considered this our MVP.
At that point it was about 6 days of coding and about a month of testing with these three "clients". We then ran with that MVP for another month, opening up to more people, and collected feedback before doing another round of coding.
by tabeth on 5/11/17, 12:23 AM
Others will say a fully functional prototype of what you're set out to do is what's necessary in order to fully allow prospects to understand what you'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.
in short, i'd say there are three criteria:
1. how long would it take you to make a functional prototype?
2. what's the potential upside of a good first-look?
3. what's the downside of a bad first-look?
by canterburry on 5/10/17, 10:12 PM
The expectations of MVPs from just about everyone have gone through he roof.
by 1ba9115454 on 5/11/17, 8:05 AM
by karthiksk2012 on 5/11/17, 12:38 PM
by jwilliams on 5/11/17, 5:14 AM
In my last case (funded, growing B2B SaaS company) we built prototypes on "paper" (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.
When we hit the threshold, we built the minimum required, went back to those parties, closed the deals and worked out from there.
by mindhash on 5/12/17, 5:35 PM
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't go anywhere.
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's time.
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's lab.
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.
So spend more time with prospects to figure out MVP or MRP (Minimum Remarkable Product).
by mooreds on 5/11/17, 12:25 AM
If possible Google forms plus shlepping.
by meesterdude on 5/11/17, 2:39 AM
When I built my project for behavioral and cognitive changes (http://willyoudidyou.com) MVP for me was something that 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.
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.
Before I slung most of the code... I had done some prototyping. Html/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.
by sibmike on 5/11/17, 1:18 AM
by tmaly on 5/11/17, 3:18 PM
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.
It is really a testament to launch early. If you look at Discourse now, its night and day from when it first started.
by taf2 on 5/11/17, 12:05 AM
by j45 on 5/11/17, 7:45 AM
by charuthomas on 5/11/17, 5:17 AM
by greato on 5/10/17, 9:40 PM
by jhwhite on 5/10/17, 11:15 PM
by jameslk on 5/10/17, 11:38 PM
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'll spend trying to get people to see your hack and validate it. It's more market research than product development. You just want enough proof there's a business opportunity to continue spending time, money and energy on it.
For software startups, there'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's the launch page strategy, that attempts to lure sign ups or "beta subscriptions" to show demand without building anything more than a few prototype designs and a landing page.
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.
There's quite a bit written about building MVPs. Here's some resources and inspiration:
- Lean Startup
- Sprint (Jake Knapp)
- Product Hunt Began as an Email List: http://ryanhoover.me/post/69599262875/product-hunt-began-as-...
- Building Your SaaS Startup’s Launch List: https://medium.com/@cliffordoravec/the-no-bs-approach-to-bui...
- Successful SaaS MVPs: https://belitsoft.com/custom-application-development-service...
- Wizard of Oz test: http://blog.ycombinator.com/ask-yc-upfront-technical-investm...
- Shameless plug--I wrote more about MVPs here: http://jameskoshigoe.com/how-to-build-an-mvp/