# Formbricks — Open-Source Survey & Feedback Platform > In-product surveys, user research, and feedback collection. Self-hostable Qualtrics/Typeform alternative. 12K+ GitHub stars. ## Install Copy the content below into your project: # Formbricks — Open-Source Survey & Feedback Platform ## Quick Use Self-host with Docker: ```bash docker compose up -d # From the Formbricks repo ``` Or use the cloud at formbricks.com. Embed in-product surveys: ```bash npm install @formbricks/js ``` ```typescript import formbricks from '@formbricks/js'; formbricks.init({ environmentId: 'your-env-id', apiHost: 'https://your-formbricks-instance.com', }); // Surveys trigger automatically based on your configured rules // Or trigger manually: formbricks.track('ai_task_completed'); ``` --- ## Intro Formbricks is an open-source survey and feedback platform with 12,000+ GitHub stars — a self-hostable alternative to Qualtrics, Typeform, and Hotjar. It specializes in **in-product surveys** that appear at the right moment based on user behavior, page visits, or custom events. For AI products, Formbricks captures user satisfaction with AI outputs, collects feature requests, measures NPS, and runs user research — all without redirecting users to external forms. With no-code survey builders, targeting rules, and analytics dashboards, it's the complete feedback loop for product teams. Works with: React, Next.js, Vue, any web framework, REST API, webhooks. Best for AI product teams who need user feedback on AI quality without external survey tools. Setup time: under 5 minutes. --- ## Formbricks Features ### In-Product Surveys Surveys appear inside your app based on triggers: ```typescript // Trigger after AI generates a response formbricks.track('ai_response_generated', { model: 'gpt-4o', responseTime: 2.3, }); // Survey appears: "How helpful was this AI response?" [1-5 stars] ``` ### Survey Types | Type | Use Case | |------|----------| | **In-app modal** | Quick feedback after key actions | | **Slide-out** | Non-intrusive sidebar survey | | **Full page** | Detailed user research | | **Link survey** | Shareable survey URL | | **Email embed** | Survey in email body | ### Targeting & Triggers - **Page visit** — Show on specific pages - **Custom event** — Trigger after user actions (e.g., AI task complete) - **User attribute** — Target by plan, role, or usage level - **Time-based** — Show after X days of usage - **Exit intent** — Capture feedback before users leave ### AI Product Feedback Patterns | Pattern | Survey | |---------|--------| | **AI output quality** | "Rate this AI response" (after every Nth response) | | **Feature discovery** | "Did you know you can...?" (for new features) | | **Churn prevention** | "What made you stop using...?" (exit intent) | | **NPS** | "How likely to recommend?" (quarterly) | | **User research** | "What would you use AI for?" (onboarding) | ### Analytics Dashboard - Response rates and completion funnels - Sentiment analysis across responses - Segment results by user attributes - Export to CSV or via API ### Integrations Webhooks, Slack, Notion, Airtable, Google Sheets, Zapier, Make. --- ## FAQ **Q: What is Formbricks?** A: Formbricks is an open-source survey and feedback platform with 12,000+ GitHub stars for in-product surveys, user research, and NPS. Self-hostable alternative to Qualtrics and Typeform. **Q: Why use Formbricks for AI products?** A: AI products need continuous feedback on output quality. Formbricks shows surveys at the right moment (after AI responses, during onboarding) without redirecting users to external forms. **Q: Is Formbricks free?** A: Open-source under AGPL-3.0. Self-host for free. Cloud has a free tier. --- ## Source & Thanks > Created by [Formbricks](https://github.com/formbricks). Licensed under AGPL-3.0. > > [formbricks](https://github.com/formbricks/formbricks) — ⭐ 12,000+ --- ## 快速使用 ```bash npm install @formbricks/js ``` ```typescript import formbricks from '@formbricks/js'; formbricks.init({ environmentId: '...', apiHost: '...' }); formbricks.track('ai_task_completed'); ``` --- ## 简介 Formbricks 是拥有 12,000+ GitHub stars 的开源调查和反馈平台,专注产品内调查。根据用户行为触发调查,收集 AI 输出质量反馈、NPS 和用户研究数据。 --- ## 来源与感谢 > Created by [Formbricks](https://github.com/formbricks). Licensed under AGPL-3.0. > > [formbricks](https://github.com/formbricks/formbricks) — ⭐ 12,000+ --- Source: https://tokrepo.com/en/workflows/bcf373a1-7a44-4415-a7fa-742510daf9b3 Author: AI Open Source