Track Feature Adoptionwith Adopture SDK
Powerful JavaScript/TypeScript SDK and CLI for tracking feature adoption, user engagement, and product analytics. Simple setup, comprehensive insights.
🚀
Quick Setup
Get started in minutes with our CLI tool and auto-configuration
📊
Feature Analytics
Track exposure, activation, usage, and workflow completion
🎯
Multi-Platform
Works with Next.js, React, React Native, Expo, and Node.js
Quick Example
# Setup with CLI
npx @adopture/cli@latest init
# Install SDK
npm install @adopture/sdk
# Start tracking
import { FeatureTracker } from '@adopture/sdk';
const tracker = new FeatureTracker();
await tracker.init(); // Auto-configured!
tracker.expose('new-feature', 'user-123');
tracker.activate('new-feature', 'user-123');