Session Replay Dashboard

Recent Sessions

0 sessions recorded

No sessions recorded yet

Install the SDK in your app to start capturing sessions

Quick Start

Add the SDK to your app to start recording sessions:

import { initReplay } from '@currai/sdk';

initReplay({
  apiKey: 'pk_live_default_dev123',
  endpoint: 'http://localhost:3000/api/ingest',
});