Isso is a lightweight, self-hosted commenting server and a privacy-friendly alternative to Disqus. Built with Python and SQLite, it embeds directly into any static site or blog, supports Markdown formatting, nested replies, voting, and email notifications — all without external dependencies or tracking.

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