I recently used ChatGPT to help implement a workflow to make it easier to post notes to my website. I can type a note and upload an image with a page on my site.
Posting the note submits a request to a Cloudflare Worker that has access to an image storage bucket and write access to my website repo. My site gets rebuilt and deployed within ~10 seconds with the new note so it's pretty close to real-time.
It has dramatically reduced the friction to make a note on my site, hopefully making my site feel more active!