OBLIVION Commento

Privacy-first comment system for any website

What is OBLIVION Commento?

A lightweight, privacy-first comment system that any website can embed. Unlike Disqus or other services, OBLIVION Commento:

Quick Start

Add this single line to your HTML:

<script src="https://oblivionsearch.com/comments/embed.js"
        data-oblivion-comments></script>

That's it. Comments will appear automatically on each page.

API

MethodEndpointDescription
GET/api/comments?url=PAGE_URLGet comments for a page
POST/api/commentsSubmit a comment (JSON body)

POST body: {"url": "...", "author": "...", "body": "...", "parent_id": null}

Live Demo