3 pointsby knxnts5 hours ago1 comment
  • knxnts5 hours ago
    I have a static html blog that I've been building out and writing on for some time. I'm a law student and not very technical.

    I originally just used CloudFlare's Pages function--I would just upload a folder with all of files for my site there.

    But I had the idea of changing it so that I could update the site using just email, since I'm on my email all the time. With the help of Claude, I was able to set up a very simple architecture where I can publish and delete post by email alone. It uses r2 object storage on CloudFlare and a very basic wrangler setup.. Thought I would share here.

    AI coding tools seem like they could promote a static website renaissance--it's never been easier for a normie to build and host their own site. What do you all think?