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'
});

Getting Started

Quick start guides to get you up and running in minutes

SDK Integration

Integrate Rewatched into your application

Features & Guides

Create features and in-app guides with visual designer

API Reference

API documentation for developers

SDK & Integration Resources

Framework-specific guides and examples

React

Hooks, components, and best practices

View guide →

Need help?

Can't find what you're looking for? We're here to help.