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 :)
Enter email to comment anonymously
Emails are used for user authentication. I’ve talked about mandatory authentication in the design philosophy section of the docs. TL:DR, it’s to prevent spam, and I’ve made every effort to make the authentication process as friction-less as possible.
I do currently have anonymous commenting on my Trello board so that hopefully in the future admins can have the option of enabling this if they wish.
For the demo, by all means feel free to use a throwaway or temporary email.
My skeptic sense is tingling.
Looks good! I’m wondering if you could fit the “Posted 5 days ago” on the same row as username as well in mobile mode. It seems like on desktop it doesn’t show “posted”, for example.
Thanks!
The reason for breaking to the next line on mobile was definitely horizontal space constraints. The anonymous usernames can get a bit long, and there also needs to be space next to the username for badges.
And I’m fairly sure I later added “Posted” for the mobile layout to make use of the extra space that moving to the next line allowed for.