Hi HN,
My second project in the quest to release something every month this year is Kalester, a vegan recipe blog aggregator. This project also served as an excuse to learn a bit more about Go, which I've meant to start dabbling in for a while now.
I've got a Go app on Cloud Run that runs once a day to pull recipes from a bunch of blogs and stores them in Cloud SQL, and a second Cloud Run container with the site backend.
It's been pretty fun learning these technologies, and I'm excited about what can be done with all of this. Now I need to figure out what next month's project should be.