Enterprise-grade control, zero friction.
Stop wrestling with hardcoded tours. Manage your onboarding flows entirely from our dashboard and deploy updates instantly without touching your codebase.
Visual Tour Builder
Create and edit steps directly in our visual dashboard. Target elements by CSS selector, add rich content, and preview your changes in real-time. No deployments required.
Deep Analytics
Track drop-off rates and completion metrics. See exactly where users get stuck.
Ultra-light Widget
Our script loads asynchronously and never blocks your main thread. Your Lighthouse score stays perfect.
Smart Targeting
Configure tours to launch automatically based on user segments or specific page URLs. Control the experience via simple data attributes like data-auto-start.
Drop-in simplicity.
We designed the widget to be framework-agnostic. Whether you use Next.js, PHP, or plain HTML, it just works.
- 1
Universal Embed
Add a single script tag to your document head. No complex build steps or npm packages required.
- 2
Smart Configuration
Control behavior via data attributes like data-auto-start and data-position directly in HTML.
- 3
Remote Management
Update tour steps and logic from your dashboard without deploying new code.
➜~/projectvim index.html
<script
src="https://zenguide-widget.vercel.app/widget-bundle.js"
data-tour-id="your-tour-id"
data-auto-start="true"
/>
✔ Widget initialized
✔ Tour content loaded (4 steps)
