Formbricks
Self-HostedOpen-source survey tool for product teams to collect actionable user feedback
Overview
Formbricks is an open-source, self-hosted survey platform designed for product teams to gather actionable user feedback. It supports interactive surveys, NPS, CSAT, and in-app feedback widgets. Deploy via Docker or Kubernetes for full data privacy and control. Integrates with tools like Slack and Notion to streamline workflows. Customize surveys with branding and logic branching to target specific user segments effectively.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
formbricks:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: formbricks
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Interactive surveys with logic branching & NPS/CSAT support
- In-app feedback widgets for seamless user input
- Self-hosted deployment via Docker/Kubernetes
Frequently Asked Questions
? Is Formbricks hard to install?
Formbricks is easy to install using Docker Compose, which requires minimal setup. Detailed documentation guides you through the process, and Kubernetes support is available for more complex environments.
? Is it a good alternative to Typeform?
Yes—Formbricks offers interactive survey features similar to Typeform but with self-hosting capabilities, giving you full control over your data. It’s ideal for teams prioritizing privacy over SaaS convenience.
? Is it completely free?
Formbricks is open-source under the MIT license, so it’s completely free to use and self-host. There are no hidden costs or premium features locked behind a paywall.
Top Alternatives
People Also Ask about Formbricks
Tool Info
Pros
- ⊕ Full data ownership and privacy control
- ⊕ No recurring subscription fees
Cons
- ⊖ Requires server resources for self-hosting
- ⊖ Basic DevOps knowledge needed for deployment