I’m using Cloudflare to host some of my projects (such as this blog) utilizing the CF Workers & Pages, especially the pages part. I’m currently not using the workers (yet) as my production software isn’t currently compatible with workers, which is something i would like to change in the future as it seems really powerful.
Automatic deployments
I’m using the automatic deployment features to incorporate CF into my normal git workflow, where i’m synchronizing from my own self-hosted git server to github using a synchronization job and then CF reacts to pushes and builds a new deployment - which could be either a production or development / staging deployment.
Custom Domain
I have set a custom domain blog.sebathefox.dk
to use instead of an autogenerated *.pages.dev
domain. I like CF’s simple way of adding a custom domain as you only need to have access to add DNS records and doesn’t need to go through a massive guide.