<?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: Kenneth Ansel</title>
    <description>The latest articles on DEV Community by Kenneth Ansel (@kennethansel).</description>
    <link>https://dev.to/kennethansel</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%2F3721173%2F19f63301-1c3d-4a57-803e-53b9ad560a21.jpeg</url>
      <title>DEV Community: Kenneth Ansel</title>
      <link>https://dev.to/kennethansel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kennethansel"/>
    <language>en</language>
    <item>
      <title>Building CollabKar: An AI-Powered Influencer Marketing Platform with Gemini</title>
      <dc:creator>Kenneth Ansel</dc:creator>
      <pubDate>Fri, 28 Aug 2026 10:08:42 +0000</pubDate>
      <link>https://dev.to/kennethansel/building-collabkar-an-ai-powered-influencer-marketing-platform-with-gemini-950</link>
      <guid>https://dev.to/kennethansel/building-collabkar-an-ai-powered-influencer-marketing-platform-with-gemini-950</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F28ydr36mf7nzllm5dg36.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F28ydr36mf7nzllm5dg36.jpg" alt=" " width="799" height="351"&gt;&lt;/a&gt;&lt;em&gt;This post was created for the purposes of entering the All Things Agentic Hackathon (Google Cloud &amp;amp; Gemini).&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Influencer marketing in India is booming, but for MSMEs and D2C founders it's still a black box. How do you know if a creator's followers are real? What's a &lt;em&gt;fair&lt;/em&gt; rate for a campaign? And once you pay, is your money actually safe?&lt;/p&gt;

&lt;p&gt;That's the gap &lt;strong&gt;CollabKar&lt;/strong&gt; sets out to close.&lt;/p&gt;

&lt;h2&gt;
  
  
  What CollabKar does
&lt;/h2&gt;

&lt;p&gt;CollabKar is an AI-powered influencer marketplace that connects brands with vetted creators — no spreadsheets, no cold DMs, no guesswork. A brand can describe their campaign in plain English and get matched with relevant creators instantly.&lt;/p&gt;

&lt;p&gt;Three things make this possible:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Natural-language creator matching&lt;/strong&gt; — powered by &lt;code&gt;gemini-3.5-flash&lt;/code&gt;, so brands don't need to know the right search filters, they just describe what they want&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fair-price rate benchmarking&lt;/strong&gt; in INR, so neither side is negotiating blind&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fake-follower detection&lt;/strong&gt; to flag inflated audiences before a brand commits budget&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it's built
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js (App Router) + Tailwind CSS + Framer Motion, deployed on Vercel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Node.js + Express, containerized with Docker, deployed on Render&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data layer:&lt;/strong&gt; MongoDB (via Mongoose) + Redis for caching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI layer:&lt;/strong&gt; Gemini API (&lt;code&gt;gemini-3.5-flash&lt;/code&gt;) for natural-language matching and pricing suggestions&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What was tricky
&lt;/h2&gt;

&lt;p&gt;Getting the AI matching to feel conversational — "just describe your campaign" — while still surfacing enough concrete data (rates, engagement, niche fit) for a brand to actually trust the recommendation took real iteration. Fraud detection was its own challenge too: a sudden spike in a creator's followers isn't always fake, sometimes it's just a creator having a great week, and the system has to tell the difference.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🔗 Live demo: &lt;a href="https://collab-l6o7.vercel.app/" rel="noopener noreferrer"&gt;https://collab-l6o7.vercel.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 Code: &lt;a href="https://github.com/KennethAnsel/Collabkar_New" rel="noopener noreferrer"&gt;https://github.com/KennethAnsel/Collabkar_New&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built for the &lt;strong&gt;All Things Agentic Hackathon&lt;/strong&gt; by Google Cloud &amp;amp; Gemini.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>gemini</category>
      <category>hackathon</category>
    </item>
  </channel>
</rss>
