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.

AsK HN : Is it a good idea to write an ebook on MVP development?

8 pointsby anujkkover 12 years ago
I am thinking about writing an ebook as my next side project. I see many people who have a startup idea but don't know how to actually implement it. Would it be nice to have an ebook that teaches how to quickly develop a MVP? It will be a step-by-step guide to develop MVP of an actual product e.g., HN Clone.<p>Is there a demand for such ebooks? What are some similar books? Which web application one should choose as an example project?<p>As of now, I think I will go with HN Clone as project and HTML/CSS/jQuery/Bootstrap/Python/Flask/SqlAlchemy/MySQL as technology stack. What are your suggestions?<p>P.S. : I don't know Ruby/Rails. I'm basically a Python/PHP guy.

5 comments

brudgersover 12 years ago
Your story developing an MVP could be interesting. A book which pretends that a non-project is an MVP probably won't be.<p>The passion of execution is what makes <i>Getting Real</i> interesting. <a href="http://gettingreal.37signals.com/toc.php" rel="nofollow">http://gettingreal.37signals.com/toc.php</a>
redsparkover 12 years ago
It sounds like you want to write an ebook sample application tutorial and just piggyback on a lean startup keyword.<p>The most complicated and most mysterious part of creating an MVP is using your customer feedback loop to determine what the MVP needs to look like. Merely creating a HN clone without also outlining your feedback loop and why you determined an HN clone to be your MVP would not hold much value.
stevejalimover 12 years ago
I hope so: <a href="https://leanpub.com/idea-to-income/" rel="nofollow">https://leanpub.com/idea-to-income/</a> :o)
评论 #5073580 未加载
djb_hackernewsover 12 years ago
Sounds like a tiny market of poor people.
nerdfilesover 12 years ago
It helps. Each product can now be viewed as a general scientific hypothesis; so publishing your work is essential.<p>You wouldn't be writing _on MVP development_ but rather exposing to everyone just how well you are at executing it. In my mind, your question seems like asking, "Is it a good idea to write an ebook on the scientific method?"<p>You have to manage what kind of philosophical posturing you're going to make. What you will write about may not necessarily translate to other projects, and that'll be for the fact that your hypotheses will be defined by the nature of your product. I believe what I'm saying is consistent with "don't choose your tech stack first" since the product's nature determines what the tech stack will be.