See why users convert. Or don't.
Scalee reconstructs journeys, surfaces repeated friction, and links the path back to replay evidence, identity, and billing outcomes.
Payment method required. $79/month after 7 days. Cancel before the trial ends to avoid a charge.
Journey context
Stitched
Across sessions
Friction signal
Ranked
By affected journeys
Replay evidence
Attached
At the exact moment
Billing outcome
Linked
When Stripe is connected
Journeys ready to investigate
Example viewEvidence, not another chart
One trail from friction signal to replay.
Scalee keeps the journey, actor, issue, and recording close enough to investigate in one pass.
Reconstruct the journey
Follow the routes and semantic events in each session, then inspect stitched journeys when identity evidence connects them.
Rank repeated friction
Surface dead clicks, rage clicks, hesitation, and validation loops by the journeys and actors they affect.
Open the replay evidence
Move from an issue or journey to the linked recording and the moment that explains the signal.
Connect identity and outcomes
Use Clerk and Stripe webhooks to add known actors and completed billing outcomes to the same investigation trail.
How it works
From first event to usable evidence.
Start with live product data. Add identity and billing context when your workflow needs it.
Install the client
Initialize the SDK with the workspace key Scalee generates during setup. Smart replay and input masking start with safe defaults.
import { sessionReplay } from "@scalee/sdk";
sessionReplay.init({
workspaceKey: "wk_live_…",
apiBaseUrl: "https://api.example.com",
captureReplayMode: "smart",
});Add the identity you know
Identify a signed-in actor when it is available. Clerk and Stripe webhooks can add authentication and billing context alongside the session trail.
sessionReplay.identify({
actorId: user.id,
email: user.email,
});
sessionReplay.track("trial_started", {
plan: "pro",
});Investigate from signal to proof
Open a ranked issue, inspect the affected journey, and jump into its linked replay before deciding what to change.
Issue
→ affected journeys
→ actor context
→ replay moment
→ billing outcomePro pricing
7 days to validate Scalee with your own data.
Start the full Pro plan with a payment method. Your first $79 monthly charge begins after the 7-day trial unless you cancel before it ends.
Your workspace shows the active plan limits alongside current app and member usage.
Pro
7-day trial- Up to 5 apps and 10 members
- Up to 50,000 sessions per month
- 30-day replay retention
- Journey reconstruction and replay evidence
- Clerk and Stripe context
- Issue detection and ranking
Payment method required at signup. Cancel before day 7 to avoid the first charge.
Bring your first real journey into view.
Install Scalee, send one live event, and investigate from the journey to its replay evidence.
Payment method required. $79/month after the 7-day Pro trial.