My go to hosting solution in 2026 - Cloudflare platforms
Sharing my experience on creating side project with Cloudflare platforms
I had a very good experience when migrating my static sites (Hugo, Astro, etc.) to from Vercel to Cloudflare pages a while ago. I used to use Cloudflare only for DNS settings or security protections, I wonder why I haven’t tried their other features.
This year (2025) they launch this awesome landing pages: Cloudware Workers

So, I decided to explore it further.
First, I really like their wrangler CLI. It’s a command tool to interact with their features, include initiating a project until deploying it.
I tried both hosting my static site and a simple function / worker, both run really well.
I also tried to connect my function with R2 (the s3 like feature for storage), to my surprise it works very well!
I plan to start experimenting with their features more in this 2026.