Ask HN: What are some great examples of a Minimum Viable Product?
41–50 of 66 posts
Re: Ask HN: What are some great examples of a Minimum Viable Product?
#42Re: Ask HN: What are some great examples of a Minimum Viable Product?
#43Re: Ask HN: What are some great examples of a Minimum Viable Product?
#44(edit: although colour would have been ahead of its time, the other features could easily have been scope-creeped into the final product)
Re: Ask HN: What are some great examples of a Minimum Viable Product?
#45Earlier quoted context omitted.
I've got an awesome designer lined up to do a complete redesign/re-brand when I have the time/money to see it through. Having said that, I've had a lot of compliments on the theme, and for $20, I've got no complaints :)
I actually think that design looks really good - don't forget, people that read HackerNews may be more inclined to see these sorts of themes around (as they're usually used by people just launching a product to see if there's any interest). Most users might not see the same theme that often, if at all.
Re: Ask HN: What are some great examples of a Minimum Viable Product?
#46Earlier quoted context omitted.
For cueyoutube - there's no backend! It's just a static page with some JavaScript on it (mostly jQuery but totally hacked together because I can't stand JavaScript :) I actually copied and pasted most of it from other sources (which I've listed on the page). The playlists are "saved" by sharing them - each playlist exists only as a URL containing a comma separated list of video IDs. I've been sharing on Twitter using…
I love this design strategy -- used the same one for http://hn-books.com Why code a back-end if you don't need one? You can get away with a lot more than you think you can just with a static page and the browser. With hn-books the book list exists as a static JSON file. I can put my entire site on any kind of web server -- even run it easily offline.
Re: Ask HN: What are some great examples of a Minimum Viable Product?
#47I've always thought that Instagram was an MVP. I do not have an iPhone, however, so I'm not sure if the app itself follows that mentality or not.
Re: Ask HN: What are some great examples of a Minimum Viable Product?
#48Re: Ask HN: What are some great examples of a Minimum Viable Product?
#49We made Lifehacker (after only adding a couple more things) not too long after that.
Wormwall likewise is about as basic a web authoring system as you can get. A WYSIWYG editor and a publish button. Nothing fancy.
We have well over a thousand users now.