I built a tiny-VPS friendly RSS aggregator and reader

Fusion is a versatile RSS aggregator and reader that offers various features like group, bookmark, search, and automatic feed sniffing. It supports different feed types, has a responsive design with light/dark mode, and is lightweight and self-hosted friendly. Fusion is built with Golang and SQLite, making it efficient and uses minimal memory. The installation process involves using Docker, pre-built binaries, or building from source. The front-end is crafted with Sveltekit and shadcn-svelte, while the back-end uses Echo and GORM. Fusion also employs gofeed for parsing feeds. The unique aspect is the self-hosted friendly and lightweight nature of Fusion.

https://github.com/0x2E/fusion

To top