Add client feedback to any website with two lines of code. Comments are automatically isolated per site.
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>
Override the site namespace with a data-site attribute:
<script src="https://feedback-widget.pages.dev/widget.js" data-site="my-project" defer></script>