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: How long should we run private beta before opening it up to all?

7 pointsby JonathanWCurdabout 14 years ago
We are quickly approaching the point at which our MVP is ready for beta testing by the outside world. How long should we run a private beta (if at all) before opening up to all?

4 comments

jefe78about 14 years ago
Run it until you know there are no major snafus. I.e., system doesn't auto-purge your DB, assimilate all your users and nuke the planet.<p>Once things are stable, start scaling the beta up to a reasonable number of users. I.e., stress test, in increments. Once you meet a pre-set milestone, set it loose.<p>Goodluck!
评论 #2251243 未加载
sammvilleabout 14 years ago
You should run it for as long as is needed to test the effectiveness of your app. This period is one where code changes can be made to make your service better, decide pricing, test the market. e.t.c
dmarinocabout 14 years ago
Check this post from Joel Spolsky <a href="http://www.joelonsoftware.com/articles/BetaTest.html" rel="nofollow">http://www.joelonsoftware.com/articles/BetaTest.html</a><p>It's more focused on desktop apps, but it has good insights
bobfabout 14 years ago
One strategy would be to initially continue to offer it as a "private beta", while allowing X invites to each existing user to expand the beta userbase.