About

This example app demonstrates the Confidence Session Recording SDK running inside a Next.js application hosted on Cloudflare Pages.

What gets recorded?

  • DOM mutations and layout changes
  • Mouse movements, clicks, and scrolls
  • Keyboard input (masked by default)
  • Page navigations and route changes
  • Custom tags and measurements via the SDK API

Stack

  • Next.js (App Router, static export)
  • Tailwind CSS
  • @spotify-confidence/session-recording
  • Cloudflare Pages