Framer RSS

If you have a Framer blog, this tool can generate an RSS feed for it.

It is small server app that scrapes your Framer site every so often, generates the feed, and serves it on a URL. It's only a prototype for now and not recommended for production / sensitive use.

Made super late at night by @clearlysid, for use at Headout and Helmer.


Usage

  1. In your Framer project, add the id rss to your Collection List component.
    Collection List componentHow 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 can reliably generate RSS for most Framer sites, but there are exceptions. We need to 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 NetlifyDeploy with Vercel

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