GitHub Integration
Giscus leverages GitHub Discussions for comment management, which means that it inherits all the collaborative features and ecosystem integration of GitHub.
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.
Open Source
Giscus is open-source, allowing developers to inspect the code, contribute to its development, and ensure that there are no hidden functionalities.
Easy Integration
Adding Giscus to a website is straightforward and well-documented, requiring minimal effort to get up and running.
Markdown Support
Comments in Giscus support Markdown, which allows users to format their messages easily and include features like code snippets.
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
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
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
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
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
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
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
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
'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
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
Giscus is a comment system using GitHub discussions. Source: almost 2 years ago
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
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
Giscus is a neat open source project that lets you add Github comments to your website. - Source: dev.to / about 2 years ago
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
Giscus is a comment system powered by GitHub Discussions. - Source: dev.to / over 2 years ago
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
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
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
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
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.
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.
Loved it awesome