CWGI - Comment With GitHub Issues

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

Installation

  1. GitHub App - REQUIRED, you need a GitHub App to authenticate users
  2. Server side - Optional, you need a back-end to handle GitHub API requests
  3. Client side - PARTIAL, you need to include the script and style in your blog