The tool that has been delayed for nearly half a year is finally completed.
RSS.Beauty is an RSS beautification tool based on XSLT technology that transforms ordinary RSS/Atom feeds into elegant reading interfaces.
Key Features
- 🎨 Beautiful reading interface
- 🔄 Support for RSS 2.0 and Atom 1.0
- 📱 Responsive design, mobile-friendly
- 🔌 One-click subscription to major RSS readers
- 🖥 Self-hosting support
Quick Start
Visit RSS.Beauty and enter any RSS feed URL to try it out.
Or visit https://rss.beauty/rss?url=https%3A%2F%2Fgithub.com%2Fccbikai%2FRSS.Beauty%2Freleases.atom to try it out.
Tech Stack
Deployment
Detailed deployment guide can be found in Deployment Guide.
Serverless
Support deployment to Cloudflare Pages, Vercel, Netlify, etc. After Fork this project, follow the platform tutorial to deploy.
Docker
docker pull ghcr.io/ccbikai/rss.beauty:main
docker run -d --name rss-beauty -p 4321:4321 ghcr.io/ccbikai/rss.beauty:main
Top comments (0)