The problem
I wanted to read more in 2025, and browser-based RSS readers made it too easy to get distracted into other tabs. I wanted something that lived in the terminal, where I already spend most of my day.
The approach
Vestnik is built with Bubble Tea for the application and state model, and Lip Gloss for styling, following the Elm-style architecture those libraries use. It fetches and combines RSS feeds, renders them in a navigable list with categories, and hands off to the system browser via pkg/browser when it's time to actually read an article.
The result
A working terminal RSS reader: menu navigation between feeds and settings, paginated feed browsing, and opening any selected item straight into the default browser.
