OpenSource-Hub
F

Fider

4.3k stars·Developer Tools·SHA-256 checksum verified

An open-source feedback portal to collect, vote, and manage feature requests and suggestions from your users.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Let your users tell you what to build, with an open-source feedback portal that's free to self-host.

Core Features

  • Users can submit feature requests, vote, and comment
  • Admins can categorize and set status (planned, completed, etc.)
  • Custom domain and branding supported
  • Cloud-hosted managed service or free self-hosted option
  • API & webhook integrations

What It Can't Do

  • Self-hosted requires managing DB, SSL, and email service by yourself. Cloud free tier has usage limits. The out-of-box features are basic; advanced reporting may need custom development.

Use Cases

  • Product teams prioritize features based on real user feedback
  • Communities transparently track suggestions
  • SaaS companies run public roadmap portals

Detailed Introduction

Fider is a self-hosted or cloud-hosted feedback platform that lets your customers tell you what they need. It supports voting, commenting, categorization, and status tracking. With both managed cloud and free self-hosted options, Fider helps teams build the right product by focusing on real user demands. Unlike proprietary tools like Canny or UserVoice, Fider is fully open-source, giving you complete control over your data and no vendor lock-in.

Troubleshooting & FAQ (1)

Troubleshooting
Why does pg_upgrade fail with 'Checking for reg* data types in user tables' when upgrading PostgreSQL with Fider?

Fider's posts table has a language column of reg* type (e.g., regconfig), which references system OIDs that pg_upgrade does not preserve. Workaround: dump the Fider database using pg_dump, drop it, perform the PostgreSQL major version upgrade with pg_upgrade, then restore the database from the dump. A permanent fix via a migration to convert the column to text is in progress (see issue #1406).

GitHub Issue #1406

Tags

feedbackfeature-requestscustomer-insightsself-hostedopen-source

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Option 1 (Cloud): Go to fider.io, sign up, create a site, invite users.

4

Option 2 (Self-hosted): Run Docker: docker run -d -p 3000:3000 getfider/fider

5

Configure environment variables (DB, mail etc.), then launch.

Install Guide
  1. Option 1 (Cloud): Go to fider.io, sign up, create a site, invite users.
  2. Option 2 (Self-hosted): Run Docker: docker run -d -p 3000:3000 getfider/fider
  3. Configure environment variables (DB, mail etc.), then launch.
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Self-hosted: stop and remove container or delete deployment directory. Cloud: delete account in admin panel.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-27 07:10:20
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects