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 :)

  • adr1an
    link
    fedilink
    11 month ago

    How about adding something like hCAPTCHA ? OR librecaptcha, mCaptcha, altcha, …

    • @insert_newlineOP
      link
      11 month ago

      I did consider this, but I thought the email requirement would generally be enough to discourage spam, without adding too much of a hurdle to the commenting process.

      I think if I get around to implementing anonymous commenting, I could certainly add an option for captcha. I’ll keep that in mind, thanks for the suggestion.