A simple, stateless SPA that allows users to combine multiple RSS feeds into a single RSS feed URL. Built with Next.js and deployable to Vercel.
- Combine any number of RSS feeds into a single feed
- Simple, intuitive interface
- No account required - just enter your feeds and get a URL
- Combined feeds are sorted by date (newest first)
- Original source information is preserved in the merged feed
- Responsive design works on all devices
- Enter the URLs of RSS feeds you want to combine
- Click "Generate Merged Feed" to create your combined feed
- Use the generated URL in your favorite RSS reader
- The combined feed will always show the latest content from all sources
- Node.js 18+ and npm
# Clone the repository
git clone https://github.com/yourusername/rssrssrss.git
cd rssrssrss
# Install dependencies
npm install
# Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm run build
This project is optimized for deployment on Vercel:
- Next.js - React framework
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework
- rss-parser - For parsing RSS feeds
- xml2js - For generating XML
MIT