Skip to content

Daniel-Brai/feedbase

Repository files navigation

Feedbase Feedbase

Python Version License: MIT GitHub Release

Feedbase home screenshot

What is Feedbase?

Feedbase is a self-hosted RSS reader designed for speed, control, and productivity. It combines feed organization, article management, and a lightweight PWA experience so you can stay in your flow.

Core capabilities

  • 🔒 Self-hosted and private feed management
  • ⌨️ Keyboard-driven navigation and controls
  • 📁 Folder and subscription organization
  • ⭐ Article marking, starring, and bookmarks
  • 💬 Annotations and personal notes on articles
  • 📡 Offline reading and local caching
  • 🔗 REST API and Fever API compatibility

Quick Start

The easiest way to run Feedbase is using Docker.

git clone https://github.com/Daniel-Brai/feedbase.git
cd feedbase

docker-compose up

Visit http://localhost:80 in your browser once the containers are up and running. You can log in with the default credentials:

  • Name: Adminstrator
  • Email: admin@feedbase.app
  • Password: Password@123

Development

Check the Makefile and CONTRIBUTING.md for more development commands.

License

Please see the LICENSE file for more information.