StatHat is a tool to track statistics and events in your code. In just one line, you can track any number and StatHat will generate graphs instantly, send you alerts, and let you embed the graphs on your own site.

Server load average Button presses Messages sent Sign ups/ins/outs Git commits Seconds iPhone app ran for Twitter followers upgrades Duration of database queries Number of users online Amount of free memory on a server Score players get in an iPad game Cache hit rate HTTP 500 errors How far your mouse has travelled Google ping time Weather web request time cups of tea drank power consumption twitter mentions page views shopping cart total

It takes just one line of code to track any event or number in your code.

StatHat::API.ez_post_count("messages sent - female to male", "info@stathat.com", 1)
stathat.ez_post_count('info@stathat.com', 'messages sent - female to male', 1)
stathat.PostEZCount("messages sent - female to male", "info@stathat.com", 1)
_StatHat.push(['_trackCount', 'STATKEY', 1]);
stathat.trackEZCount("info@stathat.com", "messages sent - female to male", 1, function(status, json) {});
<img src="http://api.stathat.com/c?ukey=USERKEY&key=STATKEY&count=1" style="display:none;" width="1" height="1"/>
[StatHat postEZStat:@"messages sent - female to male" withCount:1.0 forUser:@"info@stathat.com" delegate:self];
stathat_ez_count('info@stathat.com', 'messages sent - female to male', 1);
StatHat.ezPostCount("info@stathat.com", "messages sent - female to male", 1.0);
$ curl -d "stat=messages sent - female to male&email=info@stathat.com&count=1" http://api.stathat.com/ez
$ wget --post-data "stat=messages sent - female to male&email=info@stathat.com&count=1" http://api.stathat.com/ez
(stathat-ez-count "info@stathat.com" "messages sent - female to male" 1)
StatHat.Post.EzCounter("info@stathat.com", "messages sent - female to male", 1);
stathat_ez_count("info@stathat.com", "messages sent - female to male", 1);
stathat.ez_count("patrick@stathat.com", "messages sent - female to male", 1)

From Twitter:

@ChrisA9: Just checked out @stat_hat thanks to the @BuiltInChicago weekly e-mail. It looks AMAZING and they're from Chicago + NYC just like me. <3

@orta: impressed by @stat_hat - looks like a great way to track numbers from anything.

@designhawg: tracking data online just got simpler—check out @stat_hat #dataisking

StatHat is available by invitation only right now. It's free for most uses. (pricing details)

Thanks! You're now in the queue.