Case Study: How SignatureForward Replaced Manual Onboarding with AI
By Gary — February 2026
The App
SignatureForward is an email signature generator used by marketing teams and IT departments. Users design HTML email signatures with brand colors, social links, and banner campaigns, then deploy them across their organization.
The app has a feature-dense interface: a multi-tab signature editor with Design, Social, Banners, Analytics, and Wallet sections, plus an admin dashboard for team management. Over 50 interactive elements per page, multiple user tiers (Free, Pro, Business), and features gated behind upgrade walls.
The Problem: 3 Hours per Week on Tour Maintenance
SignatureForward used a traditional tooltip tour system for user onboarding. The setup:
- 8 manually-authored tours covering the main user workflows
- 40+ tooltip steps pointing at specific CSS selectors
- Rule-based triggers — page URL + user role + visit count
- Weekly maintenance — fix broken selectors after each deploy
Every UI change risked breaking tours. A renamed tab, a restructured component, a new MUI version — any of these could silently break tour steps. The only way to find out was manual testing or user complaints.
Worse: when users asked questions the pre-built tours didn't cover — "how do I set up wallet passes?", "where is the banner scheduler?" — there was no answer. The system could only play back what had been authored in advance.
The Install: One Script Tag
Replacing the existing tour system with ActivationKit took less than an hour:
- 1. Remove the old tooltip tour library and all tour configuration files
- 2. Add the ActivationKit script tag with the API key
- 3. Optionally pass
user.planfor tier-aware guidance - 4. Deploy
No tour authoring. No CSS selector recording. No route configuration. On the first page load after deploy, the SDK extracted the page structure and the API built the product schema via AI enrichment.
What the AI Discovered Automatically
Within the first hour of production traffic, ActivationKit's AI had built a complete understanding of SignatureForward:
- Multi-tab navigation — Detected the Design, Social, Banners, Analytics, and Wallet sections as distinct navigable areas
- Tier-gated features — Identified disabled buttons and locked elements on the Free plan (Banner Scheduler, Analytics Export, Custom Fonts)
- Active section awareness — Tracked which tab the user was viewing to provide contextually relevant guidance
- 50+ named elements — Background Color, Font Family, Social Link, Apple Wallet, Banner Image, Save Signature — all resolved by visible text, not CSS paths
None of this required configuration. The SDK read the DOM — disabled attributes, ARIA labels, tab structures, visible text — and the AI built the semantic model. SignatureForward didn't add a single data- attribute.
Real Results
On-demand tour generation works. A user typed "show me how to set up wallet passes" — a flow that had never been authored. The AI looked at the page elements, identified the Wallet tab, Apple Wallet button, Google Wallet button, and Preview Pass, and generated a 5-step guided tour on the fly. The user completed it successfully.
Section-aware navigation handles complex UIs. When a user asks about a feature in a different tab, the AI navigates to the correct section first, then highlights the element. No more "click the Design tab first" instructions — the AI does it.
Tier-aware guidance drives upgrades naturally. When a Free user asks about Banner Scheduling, the AI explains it's a Pro feature, shows them where it lives, and offers the upgrade path — without a hardcoded upsell flow.
Zero maintenance after 3 months. SignatureForward shipped 40+ deploys since installing ActivationKit. Not a single tour broke. Not a single selector needed fixing. The 3 hours per week dropped to zero.
By the Numbers
30KB
SDK size (gzipped)
<10ms
Tier 1 rule response
~70%
Requests without LLM
$0.001
Cost per conversation
0 hrs/wk
Tour maintenance
<1 hr
Total install time
The cost savings alone justify the switch: 3 hours/week at a conservative $50/hour is $7,800/year in engineering time — more than many DAP subscriptions cost.
Replace Your Tour Builder
SignatureForward's experience isn't unique. If you're maintaining tooltip tours manually — or paying $7K+/year for a DAP that still requires manual flow authoring — the same results are available to any SaaS product.
One script tag. Free forever. AI that reads your product so you don't have to describe it.
Get started free →Gary is the founder of ActivationKit and SignatureForward. Get in touch at hello@activationkit.com.