A side project I had been procrastinating on for nearly six months is finally shipped.
When people click an RSS link in a browser, they usually get hit with an intimidating wall of raw XML. RSS.Beauty attaches an XSLT stylesheet to RSS 2.0 and Atom 1.0 feeds, turning that raw data into a clean, mobile-friendly reading interface right in the browser.

Features
- Clean, typography-focused reading interface
- Full compatibility with RSS 2.0 and Atom 1.0
- Responsive layout for mobile devices
- One-click subscription links for popular feed readers
- Self-hostable via static hosting or Docker
Quick Start
Head over to https://rss.beauty and paste in any feed URL.
Or test a live feed directly: Sample Feed Output
Tech Stack
Deployment
Serverless
Deployable as static assets to Cloudflare Pages, Vercel, or Netlify. Fork the repository and connect your Git provider.
Docker
docker pull ghcr.io/ccbikai/rss.beauty:main
docker run -d --name rss-beauty -p 4321:4321 ghcr.io/ccbikai/rss.beauty:main