Kindly RSS Reader is a self-hosted RSS aggregator designed for e-ink devices
and optimized for running on low-end computers.

GitHub Logo View on GitHub

Features

Kindly RSS Reader is in its early stages of development.
You may encounter some bugs

Installation

Docker Logo

Only Docker is available at the moment. Use the following command to run the image:

docker run -d -p 3000:3000 -v "$(pwd)/kindly-rss-data/data:/home/data" --restart unless-stopped --name kindly-rss nicoan/kindly-rss-reader
The argument --restart unless-stopped will strart the container automatically when the docker daemon stats, unless it is stopped. Remove it from the command if you don't want that behavior.

Screenshots

Light theme

Screenshot 1 Screenshot 2 Screenshot 3

Dark theme

Screenshot 4 Screenshot 5 Screenshot 6