Fider is a tool for collecting and managing customer feedback. Its main purpose is to help companies understand which new features or improvements their users want most. It works like a forum where customers can post ideas, and other users can vote for the ideas they like. This voting system makes it easy for product managers to see the most popular requests and make better decisions about what to build next. Fider is an open-source project from Northern App Labs Ltd. It is designed to be simple and easy to use, for both the company and its customers. You can use their paid cloud service or host it on your own server for free.
Fider offers several features to manage customer ideas effectively.
feedback.yourcompany.com
.Fider has a straightforward pricing structure. There is one main paid plan called Fider Cloud Subscription. This plan is all-inclusive, meaning it gives you access to every feature the platform offers. It includes unlimited customers, unlimited feedback posts, and unlimited team members. This plan is designed for businesses of any size that want a managed solution without worrying about hosting or maintenance.
Besides the paid cloud plan, Fider is also available as a Self-Hosted Open Source version. This option is free to use but requires you to install and maintain the software on your own server. It is a good choice for developers or companies with the technical resources to manage their own hosting.
Fider does not offer a permanent free plan for its cloud-hosted service. However, it provides a 15-day free trial for the Fider Cloud Subscription. This trial gives you full access to all features without needing a credit card to start. This allows you to test the platform completely before deciding to subscribe.
For those looking for a completely free option, the self-hosted version of Fider is 100% free. You can download the source code and run it on your own infrastructure. This gives you all the core functionality without any cost, but you are responsible for setup, updates, and server costs.
Getting started with Fider is a simple process. Here is a typical workflow:
By following these steps, you create a transparent system for managing feedback and keep your community engaged in your product's development.
Pros:
Cons:
Fider's integration strategy focuses on flexibility through webhooks and its API.
If Fider is not the right fit, here are some other popular tools for managing product feedback:
Yes, Fider provides a public REST API that allows developers to interact with the platform programmatically. You can use the API to create, read, update, and delete posts, comments, and votes. This enables you to build custom integrations with your internal systems or other applications.
To use the API, you first need to generate an API Key. This is typically done within the administration settings of your Fider account. Once you have the key, you include it in the header of your API requests for authentication.
Here is a basic cURL example of how you might fetch a list of posts from your Fider site:
curl -X GET \
https://your-fider-instance.com/api/v1/posts \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'
For full details, you should check the official Fider documentation on their website.
Fider does not have a publicly advertised affiliate or reseller program. Information about partnerships is not available on their website. If you are interested in promoting Fider and believe you can bring new customers, it is best to contact their support team directly. You can email them to ask about any potential partnership, influencer, or referral opportunities they might offer privately.