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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best way to get pre-orders for software products?

2 点作者 colinmcd超过 7 年前
I'm looking for a way to get pre-orders for a software project. This would useful for validating an idea before sinking to much time into it. I'm imagining something similar to Kickstarter, but for whatever reason Kickstarter seem to work particularly well for software other than games.

2 条评论

elsyms超过 7 年前
You&#x27;re going to find it very difficult to get people to invest their money in something that has no demo or detailed information. Your best bet is to create a minimum viable product and get feedback from the community (HackerNews could help).<p>The &quot;Ghost&quot; blogging platform&#x27;s Kickstarter is one of my all time favourites (notice how they had something to show their users before asking for money): <a href="https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;johnonolan&#x2F;ghost-just-a-blogging-platform" rel="nofollow">https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;johnonolan&#x2F;ghost-just-a...</a>
评论 #15184611 未加载
joshribakoff超过 7 年前
I was asked to take a contract project that I recognized as an UI component &#x2F; app lots of businesses in that industry would need. I gave them a good price in exchange for me retaining the resell rights on the code. The contract was profitable, and afterwards I invested a few days time into creating a basic landing&#x2F;sales page with an email address&#x2F;contact form.<p>I then searched on Google for forum posts from other developers posting on programming QA sites &amp; forums, trying to create the same UI component &#x2F; app &amp; having issues. I gave them advice about their code, and also shamelessly plugged my commercial UI component &#x2F; app &amp; suggested purchasing it as another solution to their problem.<p>Even if no one else purchased it, I was already paid to create it once. But it did work, I sold my UI component &#x2F; app 1,000 times. I would sometimes make deals where I&#x27;d promise to add some new feature in exchange for them purchasing the app. Eventually I decided to open source it &amp; move on to bigger projects.<p>So basically my advice is start with consulting, so you&#x27;re getting paid for your time. Then if you happen to re-sell the code you wrote a second, third or 1,000x great... or if not, at least you were already paid once.<p>For example you found a client who wants a &quot;todo app&quot;. Create a simple todo app &amp; then try to find more clients who want the same thing, over time build it up to be the most sophisticated &quot;todo app&quot; on the market, with rules engines or all sorts of bells &amp; whistles &amp; customization built in. Eventually there will be no more market for hiring consultants to build &quot;to do&quot; apps, instead the de factor market solution is your app. I feel this is a solid strategy for creating a b2b startup company.<p>Lots of great programmers can create a CMS or a wordpress clone. But until you consult for some real companies with real world problems &amp; understand where those systems fall short, you don&#x27;t understand the market needs. Eventually you get tired of hacking on permissions&#x2F;access control to some open source CMS as a consulting job, and you build your own CMS, or a plugin for that open source CMS &amp; [re]sell that to your clients instead.