HiveCFM
Customer Feedback Management Platform
Based on Formbricks Open Source
About HiveCFM
HiveCFM is a customer feedback management platform built on top of Formbricks, an open-source survey suite. This is an enterprise-ready fork with all features enabled.
Features
- Create conversion-optimized surveys with a no-code editor
- Choose from a variety of best-practice templates
- Launch and target surveys to specific user groups without changing application code
- Create shareable link surveys
- Invite organization members to collaborate on surveys
- Integrate with Slack, Notion, Zapier, n8n and more
- All enterprise features enabled - multi-language, SAML SSO, advanced targeting, and more
Built on Open Source
Getting Started
Prerequisites
Local Development
- Clone the repository
- Copy
.env.exampleto.envand configure - Install dependencies:
pnpm install - Start development services:
docker compose up -d - Run database migrations:
pnpm db:migrate - Start development server:
pnpm dev
Production Deployment
Use Docker for production deployment. See the deployment documentation for details.
License
HiveCFM is based on Formbricks which is licensed under AGPLv3. Enterprise features are included and enabled by default.
Acknowledgments
- Formbricks - The open-source survey platform this project is based on
- All Formbricks contributors for their work on the core platform