NuxiPro is a tool that automatically archives your tasks to stop the "Done" column from turning into a graveyard of completed tasks, freeing up your workspace visually and keeping the tool clean and minimalist, without it trying to load tons of tasks into the Done column and starting to slow down.
Early in the launch, I quickly noticed that NuxiPro's demo had a barrier to entry: the product tour.
A product tour is a simple guided walkthrough that shows users, the first time they land on a tool they just discovered, the value of that tool, i.e. what they gain by using it.
My mistake was leaving the NuxiPro demo raw, with no guide to help users understand the tool and reach their aha moment.
The result: a user would land on the demo, not know what to do, click around a bit, then close the tab out of frustration and leave without understanding what they stood to gain.
Even for a product that solves a real, painful problem, if there's no guide helping the user understand what they gained from using it, they just leave.
How did I spot this problem?
I integrated PostHog to analyze engagement on the demo and understand the drop-off points. On the security/GDPR side, the maskAllInputs option is pushed to the max:
`posthog.init(token, {
session_recording: {
maskAllInputs: true, // Blurs all input fields (inputs/forms)
},
});`
My solution was to integrate driver.js, a lightweight library that helps people get their bearings with your product, while guiding them toward the project's main goal.
My steps were as follows:
`Start → [1: Hello] → Click "Let's go!"
→ [2: Drag task to DONE] → Drop successful
→ [3: Archives opened] → Close Archives
→ [4: Click waitlist] → Dialog opened → Tour complete`
I need beta testers and feedback on the demo before building the cloud version of NuxiPro.
I'll give you early access before the official launch, on the day the cloud version is ready.
Top comments (0)