Live data from Hacker News

Ask HN: Best Self Hosted Comment System?

news.ycombinator.com

1–10 of 40 posts

Ask HN: Best Self Hosted Comment System?

#1
Because every recommendation I see seems to be a Disqus esque service requiring a third party server, or have some dependence on an external business and their 'network'.

So what's the answer for those who want to host every part of the system themselves, with no reliance on third parties? Cause my site has a 'no third parties' policy, which means I want every single aspect self hosted rather than reliant on a service that can either go out of business, shut down, be sold off or be encouraged to stop serving me because of an angry mob.

I'm currently using WP Disqus, but it costs a fortune because of their business model (charging for every extra feature).

Any recommendations here?

Re: Ask HN: Best Self Hosted Comment System?

#4
post #2

If there is a demand for this, I will happily build it! I've been looking for a new FOSS project to start. Please either upvote or comment to let me know :)

Yes! If it’s something that I can host as cloud functions or something that would be even cooler :) I’d contribute.

Re: Ask HN: Best Self Hosted Comment System?

#5
Build a minimal one in php. Basic JavaScript and php form validation before the php sends an email to a comments@domain account. The email spam filter takes care of the spam. Your moderation tool becomes the email client.

Have a script that runs locally to read the email and automatically insert it into the appropriate page. In my case I insert it into a Jekyll page yaml before recompiling and publishing the comment.

Re: Ask HN: Best Self Hosted Comment System?

#6
post #4
post #2

If there is a demand for this, I will happily build it! I've been looking for a new FOSS project to start. Please either upvote or comment to let me know :)

Yes! If it’s something that I can host as cloud functions or something that would be even cooler :) I’d contribute.

Using Cloud Functions would be interesting. But how would you handle persistence?

Re: Ask HN: Best Self Hosted Comment System?

#8
we use staticman for a static / jekyll site, it adds comments via forms and github pull requests. works well if you're not exactly drowning in comments and if only minimal moderation is required.

some recent blog articles describe similar systems, e.g. https://www.bhnywl.com/blog/comments-for-your-static-blog-wi...

Re: Ask HN: Best Self Hosted Comment System?

#9
Shouldn't Hacker news be open source, since monetization is not their primary intent ? That could be a nice comment system.

Edit: since Hacker news uses firebase, it would be nice to have some statistics for Their firebase usage and costing etc, if available anywhere ?

Post reply on HN