athou/commafeed

Google Reader inspired self-hosted personal RSS reader.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 19th, 2026
Created on March 20th, 2013
Open Issues & Pull Requests: 45 (+0)
GitHub issues: Enabled
Number of forks: 409
Total Stargazers: 3,626 (+0)
Total Subscribers: 83 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.9 hours
Mean response time: 21.5 days
90th percentile: 52.6 days
Tracked items: 162

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 9% of issues opened in the past year have never received a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 4 hours, while "feature-request" waits about 3 weeks. 84% of issues opened in the past year have been closed, leaving a working backlog. Three people close 78% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 38
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 731 days
Stale 30+ days: 35
Stale 90+ days: 28

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (31)
  • feature-request (26)
  • bug (24)
  • wontfix (6)
  • help-wanted (1)

Most active issues this week

Detailed Description

CommaFeed is a self-hosted personal RSS reader inspired by Google Reader, built on Quarkus and React/TypeScript.

The tool addresses the need for a private, ad-free feed reading experience by providing a self-hosted alternative to centralized services. It works by aggregating RSS feeds into a unified interface with support for multiple layout options, themes, and keyboard shortcuts. The application can handle thousands of users and millions of feeds simultaneously, and includes features like automatic article marking based on rules, push notifications for new content, and compatibility with native mobile apps through Fever and Google Reader API implementations.

CommaFeed suits developers and users who want full control over their RSS infrastructure without relying on third-party services. It works well for individuals seeking privacy-respecting feed reading or organizations needing to host their own solution. The project offers multiple deployment paths: a free public instance at commafeed.com with no ads or tracking, Docker containers for straightforward self-hosting, or native compiled packages for minimal resource consumption. The tool supports four databases including an embedded H2 option for simple setups, as well as PostgreSQL, MySQL, and MariaDB for larger deployments. Native compilation to executable binaries provides faster startup and lower memory usage compared to JVM-only packages.

Development activity shows consistent maintenance with regular updates to dependencies and bug fixes. The project maintains comprehensive documentation including guides for custom CSS and JavaScript extensions. Community engagement is evident through active discussion channels addressing user questions and feature requests. The codebase demonstrates attention to performance optimization, particularly through native compilation support and database flexibility. Testing infrastructure is in place with options to skip tests during builds, indicating a structured development workflow.