Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Self Hosted
  3. RSS-Bridge

RSS-Bridge

UnlicensePHP2025-08-05Self-Hosted

A PHP web application that generates RSS/Atom feeds for websites and platforms that lack native feed support.

Visit WebsiteGitHubGitHub
9.1k stars1.2k forks0 contributors

What is RSS-Bridge?

RSS-Bridge is an open-source PHP application that generates RSS or Atom feeds for websites and online services that do not offer native feed support. It solves the problem of content siloing by scraping websites and social media platforms, converting their updates into standardized feeds that can be consumed by any feed reader. This allows users to follow content from platforms like YouTube, Reddit, and Mastodon in a decentralized, open-protocol manner.

Target Audience

Users who rely on RSS readers to aggregate content from various sources, including social media, blogs, and news sites that have removed or hidden their native feeds. It is also for developers and self-hosters who want to maintain control over their data flow and avoid platform lock-in.

Value Proposition

Developers choose RSS-Bridge because it provides a vast library of pre-built bridges for popular platforms, along with tools to create custom bridges for any website. Its self-hostable nature, flexible caching, and support for multiple output formats offer a robust, privacy-respecting alternative to proprietary feed services.

Overview

The RSS feed for websites missing it

Use Cases

Best For

  • Following social media accounts (YouTube, Mastodon, TikTok) in an RSS reader
  • Creating custom RSS feeds for websites that don't provide them
  • Merging multiple RSS feeds into a single aggregated feed
  • Filtering noisy RSS feeds by keywords to reduce clutter
  • Self-hosting a personal feed generation service to avoid third-party APIs
  • Scraping website content using CSS selectors or XPath for feed creation

Not Ideal For

  • Websites with JavaScript-heavy dynamic content that requires headless browsers for scraping
  • Users seeking a fully managed, zero-maintenance SaaS feed generator
  • Applications requiring sub-minute feed update frequencies due to caching mechanisms
  • Teams without PHP development skills for creating or maintaining custom bridges

Pros & Cons

Pros

Extensive Pre-built Bridges

Offers over 447 ready-to-use bridges for platforms like YouTube and Reddit, eliminating the need for custom code for common services, as listed in the README's bridge subset.

Powerful Feed Manipulation

Includes tools like FeedMergeBridge to combine feeds and FilterBridge for keyword-based filtering, enabling advanced feed customization directly from the web interface.

Flexible Caching Backends

Supports multiple cache types including SQLite and Memcached, allowing performance tuning for different deployment scenarios, as detailed in the configuration examples.

Self-Hosted Privacy Control

Can be deployed on private servers with authentication options like token-based or HTTP Basic auth, ensuring user data isn't shared with third parties.

Cons

Fragile Web Scraping Dependence

Bridges can break when target sites change their HTML layout, requiring manual updates and constant monitoring, as the project relies on scraping without official API support.

Complex Initial Setup

Installation involves configuring web servers, PHP-FPM pools, and file permissions, as evidenced by the detailed, multi-step Debian 12 guide in the README.

Limited Dynamic Content Support

Primarily scrapes static HTML using tools like CssSelectorBridge; may not handle JavaScript-rendered content without additional browser emulation or custom coding.

Frequently Asked Questions

Quick Stats

Stars9,101
Forks1,230
Contributors0
Open Issues278
Last commit3 days ago
CreatedSince 2013

Tags

#hacktoberfest#social-media#rss-feed#atom-feed#unlicense#rss#json-feed#php-application#open-protocols#web-automation#php#feed-parser#self-hosted#rss-generator

Built With

S
SQLite
C
Composer
P
PHP
D
Docker
M
Memcached
N
Nginx

Links & Resources

Website

Included in

Self Hosted284.1k
Auto-fetched 15 hours ago

Related Projects

StringerStringer

A self-hosted, anti-social RSS reader.

Stars4,121
Forks391
Last commit2 days ago
YarrYarr

yet another rss reader

Stars3,896
Forks287
Last commit4 days ago
FusionFusion

A lightweight, self-hosted friendly RSS reader

Stars2,136
Forks87
Last commit7 days ago
readerreader

A Python feed reader library.

Stars545
Forks57
Last commit11 days ago
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub