Confab Comments is a drop-in commenting solution for small scale sites such as blogs.

Features:

  • Passwordless user authentication via Email
  • Full markdown support
  • Comment edits (with edit history)
  • Comment reply notifications
  • Admin moderation features, including a manual moderation queue, basic auto moderation, mass deletion and banning

See the website for a demo, and see the quick start docs if you’re interested in quickly setting up an instance yourself (Docker and bare metal install instructions provided).

Source code is available on GitHub, and is licensed under AGPL-3.0.

I created this project to implement comments on my own blog. This is the first project I’ve publicly released, so any feedback/contributions are welcome. If you like what you see, feel free to leave me a star on GitHub :)

  • @insert_newlineOP
    link
    3
    edit-2
    1 month ago

    Admin(s) will be notified by email every time a new comment is posted, unless this feature is disabled.

    As for an RSS feed, I’m not sure how this would work since Confab supports comments at multiple locations within a site… I don’t have much experience with RSS, but I’d be happy to look into it further if you would really like this feature.

    • @[email protected]
      link
      fedilink
      11 month ago

      Of course, RSS is the way. I mean, emails are good, but they were meant for 2 way communication. When you want to have a 1 way communication channel, RSS is always preferred, IMHO.

      Even 1 RSS feed for all comments (in any location) is better than no RSS fees at all.

      • @insert_newlineOP
        link
        21 month ago

        I will put that on my to-do list, thanks for the suggestion.