rss generator

rss generator that creates rss feeds for non-rss blogs

CleanShot 2025-08-02 at 06.18.39@2x.png

adding new entries

  1. Add a new entry to /blogs.json with CSS selectors
  2. The cron job will automatically pick it up on the next run or run it manually in generateFeed.cron.ts
  3. Feed will be available at /rss/<your-slug>.xml

how it works

CleanShot 2025-08-02 at 06.41.28@2x.png

limitations

  • Uses Val Town Blob Storage with single key per feed: rss_{slug}.xml
  • Metadata stored as meta_{slug} with generation timestamps and post counts
  • Feeds are updated only on successful scrapes
  • Stale feeds are served indefinitely until next successful update