Zero-friction product adoption. Describe a workflow, get an interactive guided tour in seconds. Track engagement, detect breaking changes, and ship with confidence.
A complete toolkit to create, manage, and optimize in-app user onboarding experiences.
Describe a workflow in plain language and get a complete guided tour in seconds. No manual step-by-step configuration needed.
Context-aware tooltips that guide users step by step through your product. Attach them to any element on the page.
Track completion rates, drop-offs, and user engagement. Understand how users interact with your guides in real time.
Get notified when your UI changes break existing guides. Keep your onboarding content in sync with your product.
Zero CSS conflicts — the player widget is rendered in a Shadow DOM. Works with any framework, any styling approach.
MIT licensed. Audit the code, contribute features, or self-host the entire platform. No vendor lock-in.
Three steps from install to a fully interactive product tour.
Add two lines to your app. Zero runtime dependencies, works with React, Vue, Angular, or vanilla JS.
Use the dashboard to build guides visually, or let AI generate them from a workflow description.
Publish guides to your users and monitor performance with built-in analytics. Iterate and improve.
Install the SDK, initialize it with your app ID, and your app is ready for guided tours. No build step changes, no additional scripts.
// Install: npm i @ai-dap/sdk
import { DapSDK } from @ai-dap/sdk;
const sdk = new DapSDK({
appId: 'your-app-id',
});
sdk.start();The entire SDK is MIT licensed. Read the code, file issues, contribute features, or fork and self-host. Your data, your rules.