<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: S.Babas</title>
    <description>The latest articles on DEV Community by S.Babas (@sbabas).</description>
    <link>https://dev.to/sbabas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4075147%2Ff174c743-d40a-40d3-ad73-30ad3db942e5.jpg</url>
      <title>DEV Community: S.Babas</title>
      <link>https://dev.to/sbabas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sbabas"/>
    <language>en</language>
    <item>
      <title>First days of NuxiPro's launch on Product Hunt, here's what it revealed</title>
      <dc:creator>S.Babas</dc:creator>
      <pubDate>Thu, 13 Aug 2026 14:01:16 +0000</pubDate>
      <link>https://dev.to/sbabas/first-days-of-nuxipros-launch-on-product-hunt-heres-what-it-revealed-20db</link>
      <guid>https://dev.to/sbabas/first-days-of-nuxipros-launch-on-product-hunt-heres-what-it-revealed-20db</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Early in the launch, I quickly noticed that NuxiPro's demo had a barrier to entry: the product tour.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;My mistake was leaving the NuxiPro demo raw, with no guide to help users understand the tool and reach their aha moment.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;How did I spot this problem?&lt;/p&gt;

&lt;p&gt;I integrated &lt;strong&gt;PostHog&lt;/strong&gt; to analyze engagement on the demo and understand the drop-off points. On the security/GDPR side, the &lt;code&gt;maskAllInputs&lt;/code&gt; option is pushed to the max:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="s2"&gt;`posthog.init(token, {
  session_recording: {
        maskAllInputs: true, // Blurs all input fields (inputs/forms)
 },
});`&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;My steps were as follows:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;`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`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I need beta testers and feedback on the demo before building the cloud version of NuxiPro.&lt;/p&gt;

&lt;p&gt;I'll give you early access before the official launch, on the day the cloud version is ready.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nuxipro.com/" rel="noopener noreferrer"&gt;nuxipro&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>analytics</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
