CWGI is an open-source blog comment system based on GitHub Issues with minimalism in mind.
<!-- index.html -->
<link rel="stylesheet" href="https://cwgi-cli.jw1.dev/style.css">
<div id="cwgi_box"></div>
<script src="https://cwgi-cli.jw1.dev/cwgi.iife.js"></script>
// index.js
_CWGI.init()
Features
- Fast to load (~ 23Kb gzipped)
 - No Ads, Forever 🤝
 - Much prettier than most comment systems out there
 - Setup once, use in anywhere
 - GitHub’s natural abilities
- XSS / Bots / Spam prevention
 - Easy notifications (webhook, email)
 - Easy management / moderation
 
 
Installation
- GitHub App - REQUIRED, you need a GitHub App to authenticate users
 - Server side - Optional, you need a back-end to handle GitHub API requests
 - Client side - PARTIAL, you need to include the script and style in your blog