Feedback Widget

Add a feedback button to any web app in 30 seconds.

Quick Start

Add this script tag to your site, just before </body>:

<script
  src="https://feedback.impulsestudios.cc/embed.js"
  data-app="your-app-name"
  defer
></script>

That's it. A feedback button will appear in the bottom-right corner.

Options

AttributeDescriptionDefault
data-appYour app identifier (required)
data-position"bottom-right" or "bottom-left"bottom-right
data-colorButton color (hex)#1a1a1a

How It Works

  • The script creates an iframe overlay on your page
  • Users click the button, fill out the form, and submit
  • Feedback is stored and viewable in the admin panel
  • No cookies, no tracking, no third-party dependencies