This application is the result of some weekend tinkering after becoming sick of emailing Cookie Clicker save data to myself. The project took off, and now it's become rather impressive (ya know, for something that exists because of Cookie Clicker).
CookieSync is written PHP using Laravel. It is capable of decoding Cookie Clicker save data and keeping track of saves for each user. Log in or create an account in one step to start saving. Very little data is collected -- It's pretty much anonymous. CookieSync does incorporate a sharing feature to make saved games public with a shortened link.
The application has a simple Bootstrap web interface to stretch a thin skin over the backend for now. A better interface is on the short part of the long list of upgrades.
CookieSync has complex stat tracking and statistics features to chart and visualise save data. View breakdowns of buildings, income, ROI, expenses, and your cookies earned over over time.
As it stands, CookieSync is perhaps 80% complete. Recent additions include warp-speed caching, deep stat tracking, massive speed improvements, career histories, charts and graphs, worldwide stat aggregation, and user-friendly features like password resets (which, believe it or not, I didn't bother with at first).
CookieClicker doesn't ask for or store your email address yet, so there are no options for password recovery if you forget your login. I plan to include email as part of the signup process to facilitate such a feature. I really have no other use for your email, and by the time I ask for that information, the system will be prepared to encrypt it.
At one point, CookieSync was simple enough to clone and run it on your own. Now, it's a high-performance hosted service with nontrivial configuration. It's been incredibly fun (though frustrating) to puzzle out all of the details for CookieSync, mainly as a lesson to myself. CookieSync is the proving grounds for my newest and most gonzo development styles.
It is currently hosted at zeril.li/cookiesync.
(As if anyone cares) the technologies at work within CookieSync include:
By this time, I've figured that some of you might stand to learn something from the way I've architected my application. Aspiring Laravel developers may get a kick out of it. Seasoned Laravel developers will probably get a few good laughs. I make no apologies: This thing is a toy, but it's been the foundation of incredible learning for me. It makes no money and has had me tearing my hair out, but I don't regret even one second of the time spent building it.