Home Stack Svelte / SvelteKit
Svelte / SvelteKit

Add User Onboarding to Svelte in 15 Minutes

Guidez is a Svelte-compatible overlay that adds product tours, checklists, and AI guidance to any Svelte or SvelteKit application. It runs entirely outside Svelte's reactivity model — no Svelte stores, no component lifecycle dependencies, zero bundle size impact from Svelte.

Start Free — No Credit Card Platform Overview
Installation

Svelte / SvelteKit integration — 3 steps

1
Add the Guidez script tag to your app's HTML entry point
2
Call window.Guidez.identify() after your user authentication resolves
3
Use the Guidez dashboard or AI generator to create your first tour
Svelte / SvelteKit code example
// In src/app.html or +layout.svelte:
<script src="https://cdn.guidez.io/js" data-token="YOUR_TOKEN" async></script>

// In your root +layout.svelte onMount or auth hook:
import { onMount } from 'svelte';
onMount(() => {
  if (user) {
    window.Guidez?.identify({
      userId: user.id,
      email: user.email,
      name: user.name
    });
  }
});
Platform Highlights

Everything you need for Svelte / SvelteKit user onboarding

🤖

AI Tour Generation

Describe your flow in plain English — AI builds every step, copy, and element selector. No CSS selectors, no guesswork.

📋

Onboarding Checklists

Persistent progress trackers that drive users to activation milestones. Works outside Svelte's component tree — no re-renders.

💬

AI Guide Assistant

A trained AI chat widget answers user questions 24/7 inside your Svelte app — deflecting support tickets.

🔔

In-App Banners

Target banners to specific user segments — plan, role, page, or custom attribute. Zero Svelte component overhead.

📊

Analytics & Funnels

Step completion, dropout, and activation rates. Events sync to Amplitude, Mixpanel, and 18+ integrations.

🔌

20+ Native Integrations

HubSpot, Salesforce, Segment, Amplitude, Slack, Jira — events sync automatically, no Zapier required.

Pricing

Start free. Scale predictably.

Free
$0
5,000 sessions/mo
Start Free
Starter
$99/mo
50,000 sessions/mo
Start Trial
Growth
$199/mo
100,000 sessions/mo
Start Trial
Business
$299/mo
200,000 sessions/mo
Start Trial

Session-based pricing — no MAU traps. Full pricing →

FAQ

Frequently asked questions about Svelte / SvelteKit onboarding

Add the Guidez script to your app.html (SvelteKit) or index.html, then call window.Guidez.identify() in onMount() in your root layout after authentication. Guidez runs outside Svelte's reactivity — no stores, no component deps, no bundle impact.
Yes. Guidez listens to the History API events that SvelteKit's client-side router uses. Tours trigger correctly on every route change. For precise control, subscribe to SvelteKit's page store and call track() on navigation.
Yes. The Guidez script is ignored during SSR and activates only after hydration on the client. Wrap the identify() call in an onMount() or browser check to avoid SSR errors.
No. Guidez has no interaction with Svelte stores, reactive statements, or the Svelte compiler. It is a pure DOM overlay that runs independently of Svelte's runtime.

Explore more

React Onboarding Vue.js Onboarding Next.js Product Tours What is User Onboarding? Pricing →

Add User Onboarding to Svelte / SvelteKit. Starting today.

Free forever for small teams. First tour live in under an hour. No Svelte engineers required.

Start Free Today

Free forever · No credit card · Session-based pricing