One script.
Organic feedback.
No complex dependencies or visual noise. Inject a single script tag to plant a lightweight, organic feedback widget on any web interface. Stay focused on cultivating your product.
// payload headers validated
{
"appId": "ff-app_98231a",
"category": "Bug",
"text": "PayPal checkout fails in mobile Safari...",
"rating": 2,
"user": "sarah.m@gmail.com",
"latency": 142
}
Copy script tag.
Embed the lightweight Javascript client snippet inside your application. Works natively on standard HTML or wrapped frameworks.
<!-- Paste this inside your <body> tag -->
<script
src="https://feedback-fast.com//widget.js"
data-app-id="ff-app_98231a"
async
></script>Collect visual feedback.
The feedback button sits unobtrusively in the corner of your page. Users click to submit category ratings, technical categories, and descriptions.

Action customer feedback.
Submissions update instantly inside your console dashboard. Monitor issues, filter categories, and resolve technical bugs without delaying production updates.
Frequently Asked Questions
How does the widget sync with light and dark mode?
By default, the script detects the parent application's theme and styles itself to match. You can override this behavior by setting the `data-theme` attribute to `light` or `dark` explicitly.
Can I integrate FeedbackFast programmatically via API?
Yes. Active subscriptions grant REST endpoints access. You can list, query, or resolve user feedback items using standard GET, POST, or PUT actions. Refer to our docs for endpoints details.
Is there a layout impact on my website?
None. The widget launcher is completely absolute-positioned and operates asynchronously. The script payload itself loads lazily and is under 4.5kb gzip.