Tourkit

Create Product guide tours for any website in 5mins

Visit Website
September 22, 2026 I’m launching TourKit β€” a developer-first onboarding platform for SaaS

After months of building, breaking, rebuilding, and questioning whether I was solving the right problem, I'm finally launching TourKit. πŸš€

TourKit is a developer-first onboarding platform for SaaS products.

The idea came from a simple problem:

Getting users to understand a new SaaS product is important, but building and maintaining onboarding shouldn't become another engineering project.

With TourKit, developers can create interactive product tours and onboarding flows without building the entire system themselves.

What you can do with it:

β€’ Create and manage product tours from a dashboard

β€’ Add TourKit to your website with a lightweight SDK

β€’ Works with React, Next.js, Vue, and plain HTML

β€’ Create multi-step onboarding flows

β€’ Customize colors, themes, fonts, and tooltips

β€’ Support mobile onboarding

β€’ Track tour views and completion/drop-off

β€’ Preview tours while building them

β€’ Manage tours without redeploying your application

β€’ Use AI to help generate tour configurations

One thing I care about a lot is reducing repetitive work for developers.

Instead of asking an AI coding agent to repeatedly modify your codebase to create onboarding, TourKit lets developers use AI to generate a tour configuration, review it, and import it.

The developer stays in control.

The SDK is also publicly available on GitHub:

https://github.com/webdev-raj/Tourkit-sdk

And the product is here:

https://tourkit-phi.vercel.app

I'm planning to launch TourKit on Product Hunt on September 25th.

This is still very much a work in progress, and I'm looking for people who are willing to actually try it rather than just tell me whether the idea sounds good.

Especially interested in feedback from:

β€’ SaaS founders

β€’ Indie hackers

β€’ Frontend developers

β€’ Developers building their own products

What I'm trying to learn now is pretty simple:

Is onboarding something you'd rather build yourself, or would you pay for a tool that removes the maintenance from it?

If you're building a SaaS right now, I'd love to hear how you're handling onboarding today.

2 Comments

  1. 1
    Wow, this sounds like an incredible achievement! πŸŽ‰ I can only imagine the hard work and dedication that went into creating TourKit. It’s fantastic to see a developer-first solution that simplifies onboarding for SaaS products. I’m really excited to see how it will help reduce repetitive work for developers. Looking forward to checking it out on Product Hunt and giving it a try! Keep up the amazing work! πŸš€
    1. 1
      i hope everything goes will as i planned, i am to much exsited for it
July 20, 2026 TourKit SDK is now open source β€” MIT-licensed

Small but meaningful milestone this week.

I just open-sourced the TourKit SDK.

github.com/webdev-raj/Tourkit-sdk


Why I did it:

The SDK is the part that runs on your users' websites. It highlights elements, renders tooltips, and tracks analytics.

A developer has every right to know exactly what code is running on their site. Open-sourcing it removes that hesitation completely. Read it, audit it, fork it.


What's in the repo:

The complete vanilla JS SDK:

  • index.js β€” fetches tour config from API

  • renderer.js β€” tooltip rendering + positioning

  • Mobile bottom sheet for screens under 768px

  • URL pattern matching (exact, dynamic, wildcard)

  • Per-path localStorage session management

  • window.TourKit global API

MIT licensed. Zero dependencies. 2.8 KB minified.


How it works:

One script tag on your website
↓
SDK fetches tour config from TourKit API
↓
Matches steps to current URL
↓
Renders tooltips on matching elements
↓
Tracks analytics automatically

Dashboard stays private - that's where the business lives β€” step editor, analytics, AI generator, team management.

Same model as Plausible, Cal.com, Supabase. Open core works.


What this means practically:

  1. Self-host the SDK if you want

  2. Audit exactly what runs on your site

  3. Contribute bug fixes

  4. Use it as reference for your own tools

  5. Still need dashboard for tour management


Current status:

Still 0 paying customers.

Still building in public.

Still shipping every week.

But the product is real, the SDK is open, and the AI workflow (paste prompt β†’ Cursor generates tour.json β†’ drag in β†’ live) is working end to end.

If you're building a SaaS and need onboarding tours β€” try it free: tourkit-phi.vercel.app

Stars on the SDK repo genuinely help with discovery.

github.com/webdev-raj/Tourkit-sdk

Comment

July 9, 2026 feat: Prebuilt tooltip templates just shipped 🎨

One of the most common pieces of feedback I kept hearing after people tried TourKit:

"Setting up the theme takes too long"

"I just want it to look good out of the box"

"I don't want to pick colors manually"

So I fixed it.

What's new:

Prebuilt tooltip templates β€” one click and your tour instantly matches a

professional design system. No color pickers. No font hunting. No border radius math. Just pick a template and ship.

Templates available:

Free:

β†’ Obsidian β€” dark glass with orange fire

β†’ Chalk β€” pure white on pitch black

β†’ Dusk β€” muted violet, easy on eyes

Pro:

β†’ Matrix β€” terminal green, monospace font

β†’ Slate β€” confident blue for enterprise

β†’ Ember β€” deep amber glow

β†’ Frost β€” arctic cyan, crisp contrast

β†’ Sakura β€” soft pink for consumer apps

---

Why this matters:

Most onboarding tools make you configure everything before you can see results.

TourKit now goes from signup to a good-looking tour in under 2 minutes:

1. Create project

2. Pick template

3. Add steps

4. Drop script tag

5. Done

What else shipped recently:

- Mobile bottom sheet tours (first SDK with proper mobile support)

- URL-based tour triggers (right step, right page, automatically)

- AI tour generator (Pro)

- JSON drag and drop import with AI agent prompt for Cursor/Claude

Current status:

Still early. Still building. 0 paying customers but shipping fast and getting real feedback from this community every week.

If you're building a SaaS and need user onboarding β€” try it free:

Would love brutal feedback on the template designs specifically πŸ™

Comment

July 1, 2026 What Problem Does TourKit Solve?

Most websites have zero onboarding. Your Users sign up, land on a dashboard, look around confused, and leave within minutes β€” sometimes never coming back.

The problem isn't the product. It's that nobody showed them how to use it.

The existing solutions felt broken for indie hackers: Intercom and Appcues charge $300-500/month.

That's a no for anyone bootstrapping solo.

Intro.js and Shepherd.js are free, but you write hundreds of lines of JavaScript config. Update one CSS class, and your tour silently breaks in production with zero error messages. There was nothing in between.

So TourKit exists to fill that gap. Paste one script tag on your website.

Configure tour steps from a dashboard with no code. Visitors get a guided walkthrough automatically.

That's it.

No framework lock-in. No complex setup. Works on React, Next.js, Vue, WordPress, or plain HTML.

The deeper problem it solves:

Good onboarding shouldn't be a luxury only well-funded companies can afford.

A solo founder with 50 users deserves the same guided experience as a company paying $500/month

for Intercom β€” just at a price that makes sense for where they actually are.

That's what TourKit is trying to be.

https://tourkit-phi.vercel.app

Curious β€” for those of you running a product, how did you handle onboarding for your first users?

Did you build something, use a tool, or just send a welcome email and hope for the best?

Comment

June 30, 2026 Just listed TourKit on the IH product directory -Onboarding tours for any website

Hey IndieHackers πŸ‘‹

Just added TourKit to the product directory and wanted to share the story behind it. I kept seeing the same problem everywhere β€” products with zero onboarding. Users sign up, land on a confusing dashboard, don't know what to click, and leave within minutes.

Existing solutions felt wrong for indie hackers. Intercom and Appcues cost $300-$500/month β€” way out of reach for someone bootstrapping their first SaaS.

Free libraries like Intro.js work but require writing hundreds of lines of config and break the moment your CSS changes.

So I built TourKit β€” paste one script tag, configure tour steps from a no-code dashboard, and visitors get a guided walkthrough automatically.

What's in it:

β†’ Works on React, Next.js, Vue, WordPress, plain HTML

β†’ Context-aware tours β€” different steps per page, including dynamic URLs like /products/[id]

β†’ Mobile-optimized with a bottom sheet design

β†’ Full analytics β€” completion rate, step dropoff

β†’ AI generates tour steps from a product description

β†’ Free tier, paid plans start at $9/month

This is my first real solo SaaS attempt, and I'm building it fully in public and still figuring out pricing, positioning, and what features actually matter to people.

Would genuinely love feedback from this community β€” especially on whether the pricing makes sense and what would make this a must-have for your product.

https://tourkit-phi.vercel.app

Happy to answer any questions about the build, the tech stack, or the journey so far.

2 Comments

  1. 1

    Onboarding is one of those problems where the value isn’t the tour itselfβ€”it’s whether the user reaches their first meaningful action faster. If TourKit can reliably move users from β€œconfused signup” to β€œfirst success moment,” that’s what will matter more than how the tour is configured.

    1. 1

      Exactly β€” the tour is just the mechanism;

      the real metric isn't "did they complete the tour"

      it's "did they reach their first meaningful action faster?" That's why I'm implementing TourKit on TourKit right now β€” I want to see if guided

      users create their first working tour faster than those who figure it out alone

      that data will tell me everything πŸ™

About

Many products lack onboarding, causing users to sign up, get confused, and leave. Tools like Intercom are costly for indie hackers. I created TourKit: a no-code solution for adding guided onboarding tours to any website