Early Access — Join the Waitlist

AI-Powered Guided Tours
for Your App

Drop in a React component. Connect your docs. Your users get step-by-step guided tours powered by AI — no manual tour authoring needed.

Be the first to get access. No spam, ever.

How It Works

1

Install the SDK

Add @guidekit/react to your app and wrap it in the provider.

2

Sync Your Docs

Run npx guidekit sync to upload your documentation and sitemap.

3

Users Get Guided

Users ask questions and get AI-powered step-by-step tours highlighting the right UI elements.

Three Lines to Integrate

import { GuideKitProvider } from "@guidekit/react";

export default function App() {
  return (
    <GuideKitProvider>
      <YourApp />
    </GuideKitProvider>
  );
}

Set NEXT_PUBLIC_GUIDEKIT_PUBLISHABLE_KEY in your environment.