Feedly

Best Self Hosted Alternatives to Feedly

A curated collection of the 11 best self hosted alternatives to Feedly.

Feedly is a cloud-based RSS reader and content aggregator that helps individuals and teams follow blogs, news, and publications. It organizes feeds into collections, offers search/alerts, and integrates with productivity tools for research and content curation.

Alternatives List

#1
RSSHub

RSSHub

Generate RSS/Atom/JSON feeds from websites and services that lack native feeds, with hundreds of built-in routes and easy extensibility.

RSSHub screenshot

RSSHub is a Node.js-based RSS feed generator that turns content from websites and online platforms into RSS/Atom (and JSON) feeds. It provides a large catalog of ready-made “routes” for popular services and a plugin-like architecture so you can build and host your own feed endpoints.

Key Features

  • Large library of built-in routes to generate feeds for many websites and platforms
  • Multiple output formats: RSS, Atom, and JSON feeds
  • Route-based architecture (endpoints) with parameters for targeting users, tags, topics, etc.
  • Extensible: create custom routes to scrape/parse content and expose it as feeds
  • Caching support to reduce upstream requests and improve performance
  • Authentication support for certain routes (e.g., cookies/tokens) when required by upstream sites
  • Optional integration with Puppeteer for pages requiring JavaScript rendering
  • Docker explaining/packaging and common deployment patterns (reverse proxy, env-based config)

Use Cases

  • Follow social/media/news platforms from any RSS reader even when no official feed exists
  • Build organization-specific feeds (intranet sites, dashboards, internal tools) via custom routes
  • Centralize and normalize many sources into feeds for automation and notifications

Limitations and Considerations

  • Some sources may break when upstream websites change HTML/anti-bot measures; routes can require ongoing maintenance
  • JavaScript-heavy sources may require Puppeteer, increasing CPU/RAM usage

RSSHub is a good fit if you want a single, self-controlled service that can produce standards-based feeds from many sources and be extended to match your own content needs. It is commonly paired with an RSS reader or automation tools to consume the generated feeds.

41kstars
9kforks
#2
Glance

Glance

Glance is a lightweight self-hosted startpage/dashboard that aggregates RSS/Atom feeds and service widgets (e.g., weather, markets, GitHub) into a single customizable homepage.

Glance screenshot

Glance is a lightweight, fast dashboard (startpage) that lets you build a single homepage to monitor information from many sources. It focuses on clean layout, simple configuration, and widgets for feeds and common web services, making it practical as a personal “home base” in a browser.

Key Features

  • Modular widget system to compose a dashboard (e.g., RSS/Atom feeds and other information tiles)
  • RSS/Atom feed aggregation for following news, blogs, and updates in one place
  • YAML-based configuration for dashboard layout and widget settings
  • Theming/custom styling options to adjust appearance
  • Designed to be lightweight and responsive for always-on use (desktop/tablet)

Use Cases

  • Personal startpage that consolidates news feeds, updates, and useful widgets
  • “Wallboard” display for a home lab showing key info at a glance
  • A simple team/internal landing page showing selected feeds and service summaries

Glance fits users who want a no-frills, self-managed homepage that replaces a mix of separate tabs and feed readers. Its widget approach and straightforward configuration make it easy to iterate on a dashboard as your needs change.

31.1kstars
1.2kforks
#3
ArchiveBox

ArchiveBox

ArchiveBox helps you save and preserve web pages from bookmarks, RSS, and lists with multiple archiving methods and a searchable web UI.

ArchiveBox screenshot

ArchiveBox is a self-hosted web archiving application that turns lists of URLs (bookmarks, RSS/Atom, browser exports, text files) into a local, browsable archive. It captures pages using multiple methods to increase resilience against link rot, and provides a web UI and CLI for managing collections.

Key Features

  • Ingest URLs from browser bookmarks/exports, RSS/Atom feeds, Pocket/Pinboard-style lists, and plain text
  • Multi-method archiving pipeline (e.g., raw HTML, single-file snapshot, screenshots, PDF, readability/text extraction, media downloads) to improve long-term preservation
  • Full-text search and filtering in the web UI, with tagging/metadata for organizing large collections
  • Scheduled/automatic archiving and re-archiving via cron/queue-style workflows
  • CLI-first operation plus a web interface for browsing, searching, and replaying saved content
  • Extensible “extractor” architecture to enable/disable capture methods and integrate external tools

Use Cases

  • Personal “read-it-later” vault that keeps offline copies of important articles and references
  • Team or research group evidence collection for sources, citations, and compliance records
  • Preserving documentation, vendor pages, or incident-related URLs for future auditing

Limitations and Considerations

  • Archive quality depends on target-site complexity; heavy JavaScript apps may require headless-browser based capture for fidelity
  • Storage can grow quickly when enabling media/video, PDFs, and screenshots across many links

ArchiveBox is well-suited for users who want durable, searchable link preservation beyond a bookmark manager. Its layered capture approach and automation options make it a practical tool for building long-lived web archives.

26.3kstars
1.4kforks
#4
FreshRSS

FreshRSS

Web-based RSS/Atom reader with multi-user support, powerful filters, and integrations for mobile and desktop clients.

FreshRSS screenshot

FreshRSS is a web-based feed reader that lets you collect, organize, and read RSS/Atom feeds from a single interface. It is designed to be lightweight, fast, and suitable for both personal and multi-user installations.

Key Features

  • Supports RSS and Atom feeds, including OPML import/export for migration and backups
  • Multi-user support with per-user subscriptions, categories, tags, and settings
  • Advanced filtering and automation (e.g., rules/actions to tag, mark read, or move items)
  • “Views” and organization tools: categories, tags, search, and keyboard-driven navigation
  • Full-text extraction and feed enhancements via built-in capabilities and extensions
  • API compatibility for external clients (notably a Google Reader–style API used by many apps)
  • Extensions ecosystem (themes and plugins) to customize UI and behavior
  • Multiple database backends (SQLite for simple setups; MySQL/MariaDB and PostgreSQL for larger installs)

Use Cases

  • Replace hosted feed readers (e.g., Feedly/Inoreader) while keeping data under your control
  • Centralize news and blog monitoring for a team with separate user accounts
  • Automate triage of high-volume feeds (tagging, prioritization, and read/unread workflows)

Limitations and Considerations

  • Some capabilities depend on extensions and external clients; the web UI focuses on reading/organizing rather than “read-it-later” annotation features.
  • Full-text extraction quality varies by site and may require tuning/extensions.

FreshRSS is a mature, widely used RSS/Atom aggregator with an active community and a broad set of organizational and automation features. It is a strong choice for users who want a fast web reader plus compatibility with many third-party feed-reading apps.

13.6kstars
1.1kforks
#5
RSS Bridge

RSS Bridge

RSS Bridge creates RSS/Atom feeds from websites and platforms that lack feeds, using site-specific “bridges” and a simple HTTP interface for aggregators and automation.

RSS Bridge screenshot

RSS Bridge is a PHP application that turns web pages and platform endpoints into RSS or Atom feeds. It provides a catalog of site-specific “bridges” (scrapers/adapters) and a uniform HTTP interface so feed readers and automations can subscribe to sources that otherwise have no feed.

Key Features

  • Large collection of configurable “bridges” that generate RSS/Atom from specific websites and services
  • Outputs RSS 2.0 and Atom feeds via simple URLs, suitable for any RSS reader
  • Parameterized feeds (e.g., user, tag, search, section) depending on the selected bridge
  • Built-in caching to reduce remote requests and speed up repeated feed generation
  • Optional authentication and access control options (deploy-time configuration)
  • Extensible architecture: create custom bridges by implementing the Bridge interface (project templates and examples in repo)
  • Multiple deployment options (classic PHP hosting, Docker image, docker-compose examples)

Use Cases

  • Subscribe to updates from websites that do not publish RSS/Atom feeds
  • Convert social/profile pages, search pages, or category listings into feeds for a reader or notification system
  • Build lightweight automation pipelines (e.g., “new item in feed → webhook/IFTTT/Zapier alternative”) using standard RSS tooling

Limitations and Considerations

  • Feed quality depends on each bridge’s scraping logic; upstream website changes can break individual bridges
  • Some sources may rate-limit or block scraping, requiring caching/tuning or may not work reliably

RSS Bridge is commonly used as a compatibility layer between modern websites and RSS-based workflows. Its bridge ecosystem and uniform feed endpoints make it practical for personal monitoring, news aggregation, and automation where official feeds or APIs are missing.

8.6kstars
1.2kforks
#6
Miniflux

Miniflux

Fast, keyboard-driven RSS/Atom feed reader with full-text fetching, filtering rules, a REST API, and PostgreSQL storage.

Miniflux screenshot

Miniflux is a minimalist web-based RSS/Atom feed reader designed for speed, reliability, and a distraction-free reading workflow. It provides a clean UI, strong keyboard navigation, and automation features such as filtering rules and integrations.

Key Features

  • RSS/Atom feed aggregation with automatic refresh and robust feed parsing
  • Full-text extraction for many articles (fetches and parses the article content)
  • Powerful filtering rules (rewrite titles/URLs, block/allow entries, auto-tagging, etc.)
  • Reading features: keyboard shortcuts, search, categories, tags, starring/saving, unread management
  • Integrations and notifications (webhooks and multiple “send to” integrations such as Pinboard/Wallabag/Pocket-like workflows)
  • REST API for feed/entry management and external automation
  • Multi-user support with per-user feeds/settings
  • PostgreSQL-backed storage and stateless application design suitable for containers

Use Cases

  • Personal or team news/feed dashboard to replace hosted RSS readers
  • Automated monitoring of blogs/releases/security advisories using rules + webhooks
  • Building custom clients/automations on top of the REST API (scripts, dashboards)

Limitations and Considerations

  • Requires PostgreSQL (no built-in support for embedded databases like SQLite)

Miniflux is a solid choice for users who want a fast RSS reader with automation features and a stable API. Its simple interface, rules engine, and integration options make it suitable for both personal reading and monitoring workflows.

8.6kstars
831forks
#7
NewsBlur

NewsBlur

Self-hostable RSS reader and feed aggregator with a web UI, full-text search, “trainable” filtering, OPML import/export, and mobile apps with offline reading.

NewsBlur screenshot

NewsBlur is a web-based RSS reader and feed aggregator that helps you subscribe to sites, organize feeds, and read stories in a clean interface. It includes powerful filtering (“training”) to surface the authors, tags, and topics you care about, plus search and multiple reading views.

Key Features

  • RSS/Atom feed subscription and aggregation with folders and saved searches
  • “Train” feeds to automatically highlight or hide stories by keyword, author, tag, or title patterns
  • Multiple story views, including original site view and text/story view (when available)
  • Full-text search across your feed history (requires the search index services used by NewsBlur)
  • OPML import/export for migrating subscriptions
  • Social features: share stories and follow other users’ shared stories (optional)
  • Mobile apps (iOS/Android) with offline reading and syncing
  • Multi-user deployment support (accounts, profiles, and permissions model typical of a web app)

Use Cases

  • Replace hosted RSS readers (e.g., Feedly/Inoreader) with your own instance and data
  • Build a curated “news dashboard” for a team or household with shared reading habits
  • Reduce information overload by training feeds to prioritize specific topics/authors

Limitations and Considerations

  • The full NewsBlur stack is multi-service (web app plus background workers and search/index components), which increases operational complexity compared with single-binary RSS readers.

NewsBlur is a mature RSS platform with strong filtering (“training”), search, and solid client support. It fits users who want an opinionated, feature-rich reader and are comfortable operating a multi-component web application stack.

7.2kstars
1kforks
#8
Shaarli

Shaarli

Shaarli is a lightweight self-hosted bookmarking service for saving, tagging, searching, and sharing links, with permalinks, RSS/Atom feeds, and plugins.

Shaarli screenshot

Shaarli is a minimalist, database-free bookmarking application designed for saving and organizing links you want to keep, revisit, and optionally share. It focuses on fast entry, simple organization, and portable storage while still offering feeds and extensions.

Key Features

  • Save bookmarks with title, description, tags, and privacy (public/private)
  • Full-text search and tag-based navigation for quick retrieval
  • Permalinks for each saved entry and built-in link sharing pages
  • RSS/Atom feeds (global and tag-based) for following new links
  • Import/export (including Netscape/HTML bookmark format) for portability
  • Plugin system and themes to extend UI and behavior
  • REST API for automation and integrations (e.g., adding links programmatically)
  • Runs without a database (flat-file storage), reducing operational complexity

Use Cases

  • Personal “read later” and reference library for articles, docs, and tools
  • Public link blog/curation page with feeds for followers
  • Team or small group link dump (when deployed with shared credentials)

Limitations and Considerations

  • Primarily designed for single-user or small shared setups; not a full multi-tenant platform
  • Feature set is intentionally minimal compared to larger bookmarking suites (advanced collaboration/workflows depend on plugins)

Shaarli is a good fit when you want a fast, low-maintenance way to collect and retrieve links, while retaining control over data and providing standards-based feeds and import/export. Its plugin and API support allow it to integrate into broader personal knowledge or automation workflows without adding heavy infrastructure.

3.8kstars
301forks
#9
yarr

yarr

Self-hosted RSS reader with a clean web UI, feed discovery, filtering, and offline-friendly reading via a single binary.

yarr screenshot

yarr is a lightweight, self-hosted web application for reading RSS/Atom feeds in a clean, distraction-free interface. It is designed to be easy to run (single binary) while still covering core feed-reading workflows like discovering feeds, organizing subscriptions, and reading articles efficiently.

Key Features:

  • Web-based RSS/Atom reader with a minimal UI focused on reading
  • Feed discovery from a website URL (auto-detects available feeds)
  • Organize subscriptions with tags and per-feed settings
  • Article list with quick navigation and unread/starred states
  • Search and filtering to find items across feeds
  • Import/export subscriptions via OPML
  • Supports fetching full content for some feeds (when supported by the feed/site)
  • Single-binary deployment with an embedded database for simple hosting

Use Cases:

  • Replace hosted RSS readers by aggregating personal news sources on your own server
  • Follow blogs, changelogs, and release announcements with centralized “unread” tracking
  • Curate topic-based reading lists by tagging feeds (e.g., security, dev, finance)

Limitations and Considerations:

  • Feature set intentionally stays minimal compared to “power user” RSS platforms (e.g., complex rules/automation)
  • Full-content extraction quality depends on the site/feed and may not work universally

yarr is a good fit for users who want a straightforward RSS reader that is easy to deploy and maintain. It prioritizes speed and simplicity while still providing the essentials for daily feed reading and organization.

3.7kstars
271forks
#10
CommaFeed

CommaFeed

Self-hosted RSS/Atom feed reader with OPML import/export, full-text extraction, filtering, and a responsive web UI.

CommaFeed screenshot

CommaFeed is a self-hosted web-based RSS/Atom reader designed as a lightweight alternative to hosted feed readers. It provides a clean, responsive interface for reading and organizing subscriptions, with features focused on speed, usability, and compatibility with common feed workflows.

Key Features

  • RSS and Atom feed subscription management with folders/tags
  • OPML import/export for migrating subscriptions between readers
  • Responsive web UI optimized for reading large volumes of items
  • Feed parsing with automatic refresh/scheduling and unread management
  • Filtering/searching and keyboard shortcuts to speed up triage
  • Full-text content extraction for truncated feeds (when supported by extractor rules)
  • Multi-user support for shared server deployments
  • REST API for integrations and third-party clients

Use Cases

  • Replace hosted feed readers (e.g., Feedly/Inoreader) while keeping a web UI
  • Centralize feed monitoring for blogs, news, release notes, and security advisories
  • Run a multi-user RSS service for a small team or household

Limitations and Considerations

  • Full-text extraction quality varies by site and may require rule updates
  • Not intended as an offline-first/native mobile app; primary interface is the web UI

CommaFeed is a practical choice if you want a straightforward RSS/Atom reader with migration-friendly OPML support and a focus on fast daily reading. It is especially suitable for users who prefer a simple browser-based workflow and optional API access for integrations.

3.4kstars
398forks
#11
Feeds Fun

Feeds Fun

A self-hosted RSS/Atom reader with folders/tags, full-text fetching, keyboard shortcuts, and a clean web UI for reading and managing feeds.

Feeds Fun screenshot

Feeds Fun is a self-hosted web-based RSS/Atom feed reader designed for fast daily reading and organizing subscriptions. It provides a minimal, responsive interface with a focus on keyboard-first navigation, flexible organization, and reliable feed fetching.

Key Features

  • Subscribe to RSS/Atom feeds and browse unread/all items
  • Organization tools such as folders and tagging to group subscriptions
  • Fast reading workflow with extensive keyboard shortcuts
  • Full-text/article extraction (fetch page content beyond feed summaries) for more readable articles
  • Search across feed items (titles/content) to find past posts
  • OPML import/export to migrate subscriptions between readers
  • Per-feed settings (update behavior/filters depending on configuration)

Use Cases

  • Replace hosted RSS readers for personal news and blog tracking
  • Maintain topic-based reading lists (tech, security, hobbies) with folders/tags
  • Archive and search posts you’ve read across many sources

Limitations and Considerations

  • Feature set and integrations are narrower than large hosted products (e.g., team features, advanced rules/automation).
  • Full-text extraction quality depends on the source site’s HTML structure and may vary per publisher.

Feeds Fun is a practical option for individuals who want a lightweight web RSS reader with strong reading ergonomics and organizational features. It fits well as a personal “daily reading” hub and a replacement for commercial RSS services while keeping control over your data.

338stars
21forks

Why choose an open source alternative?

  • Data ownership: Keep your data on your own servers
  • No vendor lock-in: Freedom to switch or modify at any time
  • Cost savings: Reduce or eliminate subscription fees
  • Transparency: Audit the code and know exactly what's running