Skip to content

clearlysid/framer-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Other Notes

This can 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 yours, I encourage you to open an issue on Github along with a link to your site 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

Deploy with Vercel

Improvements

  • Enable better caching mechanism so fresh RSS feeds are not generated at each request
  • Make Framer scraping logic more robust for posts
  • Improve landing page to make initial setup easier
  • Allow self-hosting this project on Netlify/Vercel

Contributions

I put this together for my own use, but any help is welcome!

References

  1. lambda-rss-node by @jwilsson