Clikta
← All features
🗺️

Guide users without leaving your product

Embed Clikta guides directly inside your application as tooltips, modals, or checklists. Users complete their first workflow inside your real product — not in a separate demo environment.

Build your first tour →

Three ways to embed a tour

Choose the format that fits your onboarding flow.

Most common
💬

Tooltip overlay

Highlight elements in your real UI with tooltip bubbles. Users follow the tour while using the actual product.

🪟

Modal walkthrough

A full-screen modal that shows each step as an annotated screenshot. Perfect for complex multi-page flows.

Onboarding checklist

A floating checklist panel that tracks which steps the user has completed. Persist across sessions.

One line of code to embed

Add the Clikta embed snippet to your app once. Then trigger any tour from your own code — on page load, after a button click, or when a user reaches a specific step in your onboarding flow.

  • No iframe. Renders natively in your DOM.
  • Control with JavaScript: start, stop, jump to step.
  • Trigger based on user events or feature flags.
  • Works with React, Vue, Angular, or plain HTML.
// Embed snippet (add once to your app)
<script src="https://cdn.clikta.com/embed.js"
data-workspace="your-workspace-id"
></script>
// Trigger a tour from anywhere
Clikta.startTour('demo-abc123');

Guide users inside your product

Build your first in-app tour for free. No credit card required.

Start free →