How to add comments to your blog ?

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. react-facebook

    Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post

    Facebook Comments via the react-facebook package

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. utterances

    :crystal_ball: A lightweight comments widget built on GitHub issues

    // Comments.jsx import React from 'react'; const commentBox = 'comments-box'; const Comments = () => { useEffect(() => { const script = document.createElement('script'); script.src = 'https://utteranc.es/client.js'; script.setAttribute('repo', 'GITHUB_USERNAME/REPOSITORY_NAME'); script.setAttribute('issue-term', 'pathname'); script.setAttribute('theme', 'github-light'); script.setAttribute('crossorigin', 'anonymous'); script.async = true; const comments = document.getElementById(commentBox); if (comments) { comments.appendChild(script); } }, []); return

    ; }; export default Comments;

  4. utterances

    Install the Utterances app into the repository with the "Only select repositories" option and by selecting your repository.

  5. commento

    A fast, bloat-free comments platform (Github mirror)

    Commento (30 days trial then $10/m or $99/y)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What are some of the main packages and other parts of the React ecosystem that have yet to be implemented in Svelte contrib?

    1 project | /r/sveltejs | 17 Apr 2023
  • What are some complex UI patterns you want to see implemented with Svelte?

    3 projects | /r/sveltejs | 27 Feb 2023
  • Do you know a a great course to create complex forms?

    1 project | /r/reactjs | 16 Feb 2023
  • Recommendations for exposing / publishing business rules

    1 project | /r/SoftwareEngineering | 4 Feb 2022
  • react-awesome-query-builder: User-friendly React component to build queries (filters). WDYT?

    1 project | /r/coolgithubprojects | 27 Oct 2021