For Developers
Build with InsightPro
Privacy-first analytics SDKs for web, mobile, and server. Integrate in minutes, scale to billions of events.
Official SDKs
Choose the SDK that fits your stack
@insightpro/browser
Privacy-first JavaScript SDK for web applications with automatic event capture.
Cookieless tracking (GDPR compliant)
< 10KB gzipped
Auto page views & sessions
npm install @insightpro/browser@insightpro/sdk-js
Full-featured JavaScript SDK for React, Vue, Angular, and Node.js.
Complete API coverage
E-commerce & revenue tracking
TypeScript support
npm install @insightpro/sdk-js@insightpro/sdk-react-native
Mobile analytics SDK for iOS and Android with React Native.
Screen view tracking
React Navigation integration
Offline support
npm install @insightpro/sdk-react-native5-Minute Quickstart
Get up and running in minutes
Install & Initialize
1. Install the SDK
npm install @insightpro/browser2. Initialize
import InsightPro from '@insightpro/browser';
InsightPro.init('YOUR_API_KEY', {
cookieless: true,
capturePageViews: true,
debug: false,
});3. Track Events
// Track custom events
InsightPro.track('Button Clicked', {
button_name: 'Subscribe',
location: 'header',
});
// Identify users
InsightPro.identify('user-123', {
email: 'user@example.com',
name: 'John Doe',
plan: 'premium',
});Powerful Features
Everything you need to build great analytics
Privacy First
GDPR compliant, cookieless tracking, respect DNT
Lightning Fast
Event batching, retry logic, <10KB bundle
Data Warehouse
Export to Snowflake, BigQuery, Redshift
Offline Support
Queue events offline, auto-sync when online
Ready to Get Started?
Sign up for free and get your API key in seconds