Hacker News new | ask | show | jobs
by sstrudeau 6350 days ago
What I'd like (and what I'd build if I had more spare time & mental capacity) is a photo-hosting service driven by a Flickr-like API, but designed to be an intelligent "asset store" for photos so large sites or communities can use this service as their photo storage & hosting back-end. The service itself wouldn't need much of a UI and users of sites/systems that depend on the service wouldn't necessarily know their photos are there.

I imagine this working something like S3 except that it knows about images, so it can process/resize them (and provide APIs to control such things) and also include a bundled CDN service (CloudFront). The pieces are all there but an API that made it really easy to put images in, process them and get them out again would save a lot of time.

(I manage a high traffic blog network and am spec'ing out some image-heavy niche web apps/sites. I'm eventually going to have to build something like this for internal use -- wish I could just buy in now).