Open Source & Self-Host

Understand what drives user satisfaction

Privacy-first analytics for measuring feature adoption, user journeys, and satisfaction. Self-hosted on your infrastructure.

GDPR Friendly with PII Detection/Blocking Options

Simple Integration

One SDK call for everything. No complex APIs, no documentation maze.

Correlation Engine

Discover which features drive satisfaction. Make data-driven decisions.

Privacy First

Self-hosted, open source, with built-in PII detection. Your data stays yours.

See It In Action

Watch How It Works

Discover ProductDrivers in action with this quick demo

Developer Experience

Get Started Quickly

Few lines of code. That's all it takes.
SDKs available for JS/React/Next, Flutter, and Android/Kotlin.

index.js
// Install
npm install @productdrivers/sdk-js

// Initialize
import { init, track } from '@productdrivers/sdk-js';
init({
  projectKey: 'YOUR_PROJECT_KEY',
  apiBaseUrl: 'https://your-project.supabase.co/functions/v1'
});

// Track events
track({
  event: 'FEATURE_USED',
  feature: 'help_tooltip',
  journey: 'checkout'
});

// That's it! 🎉

Ready to get started?

ProductDrivers is open source and free to use. Self-host on your own infrastructure.

Get Started on GitHub