
A lightweight, self-hosted commenting server written in Python. Privacy-friendly alternative to Disqus — embed it on any static site or blog with a simple JavaScript snippet.
https://<your-domain>/adminISSO_HOST environment variable to match the site embedding comments (e.g. https://example.com)<script data-isso="https://<your-isso-domain>/" src="https://<your-isso-domain>/js/embed.min.js"></script>
<section id="isso-thread"></section>
/admin to review, approve, or delete comments| Variable | Description |
|---|---|
ISSO_HOST | The URL of the site embedding Isso comments (e.g. https://example.com) |
MIT — GitHub