Ask HN: Good alternatives to disqus?

I have a small blog that I've been designing in my spare time. I've been looking around for all kinds of comment systems but don't have the money nor time to host one myself and rather despise Disqus. Any suggestions?

20 points | by ateesdalejr 2386 days ago

8 comments

  • stackmover 2386 days ago
    We were looking for one too (but nothing came close to Disqus). You can try these Isso: https://posativ.org/isso/ [Doesn't have any SSO integration]

    https://my.remarkbox.com [It didn't appear as clean a Disqus]

    • togusa2017 2385 days ago
      +1. I did the same too. imo their aren't many feasible options
      • bgdam 2384 days ago
        Have you checked out the alternatives listed on this page? If yes, why would you consider them not feasible as compared to disqus? What are the essential disqus features that are missing for you?
        • togusa2017 2381 days ago
          I wanted something which is self hosted and open source and the setup would be quick . Isso was able to provide that. It was a year back so I can't exactly remember what other options lacked.
  • adtac 2384 days ago
    I created https://github.com/adtac/commento - it's lightweight and privacy-focused. It's written in Go and you run it in a Docker container.
  • philippz 2385 days ago
    If it's about constructive feedback, you can create a STOMT page: https://www.stomt.com/signup/business and use their different kinds of web-integrations: https://stomt.co/web It's free.

    And the result looks like this: https://www.stomt.com/empires-of-the-undergrowth https://www.stomt.com/AWMF

  • foxhop 2385 days ago
    Hi there, I'm building Remarkbox, you may check it out here: https://www.remarkbox.com

    It will cost $4/m at launch but if you help beta test you will earn a substantial discount.

    • ateesdalejr 2384 days ago
      This actually seems like a really good option. Might give it a try.
    • tixocloud 2385 days ago
      Looks pretty neat. I might give it a go.
  • stevekemp 2384 days ago
    My own solution is here:

    https://github.com/skx/e-comments

    Which you can see demo'd on this page:

    https://tweaked.io/guide/demo/

    Simple, no facebook-login, etc, but scales well and seems to offer enough to make conversation useful. (Threading, spam-filtering on the server-side, and simple to add to pages.)

    • KajMagnus 2383 days ago
      The demo link doesn't work: Chrome shows a blank page, network unreachable:

          $ curl -v -v https://tweaked.io/guide/demo/
          *   Trying 80.68.84.115...
          *   Trying 2001:41c8:10b:103::115...
          * Immediate connect fail for 2001:41c8:10b:103::115: Network is unreachable
      
      Would otherwise be interesting to have a look. How do you do spam filtering?
      • stevekemp 2382 days ago
        Hrm works for me on both IPv4 & IPv6. Sorry it failed anyway.

        To implement the spam-filtering the server, which receives POSTed comments from the javascript fron-end, calls on local plugins. There are just two supplied with the server, but I wrote a simple one to use the crm114 mail-filter to run bayesian filtering on incoming comments.

        I think letting the server-admin write plugins is probably the sanest way to go, even if it just shells out to services like https://blogspam.net/

  • tedmiston 2386 days ago
    I wonder if anyone's built one on top of an API-first CMS like Contentful?
    • ateesdalejr 2384 days ago
      That seems like an interesting solution.
  • KajMagnus 2385 days ago
    A new alternative, 2017, both open source and hosted, scroll down to the bottom here to see how it looks:

    https://www.kajmagnus.blog/new-embedded-comments

    It's called EffectiveDiscussions (for now) & it's an early beta version, I'm developing it. There are new ideas — look here: https://www.effectivediscussions.org/-32/how-hacker-news-can....

    Install yourself: https://github.com/debiki/ed-server — or $2/month for hosting: https://new.ed.community/-/create-site/embedded-comments, main website: http://www.ed.community

    What tech stack does your blog use? Maybe a link? (What do you write about?)

    ———

    More alternatives to Disqus:

    - Mozilla's Talk, https://github.com/coralproject/talk (open source, install yourself)

    - Discourse, https://www.discourse.org/ (one needs to navigate to a separate page, to post a comment. Not threaded. Min $20/month. Open source.)

    - Isso: https://posativ.org/isso/ (open source, install on your own server. No Facebook / Gmail login.)

    - HostedComments, https://www.hostedcomments.com/ (min $10/month)

    - Remarbox, https://www.remarkbox.com/ (min $6/month)

    - Schnack, https://www.vis4.net/blog/2017/10/hello-schnack/ (open source)

    - Commento, https://github.com/adtac/commento (lacks moderation and spam-protection)

    - And EffectiveDiscussions (https://www.ed.community), open source, or $2 per month.

    • nestorherre 2385 days ago
      ED looks cool, might use it on my upcoming project. Thanks for sharing
      • KajMagnus 2383 days ago
        Can I ask what do you like about ED? Is it mainly how it looks, or something else?

        (I'm wondering, because if I know more about what people like, then maybe I can focus more on improving that stuff even more.)

        (Also note that it's an early beta... or alpha-beta version. Might be some bugs, right now.)

        • nestorherre 2383 days ago
          Well I have some suggestions, but it can be a little bit biased about what I want particularly for my project, but I think you can take something out of it:

          I really like the looks, in the matter that the replys of the comments are followed but that arrow which is very user friendly and appealing.

          Like the google like icon of the letter.

          Like the heart (like) and the down (dislike) option, although I'm not sure why I need to click again once I click on the dislike, it should be inmediate, maybe change the icon so it is more friendly (like the facebook finger down or something related)

          I'm not sure if comments get organized by likes, but I think it would be good if the admin of the page could select if he wants the comments to be displayed in chronological order or by likes.

          Also following that, I think it would be good if as an admin, I could select a direct message system (no preview, no code structure, with little to no parsing) so users can reply inmediately and without hazzle. In the software-related community this is a good option, but think about other use cases - of your regular internet user - who just wants to comment. That option with the preview and parsing is not useful to him/her.

          Hope this helps!

          • KajMagnus 2379 days ago
            Thanks this was interesting info :- )

            Yes comments are sorted by like votes, or rather, like votes + also taking into account how many people actually read the comment. (A comment that 5 people read, but everyone upvoted, is probably better than a comment with 10 likes but that 1000 people have read.)

            Sorting chronologically is something I've thought about enabling too, as a config value. I think I'll add that eventually, ... maybe not in the nearest future though.

            Ok yes a simpler editor, maybe some WYSIWYG editor that auto-converts Markdown to lists, bold, headers etc immediately directly in a write-a-reply editor directly in the comments iframe, would be nice & better in some/many cases. There were some HackerNews posts about such editors, recently.

            Hmm what does this mean?: "the google like icon of the letter" — which letter(s)? :- )

    • ateesdalejr 2384 days ago
      Effective discussions looks very nice! It seems to be the best option out of them all! Thanks for all of the great alternatives!
      • KajMagnus 2383 days ago
        Can I ask what are the things you like the most about ED? Is it mainly how it looks, or something else?

        (I'm wondering, because if I know more about what people like, then maybe I can focus more on improving that stuff even more.)

  • seanwilson 2386 days ago
    Not that I've looked that hard but Disqus or Facebook comments seem like the main options unless you want to host something yourself. There doesn't seem to be many alternatives.