Your product,
explained inside your product.
Nudge is an SDK that draws a guided cursor and step cards on top of your own UI. When someone asks “how do I do this?”, it walks them through the answer right there, so they never have to open a docs tab or file a support ticket.
Three steps. From npm install to guided users.
Install
One package, one init.
npm install nudge-sdk, call init() with your key, then mount(). A floating launcher shows up in your product. There are no script tags to add and no CDN to wire up.
Ask
Users say what they need.
A user clicks the launcher and types a goal. The backend finds a walkthrough you already wrote, or builds one on the spot from what Nudge knows about your app.
Guide
The cursor does the showing.
Nudge anchors each step to a real element in your UI and walks the user through it. Every step gets a cursor, a card, and room to explain the why. Your page never changes.
Built for how users actually get stuck.
Help where the confusion is.
Nudge renders as an overlay on top of your interface. People get walked through the task on the page they're already on, instead of leaving to dig through a docs tab or file a support ticket.
Steps teach, not just point.
Each step pairs its instruction with an optional why, so users learn your product instead of memorizing clicks.
Flows that write themselves.
Crawl your app once to build up its vocabulary. After that, Nudge can generate walkthroughs for goals you never wrote yourself.
Pinned to your real DOM.
Steps target real elements via stable selectors, so the cursor lands exactly where users should click.
One package, any web app.
The SDK. Five minutes to a live launcher.
Initialise with your publishable key and mount. Nudge handles the launcher, the cursor, the step cards, and all the back and forth with your backend. You just point it at your app.
- One self-contained package, with no script tags or CDN to set up
- Anchor steps to your UI with data-nudge-id attributes
- Author flows, or let Nudge generate them from a goal
- Open source and self-hostable
Stop telling.
Start showing.
Docs explain. Nudge shows you how. It walks every user through your product, right where they're stuck.