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 perfect was your app when you launched it?

2 pointsby ziyadparekhalmost 9 years ago
How perfect was your app/website when you launched it? Were there issues (bugs, bottlenecks, bad code)? Did you wait until all outstanding issues were ironed out until you launched it? Or did you let it out in the wild and fix it as issues came up ?

4 comments

animeshkalmost 9 years ago
My team and I launched our product about 17 days ago. It&#x27;s might look better than an MVP, but it&#x27;s literally just that. We&#x27;re trying to identify the users who would love using even the crappiest version of our product.<p>With over 300 users now, it turns out they do want browser extensions and mobile app. So our product is far from perfect. You can have a look at it -<p><a href="http:&#x2F;&#x2F;www.searchtrack.co" rel="nofollow">http:&#x2F;&#x2F;www.searchtrack.co</a>.<p>SearchTrack helps teams and individuals collaborate to save content, contacts, products and services around any topic. Best of all, you can share your research with the community so others in need can spend more time learning and implementing from your collection of rich resources (than they would, in finding and organizing those).
pedalpetealmost 9 years ago
I took over a project 8 months ago which had been running for 2.5 years.<p>It was far from perfect when it launched, was still far from perfect when I took over, and I&#x27;m going to guess it is going to take a year or so before it gets to a point that I&#x27;m even happy with it.<p>The issues are plenty.<p>It looked horrible when I took over, and though we&#x27;ve done a redesign, it is still not a beautiful app.<p>Bottlenecks galore! Very slow page load times, parts of the app where we wanted to improve the UX are so duct-taped together we can barely touch it and are biding our time to do a re-write.<p>Dead code, confusing code, poorly thought out code. This has all of it. I even lost a developer because he was so frustrated with the code structure.<p>So, how bad can this all be?<p>We&#x27;ve got a large base of dedicated users that love the product, we&#x27;re growing nicely (though growth is somewhat held back as we can&#x27;t release features and improvements as quickly as we&#x27;d like).<p>Ignore the &#x27;perfect&#x27;, it&#x27;s never perfect (but definitely aim for &#x27;good enough&#x27;). Having users that love the product is much more important than it being perfect.<p>Also, what app do you think is or was perfect when it launched? Facebook sure as hell wasn&#x27;t perfect. Twitter? Clearly not.<p>Nobody is perfect, give that up. The perfect time to launch an app is when it is perfect enough to get feedback.
mattkreaalmost 9 years ago
&quot;If you are not embarrassed by the first version of your product, you’ve launched too late.&quot;<p>Unless you are some kind of a wizard, waiting to clean everything up before making sure you are doing the right thing is probably a bad idea.
hendersonsam456almost 9 years ago
The lean start-up would say: - launch early - test with your users what needs fixing - fix it (and don&#x27;t bother fixing the stuff that the user&#x27;s don&#x27;t care about).<p>I think there is a legitimate caveat to this though. If you&#x27;re app does something where failure leads to death or some other really bad outcome (might be medical software), then being super lean is probably not advised. But in the main, launch early, test, fix and repeat.