Hacker News new | ask | show | jobs
by steven_pack 2396 days ago
Thanks Zack! (Full disclosure, I work with Zack at Cloudflare on the Product team). The fact I could build the whole thing on Cloudflare Workers is one of the reasons I took it as far as I did. I like writing code, but i groan at the thought of setting up servers, even on the cloud. My last side project used ELBs with a node server and the whole thing was painful.

Having an API that deploys to ~200 cities instantly and then deploying the UI being as simple as wrangler deploy, pointing at my bundle directory means I could just focus on the fun stuff.

Can't wait to see where we go with this platform.