Hacker News new | ask | show | jobs
by BlackMiracle 1730 days ago
To host static websites, you use Cloudflare Pages.
2 comments

Cloudflare Pages locks you into git-based deployment, which isn't always practical, especially for sites that are heavy with images and other non-text static assets. I don't want to use git to manage the images for my website and I don't want to have to pay Github every month for Git LFS storage and bandwidth costs.
You can take a look at Workers Sites instead. Similar to their Pages solution, but with a lot more flexibility.
Thanks, I am familiar with Pages, but I would like to know whether R2 can also be used for this purpose, in a similar fashion as S3.
Indeed, the Browser -> CDN -> Object storage static hosting model all under one roof is extremely appealing.