UserSesh is now in public beta — free for everyone. Sign up now →
Analytics built for the agentic era.
Session replays, heatmaps, and real-time analytics — purpose-built for teams shipping with AI. Install in one prompt. Connect your AI agent via MCP.
Works with your stack
Everything you need to understand your users
Session replays, heatmaps, real-time metrics, error tracking, and smart alerts. Built for the way modern teams ship software.
Session Recordings
Watch every click, scroll, and interaction. See exactly where users engage, where they drop off, and where they get frustrated. Each session captures the full story.
- Full session playback with pixel-perfect rendering
- Rage click and frustration detection
- Error signals linked to sessions
- Skip inactivity, share sessions via link
Click Heatmaps
Visualize where users click, tap, and scroll. Identify dead zones, overlooked features, and the elements that drive engagement. Data from real interactions, not guesswork.
- Click heatmaps with density mapping
- Scroll depth visualization
- Movement tracking across devices
- Per-page breakdown with filtering
Error Tracking
Catches JS errors, promise rejections, and render crashes. Each error links to the session where it happened.
Real-time Analytics
Live visitor count, traffic sources, top pages, device breakdown, and Web Vitals. All in real time.
Smart Alerts
Get notified on Discord or email when error spikes, rage clicks, or traffic anomalies happen.
AI-Powered Issue Detection
Automatically surfaces UX problems, error patterns, and friction points — ranked by how many users they impact. Each issue includes context your AI agent can act on.
Privacy First
No cookies. Hashed IPs. Automatic PII masking. GDPR compliant out of the box.
Install analytics with one prompt
Paste a single prompt into your AI coding tool. It analyzes your codebase and adds tracking automatically.
Create a site
Sign up and name your project. 30 seconds, no credit card.
Paste the prompt
Copy the AI setup prompt into your IDE. It handles the rest.
Get insights
Data flows immediately. AI issues, funnels, and alerts are automatic.
AI Prompt
Paste into your AI IDE. Auto-detects your codebase and adds tracking.
Script Tag
One line in your HTML. Tracks page views, sessions, errors, and recordings.
npm / CLI
React component with hooks. Run npx usersesh init for zero-config setup.
Your AI agent reads the analytics. Then knows what to build next.
Connect UserSesh to Cursor, Claude Code, or Windsurf via MCP. Your coding agent gets direct access to user behavior data.
{
"mcpServers": {
"usersesh": {
"command": "npx",
"args": ["-y", "usersesh-mcp"],
"env": {
"USERSESH_API_KEY": "usk_your_key"
}
}
}
}