TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Tinyfeed – CLI to generate static webpage from a collection of feeds

14 pointsby TheBigRoomXXLover 1 year ago
This project started because I wanted to consume my RSS&#x2F;Atoms feeds the same way I consume news on HN: a lightweight webpage with a minimalist user interface where I can comfortably browse interesting links.<p>I didn&#x27;t like existing solutions for feeds reader. Many of them seemed overly complex, most of them require a database and don&#x27;t event support sqlite. For a simple feed reader, it felt overkill. What I wanted was an easy setup that didn&#x27;t rely on external databases or configurations.<p>My solution was to build a small CLI tool that print an HTML page from a list of feed URLs. I can just set it up in Cron, point NGINX to the generate HTML file and that&#x27;s it, I have a lovely webpage with my feeds.<p>This was my first real project in Go and I&#x27;m still learning so I&#x27;m eager to receive feedback on the code.<p>Checkout the demo here: <a href="https:&#x2F;&#x2F;feed.lovergne.dev&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;feed.lovergne.dev&#x2F;</a>

no comments

no comments