Favicon of Formbricks

Formbricks

Collect actionable user feedback across your website, app, and emails. Maintain full data privacy and compliance with this open-source survey platform.

Gather continuous feedback from your users directly within your product, website, or via email. This open-source experience management suite allows you to ask the right questions at the exact moment users interact with your application, resulting in higher conversion rates and more accurate data. By utilizing no-code event tracking, you can trigger targeted surveys based on specific user actions without requiring constant developer intervention.

Key benefits include:

  • Complete data ownership: Self-host the platform to ensure full control over your user data and maintain strict GDPR compliance.
  • Granular user segmentation: Target specific cohorts based on custom attributes to ensure you only survey the most relevant users.
  • Seamless integration: Easily embed the tracking script or use NPM packages for modern frameworks like React and Vue.
  • High customizability: Adjust the look and feel of your surveys to match your brand identity perfectly.

Directory Structure

formbricks
postgres-data
.env
docker-compose.yml

docker-compose.yml

services:
  postgres:
    image: postgres:15-alpine
    restart: always
    environment:
      POSTGRES_USER: formbricks
      POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
      POSTGRES_DB: formbricks
    volumes:
      - ./postgres-data:/var/lib/postgresql/data

  formbricks:
    image: ghcr.io/formbricks/formbricks:latest
    restart: always
    ports:
      - "3000:3000"
    depends_on:
      - postgres
    environment:
      DATABASE_URL: postgresql://formbricks:${POSTGRES_PASSWORD}@postgres:5432/formbricks
      NEXTAUTH_URL: http://localhost:3000
      WEBAPP_URL: http://localhost:3000
      NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
      ENCRYPTION_KEY: ${ENCRYPTION_KEY}

.env

POSTGRES_PASSWORD=your_super_secret_postgres_password
NEXTAUTH_SECRET=your_super_secret_nextauth_secret_at_least_32_chars
ENCRYPTION_KEY=your_super_secret_encryption_key_at_least_32_chars
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Formbricks

Favicon

 

  
  
Favicon

 

  
  
Favicon