Signal Reader is a small RSS reader for following blogs and feeds in one place. It keeps a local reading list, groups subscriptions in a tree, and focuses on quickly scanning unread article titles.
The app supports feed sync, OPML import/export, search, saved articles, dark mode, and batch read actions for feeds or groups.
Build the frontend:
moon build cmd/web --target js Run the server:
moon run cmd/main --target native -- serve rss_reader.db 127.0.0.1:8091