Feedback Widget

Add client feedback to any website with two lines of code. Comments are automatically isolated per site.

Integration

Add these two lines to your site's <head>:

<link rel="stylesheet" href="https://feedback-widget.pages.dev/widget.css">
<script src="https://feedback-widget.pages.dev/widget.js" defer></script>

Features

Options

Override the site namespace with a data-site attribute:

<script src="https://feedback-widget.pages.dev/widget.js" data-site="my-project" defer></script>