Adding RSS to a Static Remix/React Router Site Without a CMS
Chris Child | 2026-04-12 | 4 min readComments
Here’s how I added a valid RSS feed to hardcopy.dev with no backend, no database, and no CMS — just Markdown, React Router, and a build step.
Here’s how I added a valid RSS feed to hardcopy.dev with no backend, no database, and no CMS — just Markdown, React Router, and a build step.
Hardcopy just went through its biggest update yet — a proper design system built on CSS custom properties, a consolidated About page that absorbs the old CV and Tech Stack routes, a brand-new Projects showcase, and a complete component overhaul. Here's what changed and why.
I am moving from a Wordpress site and converting all my old posts. Which is not that many! I chose Gatsby as I have done a lot of work with React over the past few years. The whole install process...