SourceDocs

On-page prediction for your website

See what a visitor is likely to do next.

Add one small call to your site. Give Predict an action and session. Use any action label. It returns a typed prediction. Your code decides what to show.

Run the simulation
proposed browser API
<script>
  const prediction = await Predict({
    endpoint: "/predict",
    session: crypto.randomUUID(),
    action: "bounce"
  });

  if (prediction.next === "compare") {
    showPlanComparison();
  }
</script>
Visitor scenarioChoose a path to replay
Example website
northstar fleet software

Plans for teams
that keep moving.

See live routes, assign work, and keep every team moving from one place.

Starter$18For small teams
Team$42For growing teams
Scale$96For large teams
Live sessionupdates while you interact

You have been here for 0 seconds.

Signals tracked: page, scroll, clicks, idle time, visibility, exit intent

Prediction for your next step: waiting for a scenario

Predict gives your code a signal about visitor intent.It does not generate text or open a popup.