Ask HN: Review my new A/B testing and analytics startup
I’d love to get your feedback and help improving it and making it as awesome as possible.
Some of the things I’m most excited about:
• Sharing. I’m hoping it does for analytics/testing what github did with code. Here is what the permissions look like for one of my sites http://cl.ly/0I1N3P0f3g451b3v0W2L Let me know if you want me to add you to it as well!
• Goals. It has the basic “conversions” like visiting a page, clicking link. but also magnitude-based measures like time, pages viewed, scroll depth, which can all be tested at the same time to get a real accurate picture of how changes to the site affect user behavior.
• The traffic panel. Instead of having every possible measurement under the sun, my goal here was to have a very easily digestible representation of what is happening on the site. This means things like using the favicon and page thumbnails for easy recognition, parsing the URLs easy readability, and having a visual representation of the weight of all the numbers. Here is what it looks like one of my sites http://cl.ly/1D1f0J3N2T0A2X0l111V
This is just the tip of the iceberg, there are a lot of features planned or even just commented out for launch, but I really want to nail the basics first and make sure they are as useful and practical as possible.
36 comments
[ 0.24 ms ] story [ 113 ms ] threadI want to know what's involved in setting up and running a test, but came away from your site without really knowing what the user experience is like.
1. I like the free option, and would most likely start there to get a feel for everything. But...if I wanted to start with a premium plan instead, there is not enough information on the website to tell me how this product is different (besides look/feel) from products such as Google Optimizer, Google Analytics, or Optimizely. Sell me on the benefits of using your product over these other products (in particular Google since it is free for all levels).
2. This is a little pet peeve on my part so you'll have to excuse me, but fix the transparency on the signup button background. Right now it stands out and looks thrown together compared to the rest of the site.
Overall though, the layout of your site looks nice and the screenshots you provided look great as well. Looks very user friendly. Can I suggest maybe creating a video for the website that walks people through the system or even adding more screen shots?
Good job and look forward to hearing/seeing more.
edit: looks pretty neat on the UI
Also, your twitter feed isn't very re-assuring on the infrastructure side.
Overall it looks like an interesting product though and something I might consider using.
Great job and good luck with it.
edit: apparently // is the way to go, see comments below.
Though you're right it does look a bit weird, I will add a note to the instructions explaining what it is and that its not a bug or anything. Replacing it with http:// would've worked perfectly fine as well.
We use the same scheme to link to the media on our CDN so the app can switch seamlessly between http and https secured sections (account,billing) without any different <head> code
I'd like to read more about how it works, maybe see an integration guide, but it seems you only have the one (beautiful) page right now?
But behind the scenes how it works is that JS file (ie. usecharm.com/mmelin.js or something) returns different code depending on the cookie of the visitor and the configuration of the project. So if you launch a test, the goals and changes will come out in that file and it is also based on what page it is requested from, so the change could be different when requested from the homepage of your site vs a content page. By default it just has basic analytics stuff like referrer-detection and measuring demographics.
Do you think I should add a "behind the scenes" or similar section that explains all the technical stuff going on?
I'll shoot you an email. Thanks. edit: Or, I would, but you don't seem to have it listed in your profile.
As others have said, I'd include screenshots and details about the optimization process works, not the monitoring bits and referral tracking - after all, most people already have a very involved process they use to do that.
Design wise it looks good, but the signup button transparency is distracting.
We were looking into some of the canvas libraries out there but that really only becomes necessary when doing pie-charts and other non-rectangular shapes.
It's definitely an interesting service though, and I'll be happy to pay for it if it saves me time compared to setting up my own A/B testing framework.
* You've got the same rounded-corners-not-transparent issue at the bottom of every page
* Only when you get to the 'copy this bit of JS into your site' stage, do you find out that it _also_ requires jQuery. I know a lot of people will already be using jQuery (including me) bit the site I wanted to test with isn't using jQuery, so this has moved me from 'Go', to 'Stop and think'. I wish I'd known this earlier on.