AI-Native Digital Adoption Platform

Onboard users faster
with AI-guided tours

Zero-friction product adoption. Describe a workflow, get an interactive guided tour in seconds. Track engagement, detect breaking changes, and ship with confidence.

Everything you need for product adoption

A complete toolkit to create, manage, and optimize in-app user onboarding experiences.

AI Guide Generation

Describe a workflow in plain language and get a complete guided tour in seconds. No manual step-by-step configuration needed.

Smart Tooltips

Context-aware tooltips that guide users step by step through your product. Attach them to any element on the page.

Analytics Dashboard

Track completion rates, drop-offs, and user engagement. Understand how users interact with your guides in real time.

Page Change Detection

Get notified when your UI changes break existing guides. Keep your onboarding content in sync with your product.

Shadow DOM Isolated Widget

Zero CSS conflicts — the player widget is rendered in a Shadow DOM. Works with any framework, any styling approach.

Open Source SDK

MIT licensed. Audit the code, contribute features, or self-host the entire platform. No vendor lock-in.

Up and running in minutes

Three steps from install to a fully interactive product tour.

STEP 01

Install the SDK

Add two lines to your app. Zero runtime dependencies, works with React, Vue, Angular, or vanilla JS.

STEP 02

Create or AI-Generate Guides

Use the dashboard to build guides visually, or let AI generate them from a workflow description.

STEP 03

Publish & Track

Publish guides to your users and monitor performance with built-in analytics. Iterate and improve.

Two lines of code.
That's it.

Install the SDK, initialize it with your app ID, and your app is ready for guided tours. No build step changes, no additional scripts.

  • Zero runtime dependencies
  • Shadow DOM isolated — no CSS leaks
  • Works with React, Vue, Angular, vanilla JS
  • Tree-shakeable, under 10KB gzipped
app.tsx
// Install: npm i @ai-dap/sdk

import { DapSDK } from @ai-dap/sdk;

const sdk = new DapSDK({
  appId: 'your-app-id',
});

sdk.start();
100% Open Source

Built in the open

The entire SDK is MIT licensed. Read the code, file issues, contribute features, or fork and self-host. Your data, your rules.

MIT LicenseTypeScriptZero Runtime Deps