RSS-Bridge
Generate RSS/Atom feeds for websites lacking native support. PHP-based, 400+ bridges.
Smart Download
Visit Project Homepage
No installer available yet — head to the source repository
Turn any website into an RSS feed with hundreds of pre-built connectors.
Core Features
- 400+ built-in bridges for YouTube, Reddit, Telegram, Mastodon, and more
- Custom bridges via CSS selectors or XPath
- Multiple deploy options: Docker, shared hosting, VPS
- Standard RSS/Atom output, compatible with all feed readers
- Lightweight: runs on PHP 7.4+ with minimal resources
What It Can't Do
- •Some bridges may break when target websites change; keep RSS-Bridge updated. Frequent requests might be rate-limited by certain sites. A few bridges require API keys. Not all public instances are reliable.
Use Cases
- Follow blogs, forums, and social media without RSS
- Aggregate multiple sources into a single feed reader
- Monitor website changes (e.g., prices, announcements)
Detailed Introduction
RSS-Bridge is an open-source PHP web application that creates RSS/Atom feeds for websites lacking native feed support. It comes with over 400 pre-built bridges (connectors) for popular platforms like YouTube, Reddit, Twitter (via TikTok/Gettr), Telegram, Mastodon, and many more. You can also create custom bridges using CSS selectors or XPath. It runs on standard PHP hosting, Docker, or shared hosting with minimal setup. The official hosted instance is available, but self-hosting gives you full control. Perfect for staying updated with sites that don't offer RSS, aggregating content into your favorite feed reader.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Install Docker (or PHP environment)
Step 2: Run `docker run -d --name=rss-bridge -p 3000:80 rssbridge/rss-bridge`
Step 3: Open http://localhost:3000 in your browser
- Step 1: Install Docker (or PHP environment)
- Step 2: Run `docker run -d --name=rss-bridge -p 3000:80 rssbridge/rss-bridge`
- Step 3: Open http://localhost:3000 in your browser
Checksum not available
This project has not published a SHA-256 checksum on its GitHub Release page
SHA256 Checksum
No checksum available
Download directly from GitHub Releases and verify file integrity yourself
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
For Docker: `docker stop rss-bridge && docker rm rss-bridge && docker rmi rssbridge/rss-bridge`. For manual install, delete the deployment folder and any configured database.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Similar Projects
code-server
Run VS Code in your browser, on any device with a consistent development environment.
pocketbase
PocketBase is an open source Go backend that includes embedded SQLite with realtime subscriptions, built-in file & user management, admin dashboard UI, and simple REST API. Can be used as standalone app or Go framework.
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.