Privacy-first analytics for measuring feature adoption, user journeys, and satisfaction. Self-hosted on your infrastructure.
One SDK call for everything. No complex APIs, no documentation maze.
Discover which features drive satisfaction. Make data-driven decisions.
Self-hosted, open source, with built-in PII detection. Your data stays yours.
Discover ProductDrivers in action with this quick demo
Few lines of code. That's all it takes.
SDKs available for JS/React/Next, Flutter, and Android/Kotlin.
// 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! 🎉ProductDrivers is open source and free to use. Self-host on your own infrastructure.
Get Started on GitHub