Just Opinion

A lightweight, embeddable commenting system for static websites. No database setup required — just two lines of HTML.

How it works

1

Register your site and get a unique site key.

2

Add two lines of HTML to your pages.

3

Your visitors can leave and read comments instantly.

Register your site

Quick Start

After registering, add this to any page where you want comments:

<link rel="stylesheet" href="https://justopinion.online/comments.css">
<script src="https://justopinion.online/comments.js" data-site-key="YOUR_SITE_KEY"></script>

That's it. Comments will appear wherever you place the snippet. See the full documentation for customization options and API details.