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: Artemis, a Calm Web Reader

312 pointsby zerojames6 months ago
Earlier this year, I made a web reader that only showed a list of post titles, author domains, and links. The reader only updated once per day, so I wouldn&#x27;t feel compelled to keep checking for new posts.<p>I have been using the tool, which I called Artemis, for several months. Every morning, I looked forward to my &quot;morning paper&quot; of blogs I love reading.<p>There are no notifications, read vs. unread states, counts of posts, etc. Only the last seven days of posts are available. The colour scheme is changeable. Dark mode is supported. All popular feed formats are supported.<p>There is no reading interface to read blog posts; rather, the links take you to the authors&#x27; websites. Many of my favourite bloggers put a lot of effort into the design of their blogs and like to change things up; I wanted an experience that embraced that.<p>The reader is now available for anyone to use (with invite code &quot;hn&quot;).

19 comments

aurea6 months ago
I have been thinking of creating a similar app; however I wanted to do a &quot;Sunday paper&quot;. This look nice and I like the minimalist design, but I would prefer to have solution that I can self-host.
评论 #42473244 未加载
评论 #42477747 未加载
评论 #42481054 未加载
dewey6 months ago
This would be interesting as a project using the Miniflux API (<a href="https:&#x2F;&#x2F;github.com&#x2F;miniflux&#x2F;v2">https:&#x2F;&#x2F;github.com&#x2F;miniflux&#x2F;v2</a>). That way it would already use my existing feeds and I don&#x27;t have a separate &quot;reading tool&quot;.
digest6 months ago
For those looking for something like this but that updates on your own schedule and handles more than just RSS, I built Digest - <a href="https:&#x2F;&#x2F;usedigest.com" rel="nofollow">https:&#x2F;&#x2F;usedigest.com</a>
stanislavb6 months ago
I created something similar a few years ago. It&#x27;s been running fine for me and several other people. Its free, too. It&#x27;s calm too, although it updates as often as 1-5 minutes.<p>I&#x27;d be happy if someone gives it a go and shares some feedback. I&#x27;d say it&#x27;s quite similar to Artemis; however - you can set different priorities to the sources and the relevant topics.<p>Cheers - lenns.io
评论 #42477995 未加载
kenrick956 months ago
I tried to import the OPML file exported by <a href="https:&#x2F;&#x2F;wordpress.com&#x2F;read&#x2F;subscriptions" rel="nofollow">https:&#x2F;&#x2F;wordpress.com&#x2F;read&#x2F;subscriptions</a> but it says &quot;Failed to parse OPML.&quot;<p>Edit: just managed to find the support email. I&#x27;ll send you the OPML file through it~
评论 #42472404 未加载
评论 #42472305 未加载
xnx6 months ago
I love the idea of a simple, digest-style, mode. Might make some version of this for Instagram. There&#x27;s nothing so important on Instagram that it can&#x27;t wait for the next day.
评论 #42472184 未加载
8organicbits6 months ago
I like the minimalist design. I built a similar daily feed for myself, using GitHub Actions to trigger a daily sync, FeedLand.com for managing subscriptions, and GitHub Pages for publishing. Artemis is much more user friendly.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;robalexdev&#x2F;feeds">https:&#x2F;&#x2F;github.com&#x2F;robalexdev&#x2F;feeds</a><p><a href="https:&#x2F;&#x2F;alexsci.com&#x2F;feeds&#x2F;" rel="nofollow">https:&#x2F;&#x2F;alexsci.com&#x2F;feeds&#x2F;</a>
评论 #42481460 未加载
alpb6 months ago
I initially thought this would be an Instapaper alternative, or maybe a &quot;Reader mode&quot; similar to the one in Safari, but turns out it&#x27;s a RSS reader? If so, I wouldn&#x27;t necessarily call it a web reader.
imiric6 months ago
This looks great! Congrats on shipping.<p>Have you considered open sourcing it? I would rather self-host something like this.
评论 #42473297 未加载
评论 #42473299 未加载
评论 #42475684 未加载
butz6 months ago
Isn&#x27;t updating once a day a bit too rare for content heavy websites, like HN? I use online RSS reader just to keep up with all updates when I am not online. With updates once a day I&#x27;d probably be using desktop RSS reader app.
评论 #42476829 未加载
rishikeshs6 months ago
Unable to add my blog[1] hosted on Cloudflare. Is it an issue with CF?<p>[1]<a href="https:&#x2F;&#x2F;rishikeshs.com" rel="nofollow">https:&#x2F;&#x2F;rishikeshs.com</a>
评论 #42482796 未加载
kayvulpe6 months ago
<a href="https:&#x2F;&#x2F;artemis.jamesg.blog&#x2F;app" rel="nofollow">https:&#x2F;&#x2F;artemis.jamesg.blog&#x2F;app</a><p>Really like this.
butz6 months ago
Technical question: how are you dealing with feeds blocked by cloudflare protection or captchas?
评论 #42475896 未加载
评论 #42476758 未加载
borg166 months ago
thanks. I pay for miniflux through pikapods that I can now get rid of, thanks to your free and alternative offering.
alexpadula6 months ago
Awesome!
rakoo6 months ago
For reference, and not implying it&#x27;s better or worse than your work OP, I&#x27;ve pleasantly used Fraidycat (<a href="https:&#x2F;&#x2F;fraidyc.at&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fraidyc.at&#x2F;</a>) in the past. It&#x27;s a webextension, so completely local, and also incorporates the idea of having a &quot;calmer&quot; experience: no infinite list of links to check, different update rates, ...<p>I love your philosophy page, OP ! (<a href="https:&#x2F;&#x2F;jamesg.blog&#x2F;2024&#x2F;11&#x2F;30&#x2F;designing-a-calm-web-reader&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jamesg.blog&#x2F;2024&#x2F;11&#x2F;30&#x2F;designing-a-calm-web-reader&#x2F;</a>)
评论 #42472863 未加载
评论 #42473119 未加载
mmahemoff6 months ago
What&#x27;s a good place to discover high-quality RSS feeds these days?
评论 #42472217 未加载
评论 #42472462 未加载
评论 #42472367 未加载
评论 #42481578 未加载
评论 #42473195 未加载
评论 #42472302 未加载
评论 #42474391 未加载
评论 #42472897 未加载
评论 #42472218 未加载
评论 #42472474 未加载
asb6 months ago
I think this is a really interesting area. I wrote a command line took for web reading with some similar motivations. In my case, you queue up the articles to read the next day.<p><a href="https:&#x2F;&#x2F;muxup.com&#x2F;pwr" rel="nofollow">https:&#x2F;&#x2F;muxup.com&#x2F;pwr</a>
评论 #42474474 未加载
评论 #42474823 未加载
nahimn6 months ago
HN hug of death - “Internal Server Error”
评论 #42473122 未加载