Feedback.farm widget

Embed a small widget into your web application to start getting user feedback

Demos

Usage

  1. Create a project on the feedback.farm platform and then grab the project id
  2. npm install @feedbackfarm/react
  3. Insert the following snippet with your projectId
// index.jsx
import FeedbackFarm from "@feedbackfarm/react";

<FeedbackFarm projectId="replace_with_your_project_id" identifier="your_user_identifier">
  <span>
    Give Feedback
  </span>
</FeedbackFarm>

Full documentation accessible here: https://github.com/feedbackfarm/react#feedbackfarmreact

Customization

If you want to get a custom widget have a look to this documentation