Ask HN: How to find users for my beta app?
8 points by ishener 8 years ago | 10 commentsThe app is http://discrete.li/ it's basically analytics service for ajax requests. Website owners plant a small javascript snippet in their site, and I track all statistics, including latency tracking and payload logs.
The service is pretty simple right now, but it is reliable. I use it for 6 months to track a medium-size app in production. I don't expect people to pay right away. I'll give it for free in exchange for feedback + patience while I implement it :-)
any way, I would love to hear your thoughts....
- csallen 8 years agoThere are lots of examples on my site IndieHackers.com of people building up a side project from nothing. In general, they seem to do two things in the beginning.
First, they spend lots of time talking to everyone they can: friends, family, coworkers, people in their online communities, people at conferences, etc. This is not scalable in the long-run, but very helpful in the beginning to kick things off. Paul Graham has written about this extensively: http://paulgraham.com/ds.html
Second, the more successful founders find good distribution channels. They find app stores, online marketplaces, partnerships, etc that constantly put their product in front of lots potential customers. Easier said than done, of course, but the first step is just being aware of that approach.
- tedmiston 8 years agoThere's an entire book written about the second approach called Traction [0] which boils down to: find the most dominant distribution channels and exploit them. Of course it includes plenty of non-traditional channel ideas and strategies as well.
- tedmiston 8 years ago
- twa927 8 years agoMy reflections as a potential beta-user:
- the price is very high - the $89 plan will be sufficient for a small website only!
- why only javascript analytics when I also have server requests?
- the dashboard looks nice
- the website could contain more information - seems too plain for a paid product - a documentation link, company data
Overall, even if the price was lower I don't think I would use the product. It looks like it gives some functionality of more focused tools (like Sentry for error notification) but doesn't look sufficiently advanced.
To do what your product does I use Sentry (error notification) plus parsing of Nginx logs + metrics in a database for timing data.
I hope my remarks are helpful!
- twa927 8 years agoI got error when clicking on "save and get new tracking code".
BTW, the tracking code sends a request to your server for each ajax request? That looks like a big cost to end user (duplicated number of HTTP requests a browser makes).
Error: obj is undefined this.getTrackingCode@https://demo-dot-latenlog.appspot.com/static/js/out/common.j... this.save/<@https://demo-dot-latenlog.appspot.com/static/js/out/common.j... $http/promise.success/<@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... processQueue@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... scheduleProcessQueue/<@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... $RootScopeProvider/this.$get</Scope.prototype.$eval@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... $RootScopeProvider/this.$get</Scope.prototype.$digest@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... $RootScopeProvider/this.$get</Scope.prototype.$apply@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... done@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... completeRequest@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... requestLoaded@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angula... angular.js:12722:18
- twa927 8 years ago
- tedmiston 8 years agoI think the best way to start user acquisition is to find other people that have the problem you have / had, and ask them to try it unrestricted. I would remove any notion of plans and pricing at this point until you've validated that it works for quite a few other people.
- Zekio 8 years agoNice, having logins while not using Https.
EDIT: Failed at english.
- ishener 8 years agoyou're basically right. since it's a side project, i haven't invested in a certificate yet...
you can use this link though: https://latenlog.appspot.com/
- csallen 8 years agoI don't want to pile on, but think there's a higher level lesson here, which is that it's important to know your audience. It sounds like you made a conscious decision to forgo TLS, however it's very predictable that that would go over poorly in a place like HN, so I assume you either weren't considering that or weren't aware of that. Try to always think about your audience!
- shivakaush 8 years ago
- tedmiston 8 years agoYou can get a free cert from StartSSL.
- csallen 8 years ago
- ishener 8 years ago