Lightweight, embeddable feedback widget for your shipped products. One script tag. Dark theme. Telegram notifications.
Add this single line before your closing </body> tag:
<script src="https://feedback.shipyfus.xyz/widget.js" data-project="your-project-name" ></script>
data-projectRequired. Your project identifier.data-positionOptional. "bottom-right" (default) or "bottom-left"import Script from "next/script";
<Script
src={`https://${process.env.NEXT_PUBLIC_FEEDBACK_DOMAIN || 'feedback.shipyfus.xyz'}/widget.js`}
data-project="your-project"
strategy="lazyOnload"
/>๐ Click the chat bubble in the bottom-right corner to try it out!