Record workflows, embed guided tours, and let an AI agent walk your users through anything — one script tag.
Welcome back. Here's an overview.
from last month
from last month
from last month
from last month
| Customer | Status | Amount | |
|---|---|---|---|
| LJ Liam Johnson | liam@email.com | Completed | +$250.00 |
| OS Olivia Smith | olivia@email.com | Pending | +$150.00 |
| NW Noah Williams | noah@email.com | Completed | +$350.00 |
| EB Emma Brown | emma@email.com | Failed | +$450.00 |
| JD James Davis | james@email.com | Completed | +$550.00 |
Features
From recording to embedding, TipTour handles the full product tour lifecycle.
Press ⌘K on any page. The AI reads your page, finds elements, highlights them, and answers questions in context.
Click through your app in the Chrome extension. Every click becomes a step with auto-detected selectors.
Physics-based tooltip follows the cursor smoothly and points to targets with a directional arrow.
Tooltip renders in a Shadow Root. Your CSS can't break it. It can't break your page.
Flat JSON config with IDs, transitions, and actions. Generate with AI, record, or write by hand.
Under 15KB gzipped. Zero dependencies. Add one line and guided tours just work.
Integration
One script tag. No build step. No dependencies.
<!-- Add TipTour to any website --> <script src="https://tiptour.io/embed.js"></script>
{
"id": "onboarding",
"entryStep": "welcome",
"steps": {
"welcome": {
"target": { "selector": "#btn" },
"content": "Click here.",
"action": { "type": "click" },
"transitions": [{ "to": "done", "on": "complete" }]
}
}
} Join the waitlist or install the Chrome extension now.