Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is totally doable! It can be done with static sites + rss (and optionally email).

For example, I do this with my website. I receive comments via email (with the sender’s addresses hashed). Each page/comment-list/comment has its own rss feed that people can “subscribe” to. This allows you to get notified when someone responds to a comment you left, or comments on a page. But all notifications are opt-in and require no login because your rss reader is fetching the updates.

Since I’m the moderator of my site, I subscribe to the “all-comments” feed and get notified upon every submission. I then go review the comment and then the site rebuilds. There’s no logins or sign ups. Commenting is just pushing and notifications just pulling.

example https://spenc.es/updates/posts/4513EBDF/

I plan on open sourcing the commenting aspect of this (it’s called https://r3ply.com) so this doesn’t have to be reinvented for each website, but comments are just one part of the whole system:

The web is the platform. RSS provides notifications (pull). Emailing provides a way to post (push) - and moderate - content. Links are for sharing and are always static (never change or break).

The one missing thing is like a “pending comments” cache, for when you occasionally get HN like traffic and need comments to be temporarily displayed immediately. I’m building this now but it’s really optional and would be the only thing in this system that even requires JS or SSR.



It does not work for people who are using web interface of e-mail only. It would be nice to provide textual instructions (sent this subject to this e-mail) instead of mailto links only.


I really like that idea. I need to add it to my own site to test it out and let it bake.

Do you think think this would work: a little icon that opens a pure html disclosure element with instructions and a design with text laid out sort of in the shape of an email.

“(Text only instructions) Send an email like this:

To: <site>@r3pl.com

Subject: <page_or_comment_url>

Body: <write your comment here, be careful to not accidentally leave your email signature>”


Your comment system is fantastic. Looking for something like this literally for decades. Hope you will open source it soon. I would like to use it with my blog.


Thank you so much. It should be ready by the end of this month actually. I’ll post on HN a link to the docs then.


It looks very interesting. My main concern would be attempting to filter spam comments, which invariably end up ruining these types of things.


> The web is the platform.

I like your thinking. Beautiful website, by the way!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: