Software Alternatives, Accelerators & Startups
Table of contents
  1. Social Mentions
  2. Comments

giscus

A comments system powered by GitHub Discussions. Let visitors leave comments and reactions on your website via GitHub!

giscus Reviews and details

Screenshots and images

  • giscus Landing page
    Landing page //
    2022-01-22

Features & Specs

  1. GitHub Integration

    Giscus leverages GitHub Discussions for comment management, which means that it inherits all the collaborative features and ecosystem integration of GitHub.

  2. Privacy-Focused

    Since it uses GitHub for comments, Giscus does not track users or show ads, making it a more privacy-friendly alternative to other commenting systems.

  3. Open Source

    Giscus is open-source, allowing developers to inspect the code, contribute to its development, and ensure that there are no hidden functionalities.

  4. Easy Integration

    Adding Giscus to a website is straightforward and well-documented, requiring minimal effort to get up and running.

  5. Markdown Support

    Comments in Giscus support Markdown, which allows users to format their messages easily and include features like code snippets.

Badges

Promote giscus. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

We don't have any videos for giscus yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about giscus and what they use it for.
  • Rewriting my blog in plain HTML
    3) No commenting feature, luckily I found your post here on HN. But it would be better to have comment blocks, like from https://giscus.app/ or just a link where readers can comment. - Source: Hacker News / 3 days ago
  • Ask HN: Best self-hosted wiki for local communities?
    If you're a developer, you might start by using a static site generator and GitHub Pages. Stick to Markdown and start collecting and writing stuff. Sooner or later you'll get comments and regular readers. Then you might start to add editing or simply give other people access to GitHub. The editing experience of Markdown files in GitHub is not too bad and you get started in no time. From my experience it's more... - Source: Hacker News / 14 days ago
  • Converting BlogCFC blog to Eleventy
    Handling New Comments: There are excellent lightweight comment utilities available for managing comments on your eleventy blog. I personally use Utterances, but Giscus is also a great alternative. - Source: dev.to / 9 months ago
  • A blog post is a long and complex search query to find people
    You might want to look into using giscus[1] for a commenting system on your blog. All it needs is a public GH repository to host the discussions, after which you simply embed a script into each blog post, and visitors will be able to leave a comment using their GH account. [1] https://giscus.app. - Source: Hacker News / about 1 year ago
  • What has your personal website/blog done for you?
    I first used basic google analytics but found it too invasive/heavy so I switched over to https://www.goatcounter.com/. For comments, most solutions were also too heavy, paid or had ads, but I finally found https://giscus.app/. So while I did add these 2 features, I'm happy with those variants that I managed to find. - Source: Hacker News / over 1 year ago
  • Building A Blog Website with Next.js
    Every blog needs some social interaction, like comments and reactions. I didn't want to spend a lot of time on creating a reliable comment system. After some research, I found Giscus which uses GitHub Discussions to integrate comments. It's very easy to customize and use. Just adding one component gave me a fully-functional comment system with authentication and reactions. - Source: dev.to / over 1 year ago
  • How exactly do I self-host Giscus?
    Then I met Giscus and a simple local implementation by an ID that all posts have worked without any trouble. However, although this site is simple in its concept, the potential for the Users' engagement via comments can be quite a thing and that could create a rate-limit issue in the future. Fortunately, Giscus can be self-hosted. Source: over 1 year ago
  • Using GitHub Discussions to host my Astro blog comments and reactions
    When I was reading one of the blogs on TkDodo's website, I noticed he was using GisCus for his comment section. GisCus is based on GitHub Discussions, so I already had this feature available to me as part of the repository I host my website on. The setup was very easy, on the GisCus website you can select the repository you want to use, and it will generate a script for you to include in your website. This will... - Source: dev.to / over 1 year ago
  • Add reactivity to your Next.js blog using giscus
    'use client'; Import { useEffect } from 'react'; Const Comments = ({ repo, repoId, category, categoryId }) => { useEffect(() => { const script = document.createElement('script'); const commentsDiv = document.getElementById('post-comments'); script.async = true; script.setAttribute('src', 'https://giscus.app/client.js'); script.setAttribute('data-repo', repo); ... - Source: dev.to / over 1 year ago
  • Linen.dev: The 500KB Slack Alternative
    This looks cool! I'm definitely going to keep an eye on it. I searched and searched for an easy and free (for a small number of user) community building SaaS that I could easily integrate into my static website. I ended up trying to launch my community via github discussions + giscus[1]. Don't know if it will scale well and I dont get the SEO benefit of the forum actually being at my domain, but its really simple... - Source: Hacker News / over 1 year ago
  • Idea to use subreddit as comment system on static sites
    Giscus is a comment system using GitHub discussions. Source: almost 2 years ago
  • Ask HN: What comment-system do you recommend for a static blog?
    I guess I will try https://giscus.app/ I'm currently building a static blog for myself. For my own blog, I will probably link it to my mastodon for commenting. - Source: Hacker News / almost 2 years ago
  • My markdown knowledge base stack with mkdocs and Obsidian
    Since then, the extensions did not change, except that I added giscus for comments that are stored as Github discussions here. Source: almost 2 years ago
  • My Portfolio Site has GitHub Comments 😎
    Giscus is a neat open source project that lets you add Github comments to your website. - Source: dev.to / about 2 years ago
  • How to add Giscus comments to Docusaurus
    This post is a step-by-step description of how to add Giscus, a commenting system powered by GitHub Discussions, to a static website generated by Docusaurus. - Source: dev.to / about 2 years ago
  • How to set up your own personal blog: Step-By-Step Guide
    Giscus is a comment system powered by GitHub Discussions. - Source: dev.to / over 2 years ago
  • Genics Log #2: Sponsorship from Vercel, Theme updates, Organic Growth and more
    In light of recent spam abuse of our commenting system, we have removed the comment system for now. We might use giscus in future but there's no plans for it right now. - Source: dev.to / over 2 years ago
  • Write and deploy blogs in seconds with comments support
    A few days ago I wrote my first blog and wanted to make a website for it. So I made one using Next.js and MDX. While making it I got an idea. What if you could just write a blog in github and it will appear automatically in a website. So I did just that. Created a Github app which listens for push events and automatically updates the website, and also added comments support using giscus. - Source: dev.to / over 2 years ago
  • Commenting system for Hugo
    I use giscus (https://giscus.app) — like Utterances but using GitHub Discussions rather than GitHub Issues. Works pretty well, but is somewhat “heavy” because it phones home to a Next.js app. Source: over 2 years ago
  • How to handle cors for incoming request in sveltekit?
    I am using giscus for comment in my site, which would use embed an iframe on the page, and that iframe accept external stylesheet for styling. Source: almost 3 years ago
  • Free Disqus alternative, with no backend?
    GitHub does provide a comment backend if you’re creative enough: https://giscus.app. Source: almost 3 years ago

Do you know an article comparing giscus to other products?
Suggest a link to a post with product alternatives.

Suggest an article

giscus discussion

Log in or Post with
  1. User avatar
    Hk Mods
    · 7 months ago
    · Reply

    Loved it awesome

This is an informative page about giscus. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.