Leed
Self-HostedLightweight self-hosted RSS feed reader
Overview
Leed is a minimal, open-source self-hosted RSS feed reader focused on speed and privacy. It lets users organize feeds into categories, mark items as read/unread, search content, and import/export OPML files for easy migration. Built with PHP and MySQL/MariaDB, it avoids bloat while delivering core feed reading functionality. Deployment is flexible—supports Docker for quick setup or manual installation on servers running PHP 7.4+ and MySQL. It keeps your feed data under your control, no third-party cloud services involved, making it ideal for users who value simplicity and data ownership.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
leed:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: leed
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Organize feeds into custom categories
- OPML import/export for feed migration
- Search across feed content
- Minimal, ad-free interface
- Mark items as read/unread
Frequently Asked Questions
? Is Leed hard to install?
Leed is accessible for users with basic server skills. It supports Docker (simplest method with pre-built images) or manual setup: upload files to a PHP 7.4+ server, configure a MySQL/MariaDB database, and follow the official docs' step-by-step guide.
? Is it a good alternative to Feedly?
Yes, if you prioritize self-hosting and privacy over Feedly’s advanced cloud features. Leed covers core feed reading needs (organize, search, import/export) without relying on external services, keeping your data private.
? Is it completely free?
Absolutely! Leed is open-source under the MIT License. There are no hidden costs, premium tiers, or subscription fees—all features are free for self-hosted use.
Top Alternatives
People Also Ask about Leed
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted, no third-party data sharing)
- ⊕ Lightweight and fast performance
- ⊕ No subscriptions or ads
- ⊕ Simple deployment via Docker or manual setup
Cons
- ⊖ Requires basic server knowledge for manual installation
- ⊖ Lacks advanced features like AI recommendations or mobile apps
- ⊖ Minimal UI may not suit users seeking modern design flourishes