SelfHost Hub SelfHost Hub
EN
← 返回到所有服务

GitHub 仓库信息

获取时间 · 2026年6月5日
★ 4,344 最新版本: v0.35.0 最后更新: 2026年6月5日
README
<p align="center">
  <a href="https://fider.io/" target="_blank">
    <img src="etc/fiderlogo.png" width="300" alt="Fider">
  </a>
</p>

<p align="center">
    <a href="https://fider.io/">Fider.io</a> •
    <a href="https://feedback.fider.io">Fider Feedback</a> •
    <a href="https://demo.fider.io">Fider Demo</a> •
    <a href="https://docs.fider.io">Docs</a> •
    <a href="https://github.com/TryGhost/Ghost/blob/main/.github/CONTRIBUTING.md">Contributing</a>
</p>

<br/>
<br/>

<img src="etc/fidergithub.png">

<br/>
<br/>

[![build](https://github.com/getfider/fider/actions/workflows/build.yml/badge.svg)](https://github.com/getfider/fider/actions/workflows/build.yml)

# Fider is a feedback portal for feature requests and suggestions.

__Give your customers a voice and let them tell you what they need. Spend less time guessing and more time building the right product.__

# Getting Started

## ☁️ **Fider Cloud**

The easiest and quickest way to get started. A fully managed services by the creators of Fider to help you get started in minutes. Forget about managing software updates and patches, we do it all for you! [Sign up now](https://fider.io/#get-started)

## 🏢 **Self-Hosted**

Install Fider on your own servers, in your own infrastructure. It's totally free, but of course you're responsible for everything. [Learn how](https://docs.fider.io/self-hosted/)

If you do self-host and enjoy Fider, please [let us know where you're using it](https://github.com/getfider/fider/issues/899) - we really appreciate it 🙏

# 💰 Donations and Sponsors

Support the development of Fider to help us make it the best feedback tool! You can set up donations as small or large as you want to help us keep Fider going. [Donate](https://opencollective.com/fider)

If your organization uses Fider, consider becoming a sponsor - set up a monthly donation and get your logo and link on the README. [Become a sponsor](https://opencollective.com/fider)

<br/>
<br/>

# Contributors

This project exists thanks to all the amazing people who contribute!

<a href="https://github.com/getfider/fider/graphs/contributors"><img src="https://opencollective.com/fider/contributors.svg?width=890&button=false" /></a>

Read our [CONTRIBUTING](CONTRIBUTING.md) guide to learn how you can contribute to Fider.

<br/>
<br/>

Fider 帮助产品团队集中收集和管理用户建议,通过投票排名与状态同步,让路线图规划透明可追踪。

核心功能

  • 反馈门户:用户提交想法、讨论并通过投票表达优先级。
  • 状态流转:管理员可将条目标记为计划中、进行中、已完成等,自动通知订阅者。
  • 单点登录:支持 OAuth、SAML 或自定义认证,保护私有社区。
  • 多租户:同一实例可创建多个社区,为不同产品或客户群组隔离反馈。
  • 集成与 API:提供 Webhook、Zapier、REST API,方便与工单、项目管理或通知系统联动。

部署建议

  1. 官方镜像基于 Go 与 PostgreSQL,使用 Docker Compose 时需为数据库和上传文件配置持久化卷。
  2. 设置 FIDER_HOSTFIDER_EMAIL_PROVIDER 等环境变量,启用邮件发送以便用户确认与通知。
  3. 若需 SSO,按照文档配置 OAuth 客户端或反向代理头部。
  4. 建议放置在 HTTPS 反向代理之后,并定期备份 PostgreSQL 数据库。