I would greatly appreciate any constructive criticism the community has about my startup idea, BakeLayer.
http://bakelayer.com/
The idea is simple -- hosted browser cookies. There are several advantages to storing data server-side that would normally be stored client-side:
- You can store more data in a database than you can in a browser cookie. That data can be accessed via a key/value interface (API)
- You can add, delete, and modify cookie data server-side without the need for the visitor to access a page on your site.
- There are multiple methods of tracking other than cookies, so I can use those methods to associate an ID with each client, making it harder for them to "lose" the cookie data you've assigned to them. Naturally, only methods that haven't met with litigation are employed.
I'm still kicking around ways to price this, as potentially it could be hit with a ton of traffic (each page view on a given website, similar to an analytics service). After reading the Dilbert comic today I'm pretty sure how I want to market it.
Any ideas or notes on the design or business idea are greatly appreciated!
Amazon offers simpledb, google app engine, both offers are very cheap, and wouldn't take much to create a simple datastore utilizing either of these services to simple key value pairs.. how would you differentiate ?
In all honesty.. cookies are usually lost between uses and not during the session, so I can't see the point really. If a user logs in , I usually set cookies based on loaded information at time of login ... so its a one time thing.