A simple, stateless SPA that allows users to combine multiple RSS feeds into a single RSS feed URL.
- 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
- Bun 1.0+
# Clone the repository
git clone <repository-url>
cd rssrssrss
# Install dependencies
bun install
# Run the development server
bun dev
Open http://localhost:3030 with your browser to see the result.
bun dev # Start development server
bun build # Build for production
bun start # Start production server
bun run lint # Run linter
bun run format # Format code with Biome
- Next.js 15 with React 19
- TypeScript
- Tailwind CSS 4
- Biome for linting/formatting
- Bun for package management