<?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>Forem: Aldin Kozica</title>
    <description>The latest articles on Forem by Aldin Kozica (@dinall).</description>
    <link>https://forem.com/dinall</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3880600%2Ff7e41ef8-6368-47bc-adf7-81c74cf0b1f5.png</url>
      <title>Forem: Aldin Kozica</title>
      <link>https://forem.com/dinall</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dinall"/>
    <language>en</language>
    <item>
      <title>From 0 to 50 Users in 2 Months: Building a Chrome Extension with React, Node.js, and Gemini Nano</title>
      <dc:creator>Aldin Kozica</dc:creator>
      <pubDate>Wed, 15 Apr 2026 18:24:40 +0000</pubDate>
      <link>https://forem.com/dinall/from-0-to-50-users-in-2-months-building-a-chrome-extension-with-react-nodejs-and-gemini-nano-4l8g</link>
      <guid>https://forem.com/dinall/from-0-to-50-users-in-2-months-building-a-chrome-extension-with-react-nodejs-and-gemini-nano-4l8g</guid>
      <description>&lt;p&gt;Building a browser extension sounds simple until you actually try to scale it. Two months ago, I launched YouThumb a tool that help creators with the thumbnails to optimize CTR with AI, and while 50 users might seem small to some, the technical and marketing journey to get there was a massive learning curve.&lt;/p&gt;

&lt;p&gt;Here is the exact stack I used and what I’ve learned about launching a dev-tool.&lt;/p&gt;

&lt;p&gt;The Architecture (The "Banana" Stack 🍌)&lt;br&gt;
I wanted a setup that was both scalable and cost-effective. Here’s how it looks:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Frontend&lt;/strong&gt; (Extension): Built with React. It handles the UI for thumbnail comparisons and the overlay logic on the YouTube DOM.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Backend&lt;/strong&gt;: A Node.js API hosted on a Hetzner VPS. I chose Hetzner for the high performance-to-cost ratio, which is crucial when you're a solo founder keeping margins high.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Database &amp;amp; Auth&lt;/strong&gt;: Firebase. It’s still the king for quick implementation of Google Auth and real-time data syncing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The AI Brain&lt;/strong&gt;: I’m using Gemini Nano for on-device analysis. It allows for fast, multimodal processing without the heavy latency (or cost) of constantly hitting a cloud API.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Landing Page&lt;/strong&gt;: Built with Next.js for that sweet SEO and fast load times.&lt;/p&gt;

&lt;p&gt;Check out the landing page here: [&lt;a href="https://youthumb.online/" rel="noopener noreferrer"&gt;https://youthumb.online/&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;The 50-User Milestone: What Worked?&lt;br&gt;
Getting those first 50 users wasn't about "build it and they will come." It was about being where the creators are.&lt;/p&gt;

&lt;p&gt;Building in Public: Documenting the OAUTH struggles and the "Featured" badge win on social media.&lt;/p&gt;

&lt;p&gt;Dogfooding: Using the tool for my own YouTube channel and showing the results.&lt;/p&gt;

&lt;p&gt;The "Featured" Badge: This was a game-changer for credibility in the Chrome Web Store.&lt;/p&gt;

&lt;p&gt;The Biggest Challenge: The "Manifest.json" &amp;amp; OAUTH Trap&lt;br&gt;
If you’ve worked with Manifest V3, you know the pain. My biggest nightmare was aligning Firebase Auth with Chrome’s identity API while moving the backend to a dedicated VPS. It’s a delicate dance of redirect URIs and background service worker lifecycles.&lt;br&gt;
Also in addition a feature badge on chrome store to build trust and authority.&lt;/p&gt;

&lt;p&gt;I need your advice: How to scale from 50 to 500?&lt;br&gt;
Now that the technical foundation is solid and the first 50 users are providing feedback, I’m looking at the next phase.&lt;/p&gt;

&lt;p&gt;My question to the Dev.to community:&lt;br&gt;
How do you approach marketing for a browser extension? Should I focus on SEO for the landing page &lt;a href="https://youthumb.online/" rel="noopener noreferrer"&gt;YouThumb&lt;/a&gt;, or double down on niche communities like Reddit, Discord or Youtube? If you’ve launched an extension, what was your "inflection point" for growth?&lt;/p&gt;

&lt;p&gt;Let’s discuss in the comments!&lt;/p&gt;

&lt;h1&gt;
  
  
  webdev #showdev #javascript #ai #node #buildinpublic #chromextension #discuss
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>showdev</category>
      <category>buildinpublic</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
