Ask HN: Rate my value proposition
Looking for feedback on the following:
UserMetrix helps companies build software that pleases more users, with less development effort; this is achieved by combining application analytics, with classical error logging and novel usability logging.
Would love to hear your thoughts on if you think this would be useful and feedback on the general concept.
13 comments
[ 0.24 ms ] story [ 40.9 ms ] threadI'm not trying to be mean. It's just that blurbs like this tell the reader very little about the product. If you want to give a very short description, say very specifically what it does, not how it does it or how you think it might be used.
UserMetrix combines application analytics with error and usability logging, allowing you to instrument your software to seamlessly capture user feedback.
Data is collated in a central location, providing you with:
Analytics A high level summary of your application's popularity and stability.
Decision Support Problem prevalence allows you to focus on the issues affecting users the most.
Improved Error Reporting Details of application errors that include how to reproduce problems with ease, simplifying debugging.
Supported platforms: Java, Android
Does this convey the target audience a little better?
Here is a sample report that my application generates: http://usermetrix.com/projects/2 Hopefully this makes it a little clearer, and perhaps might give you a few thoughts on how I might do a better job conveying the concept?
I took a look at your sample report (http://usermetrix.com/projects/2) and your home page, and it looks like you have a combination of Java AOP logging and exception logging to a database, and then you make a report based on that? Is there anything "actionable" in the report?
So the people buying this service will be Java end-user app developers and their managers, no one else will really need it?
How about: "UserMetrix lets Java and Android developers measure feature adoption and exception message trends across applications to pinpoint usability and functional problems before your users notice"
Thanks for taking the time to work that up - your value proposition is a huge improvement.
Currently Java end-user app developers and their managers is very much the target audience.
The biggest thing that is actionable in the report is the most likely reproduction steps - see http://usermetrix.com/log_messages/8805/error for an example.
Provides developers with a huge head start on narrowing down and pinpointing the root cause of a problem rather than just the symptom, NPE or whatever.
You should probably tie software versions (of the app being instrumented) into your tracking and reporting as well, so if errors are still being thrown, that's because the user's on 2.0 and the bug is fixed in 2.0.1