Fusion - Lightweight, self-hosted friendly RSS aggregator and reader

by
A lightweight, self-hosted friendly RSS aggregator and reader.

Add a comment

Replies

Best
Maker
📌
Hi, folks. As an RSS user, I tried Inoreader and Feedly, then ended up self-hosting a Miniflux instance on my homelab. A few months ago, I moved to another city and had to shut down my homelab for a long time, so I couldn't access my local miniflux. It was quite inconvenient. I decided to self-host my RSS aggregator on a tiny VPS or PaaS such as fly.io. However, Miniflux requires a PostgreSQL database, which may isn't suitable for a tiny VPS instance. So I built with Golang and SQLite. It contains basic features such as Group, Bookmark, Search, Automatically feeds sniffing, Import/Export OPML file, etc. It uses about 80MB of Mem and negligible CPU usage (). Feel free to share your questions and suggestions. BTW, I also built an online tool to sniff RSS links from a URL. .
congrats on the launch, rook1e. it’s interesting to see how your personal experience shaped fusion's development. considering its low resource requirements, does fusion support integrations with other popular services for enhanced functionality? how does it maintain performance with larger feed collections?
Maker
Hi . The key to keeping resource usage low is using Go and SQLite. Additionally, we limit the number of concurrent "workers", so the usage will stay low even when refreshing a large number of feeds. You can check the metrics of my instance , the small rise corresponds to 60+ feeds refreshing. We aim to keep fusion simple and clean, so there is no integration included currently. You can create an issue on our , we'll add it to plan if many users request it.
This is cool, just pulled the code and gave a star. We are using shad-cn too!
Maker
Glad to see you like it.