
Isso
A lightweight, self-hosted commenting server written in Python and JavaScript, built as a drop-in replacement for Disqus.
Isso is a lightweight commenting server written in Python and JavaScript, designed as a drop-in replacement for Disqus. You embed a single JavaScript file (about 65kB, 20kB gzipped) and readers get fast, ad-free commenting on your site with no third-party tracking.
Comments are written in Markdown, and users can edit or delete their own comments within 15 minutes by default. There is a moderation queue so unreviewed comments are not publicly visible, and the SQLite backend keeps setup simple. Isso also ships importers that migrate existing Disqus or WordPress comments without hassle.
Unlike Disqus, which is a hosted service with ads and user tracking, Isso runs entirely on your own server and database, giving you full control and privacy. It self-hosts easily with pip, source installs, or an official Docker image, making it a popular choice for blogs and static sites that want comments without a third party in the middle.









