๐Ÿ’ฌ Shipyfus Feedback Widget

Lightweight, embeddable feedback widget for your shipped products. One script tag. Dark theme. Telegram notifications.

Quick Install

Add this single line before your closing </body> tag:

<script
  src="https://feedback.shipyfus.xyz/widget.js"
  data-project="your-project-name"
></script>

Options

data-projectRequired. Your project identifier.
data-positionOptional. "bottom-right" (default) or "bottom-left"

For Next.js

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"
/>

Features

  • โšก Zero dependencies, < 5KB
  • ๐ŸŒ™ Dark theme with orange accents
  • ๐Ÿ“ฑ Mobile responsive
  • ๐Ÿ”” Telegram notifications
  • ๐Ÿ—„๏ธ Turso DB storage
  • ๐Ÿšฆ Built-in rate limiting
  • ๐Ÿ”’ IP hashing for privacy
  • ๐Ÿ“Š Admin stats endpoint

Live Demo

๐Ÿ‘‡ Click the chat bubble in the bottom-right corner to try it out!