| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseA lightweight, self-hosted discussion board that turns GitHub Discussions into a Reddit-style community forum — no backend, no database, just a single static HTML page.
🔗 Live demo: https://gitdiscuss.github.io/GitDiscuss/
GitDiscuss is a single-page site that wraps giscus — a comments widget powered by GitHub Discussions — in a custom dark-themed UI. Instead of a single comment thread, GitDiscuss adds a topic filter so visitors can switch between different discussion categories (much like subreddits or forum boards), and the page reloads the giscus widget scoped to the matching GitHub Discussions category.
Because everything runs client-side against the GitHub Discussions API via giscus, there is no server, database, or authentication system to maintain. Comments, replies, reactions, and upvotes are all stored as GitHub Discussions on the host repository.
Sign-in via GitHub — since comments are backed by GitHub Discussions, visitors authenticate with their GitHub account to post.
On first load, the "General" category is loaded by default.
GitHub Pages — static hosting/deployment.
GitDiscuss/ ├── index.html # The entire app: markup, styling, and giscus loader script ├── GitDiscuss.png # Site logo / favicon └── giscus.png # Icon used for the "Giscus" credit link
To reuse GitDiscuss for your own repository's discussions:
Enable GitHub Pages for the repository (or host index.html anywhere) to publish your board.
Forked from utterance/utterances
🔮 A lightweight comments widget built on GitHub issues
TypeScript
| Back | FazBrowse Home | New Git URL |