Documentation
Everything you need to integrate and use Rewatched
Quick Start
// Initialize Rewatched
import rewatched from '@rewatched/analytics';
rewatched.init('YOUR_SDK_KEY', {
apiHost: 'https://api.rewatched.io',
autocapture: true,
sessionRecording: true
});
// Track custom events
rewatched.capture('button_clicked', {
button_name: 'signup',
page: 'homepage'
});
// Identify users
rewatched.identify('user_123', {
name: 'Sarah Chen',
email: 'sarah@example.com',
plan: 'professional'
});Features & Guides
Create features and in-app guides with visual designer
SDK & Integration Resources
Framework-specific guides and examples