I love RSS feeds, but more and more often I come across blogs that donât offer one. Rather than go all old-man-yells-at-cloud about it, I built a small tool that gives me all the RSS feeds my heart desires.
Itâs called RSS-O-Matic and you can try it out right now. It uses LLMs to generate a feed for any blog/news site that doesnât already have one. It was very fun to build with Claude!
Specifically, the LLM will generate the CSS selectors that we can use to extract the posts/articles from a website. So it only needs to run once, and we can cheaply generate the feed with no further LLM calls (at least until the page changes its design)!
Try it out, and let me know what you think!