I have been thinking of creating a similar app; however I wanted to do a "Sunday paper". This look nice and I like the minimalist design, but I would prefer to have solution that I can self-host.
The tool actually is open source, so you could self-host it if you wish. MIT license, in Python. The repository [1] is linked in the blog post the author wrote about the project [2].
The open source version is a bit different from the hosted one: the open source code involves running the polling script, then building a static site (which is how I run the site for several months as a single-user project).
I am planning to move the polling changes upstream soon and then figure out a plan for open sourcing the full project.
I've been thinking of it, too. And, I've created one a few years ago. It's been running 100% uptime and for free since then - lenns.io. I'd be happy if you give it a go and let me know what you think.
exprez135|1 year ago
[1]: https://github.com/capjamesg/web-reader
[2]: https://jamesg.blog/2024/11/30/designing-a-calm-web-reader/
zerojames|1 year ago
I am planning to move the polling changes upstream soon and then figure out a plan for open sourcing the full project.
stanislavb|1 year ago
rakoo|1 year ago