Go Beyond Session Replay
SessionIQ uses a modular system of recording, enrichment, and AI analysis to provide deep runtime insights.
High-Fidelity Recording
Lightweight capture of DOM, interactions, network, console, memory, and more via extensible plugins (powered by rrweb).
Intelligent Replay
Accurate reproduction of user sessions with enriched metadata for context-rich analysis and understanding.
Advanced Enrichment
Dynamically augment replay data with source maps, performance timing, frustration signals, and abandonment detection via hooks.
AI Runtime Agents
Modular agents (TracePilot, FlowPilot) analyze sessions via LLM orchestration for causal analysis, fixes, and UX suggestions.
Continuation Chat
Engage in contextual conversations with AI agents to refine analysis, explore alternatives, and dig deeper into issues.
Modular Architecture
Extensible plugins (recording) and hooks (replay) ensure lightweight performance and adaptability to various signals.
Simple integration, powerful results
SessionIQ is designed to be easy to integrate with your existing web applications.
1. Install the package
Add SessionIQ to your project with npm, yarn, or pnpm.
npm install @sessioniq/client-sdk
2. Configure the client
const sdk = new SessionIQSdk();
sdk.init({
clientId: "your-client-id",
baseUrl: "https://your-allowed-domain.com",
});
3. Start/Stop recording
Begin capturing user sessions and events in your application.
sdk.startRecording();
sdk.stopRecording();
4. Analyze session
sdk.analyzeSession();
Want a slick pre-built agent widget?
It only takes 3 steps:
1. Install it
npm install @sessioniq/widget-vue
2. Import it
import { RemoteAgentWidget } from "@sessioniq/widget-vue";
3. Render it
<RemoteAgentWidget :sdk="sdk" />
Check our documentation for more.
Smart, scalable pricing
Choose the plan that's right for your team and scale as you grow. Built for growth from hobby devs to fast-moving organizations.
Starter
For side projects, hobby devs, or early validation.
Pro
For small teams and production-grade insights.
Business
For fast-moving product teams with runtime visibility needs.
What Our Users Say
Hear from developers and product teams who are using SessionIQ to build better products.
"SessionIQ has revolutionized how we understand user behavior. The AI agents are a game-changer for identifying root causes quickly."
Hugo Mendes
Founder of "Studio Creatif Lume"
"The intelligent replay and enrichment features have saved us countless hours in debugging. Highly recommended!"
Herton Dantas
Founder and CTO at Labsk.ai
"Finally, a tool that goes beyond simple session replay. The AI-powered insights are incredibly valuable for our UX team."
Denner Navarro
Co-founder & CTO at EasyRev