Feedback Fish is a software tool designed to help website and application owners collect feedback from their users. The core purpose of the tool is to provide a simple and efficient way to gather issues, ideas, and compliments through a lightweight widget. This widget can be integrated into any website or web application with just a few lines of code. When a user submits feedback, it is sent to a central dashboard and can also be forwarded as an email notification. This allows product teams and developers to quickly understand user experiences and identify areas for improvement. The company was founded in Vienna, Austria, with a focus on creating a user-friendly and non-intrusive feedback collection system.
Feedback Fish offers several features to make feedback collection easy and insightful.
Feedback Fish has a straightforward pricing structure with three main tiers.
Yes, Feedback Fish offers a free plan that is not time-limited. It is a great way to test the service and collect initial feedback. The free plan includes access to all core features, such as the feedback widget, screenshot capture, and team invites. The main limitation is that you can only collect a total of 25 feedback submissions. Once you reach this limit, you will need to upgrade to a paid plan to continue receiving feedback.
Getting started with Feedback Fish is a simple process.
<script>
tag to your HTML. For a React application, you can use the FeedbackForm
component.data-feedback-fish
attribute to any button or link on your site. This element will now open the feedback widget when clicked.Feedback Fish is designed for simplicity and does not have a large library of direct, one-click integrations with third-party apps. Its main integration methods are:
Yes, Feedback Fish provides a REST API for developers to access their feedback data programmatically. This allows you to build custom integrations or pull feedback into your own internal systems.
To use the API, you first need to obtain an API key. You can generate a personal access token from within your Feedback Fish account settings, usually under a 'Developer' or 'API' section. This token must be included in the authorization header of your API requests.
Here is an example of how to fetch feedback for a project using curl
:
curl 'https://feedback.fish/api/v1/feedback' \
-H 'Authorization: Bearer YOUR_PERSONAL_ACCESS_TOKEN' \
-H 'Content-Type: application/json'
Replace YOUR_PERSONAL_ACCESS_TOKEN
with the key you generated from your dashboard. You can find more details and endpoints in the official API documentation on their website.
There is no public information available about a formal affiliate or partner program for Feedback Fish. Companies that do not advertise a program sometimes offer referral arrangements on a case-by-case basis. If you are interested in promoting Feedback Fish, it is best to contact their support team directly through the email or contact form on their website to inquire about any potential partnership opportunities.
Show your users that Feedback Fish is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/feedback-fish?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-feedback-fish" target="_blank"><img src="https://saasprofile.com/feedback-fish/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Feedback Fish badge" loading="lazy" /></a>