Embeddable feedback
Add FeatQ to any app with one script tag
The widget adds a floating feedback button that opens your hosted FeatQ board in an iframe. It has no dependencies and works on custom sites, Lovable apps, Bolt apps, v0 exports, and Claude Code projects.
Install snippet
Replace YOUR_BOARD_SLUG with the slug from your board URL.
<script src="https://featq.com/widget.js" data-board="YOUR_BOARD_SLUG" async></script>One-prompt install
Paste this into an AI builder or coding agent when you want it to place the script for you.
Paste into Lovable / Bolt / v0 / Claude Code: "Add this script tag just before the closing body tag of my app: <script src="https://featq.com/widget.js" data-board="YOUR_BOARD_SLUG" async></script>"Customization
data-boardRequired. Your FeatQ board slug.
data-board="acme"
data-positionOptional. Use br for bottom-right or bl for bottom-left. Defaults to br.
data-position="bl"
data-labelOptional. Changes the floating button text. Defaults to Feedback.
data-label="Share feedback"
How it works
The script reads its own attributes, injects a small floating button, and opens/embed/YOUR_BOARD_SLUG from the same FeatQ origin as the script. Votes and request submissions use the same public FeatQ APIs as the hosted board.