Sep 3, 2026, 12:15 PM · today
Picking the Cloudflare stack for the new project. The traffic profile is all or nothing: if it takes off it can see millions of hits a day, and if it doesn't it gets none. Setting up for that on AWS or a VPS with Kubernetes means building the scalable deployment upfront, time spent before knowing if the project even works.
Instead I'm going with Cloudflare Workers, R2 for images, and KV, starting on the $5/mo Workers plan. The frontend goes on Cloudflare Pages, so that's served through the Cloudflare CDN as well. Not saying $5 covers all the scale, just the start. After that it stays cheap for what it is, and more hits means more revenue, which is easy to pay. What I'd rather avoid is setting up something on a VPS that needs to be scalable upfront for a site this uncertain. No k8s to babysit either way.