Reader
Self-HostedOpen-source self-hosted RSS and Atom feed reader
Overview
Reader is a lightweight, open-source self-hosted feed reader for RSS and Atom feeds. It features a clean, ad-free interface, allowing users to organize feeds into folders/tags, mark items as read/unread, and search content. Deployment is simple via Docker or PHP/MySQL stacks. It supports multiple user accounts, offline reading, and prioritizes privacy by keeping data local (no third-party tracking). Ideal for users wanting full control over their news consumption without relying on cloud-based feed services.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
reader:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: reader
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Supports RSS/Atom feeds
- Multiple user accounts
- Folder/tag organization
- Offline reading
- Docker deployment
Frequently Asked Questions
? Is Reader hard to install?
Reader is straightforward to install using Docker—pull the official image and configure with basic env vars (database credentials). Non-Docker users can set it up via PHP/MySQL with detailed docs.
? Is it a good alternative to Feedly?
Yes—Reader offers core feed features (organize, mark read) without Feedly's ads or subscriptions. It lacks Feedly's AI recommendations but excels at privacy and control over your data.
? Is it completely free?
Reader is 100% open-source and free. There are no costs beyond your server hosting expenses if you choose to self-host; no hidden fees or premium tiers.
Top Alternatives
People Also Ask about Reader
Tool Info
Pros
- ⊕ Privacy-focused (local data storage)
- ⊕ Ad-free interface
- ⊕ Easy Docker setup
- ⊕ Customizable feed management
Cons
- ⊖ Requires server hosting
- ⊖ No native mobile app
- ⊖ Limited advanced features vs SaaS tools