Framer RSS

This tool is small script that scrapes your Framer site every so often, generates an RSS feed, and serves it on a URL.

Works well enough for my personal use, hope it helps you too. - @clearlysid


Usage

  1. In your Framer project, add the id rss to your Collection List component.
    Collection List component How to add an id
  2. Deploy your site
  3. Enter the URL of the page that has the Collection List component
  4. Click "Create Feed"

Other Notes

This tool works for most basic Framer sites, but there are exceptions. We make some assumptions about your site to be able to extract details about each post (title, date, etc.). The exact mechanism to do this varies from site to site.

If it doesn't work on your site, I encourage you to open an issue on Github along with a link to it and I'll try to lend a hand.

If you'd like to contribute or self-host, the code is open source. Consider donating via Github Sponsors if it helped, that way I can cover the server costs if any.

Deploy to Netlify

Improvements

  1. Create better caching mechanism so feeds are not generated at each request
  2. Make Framer scraping logic more robust for posts
  3. Improve landing page to make initial setup easier
  4. Allow self-hosting this project on Netlify/Vercel