Privacy-first comment system for any website
A lightweight, privacy-first comment system that any website can embed. Unlike Disqus or other services, OBLIVION Commento:
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.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/comments?url=PAGE_URL | Get comments for a page |
| POST | /api/comments | Submit a comment (JSON body) |
POST body: {"url": "...", "author": "...", "body": "...", "parent_id": null}