<?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: Fred | N8Labs</title>
    <description>The latest articles on DEV Community by Fred | N8Labs (@n8labs).</description>
    <link>https://dev.to/n8labs</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%2F3846735%2F7ac3f233-4e74-4dc9-8938-5cd5c2993cff.png</url>
      <title>DEV Community: Fred | N8Labs</title>
      <link>https://dev.to/n8labs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/n8labs"/>
    <language>en</language>
    <item>
      <title>I built a SaaS to measure AI visibility (GEO) — here’s how it works</title>
      <dc:creator>Fred | N8Labs</dc:creator>
      <pubDate>Fri, 27 Mar 2026 21:31:35 +0000</pubDate>
      <link>https://dev.to/n8labs/i-built-a-saas-to-measure-ai-visibility-geo-heres-how-it-works-7o0</link>
      <guid>https://dev.to/n8labs/i-built-a-saas-to-measure-ai-visibility-geo-heres-how-it-works-7o0</guid>
      <description>&lt;p&gt;AI is quickly becoming a new search layer.&lt;/p&gt;

&lt;p&gt;People don’t just Google anymore — they ask ChatGPT, Claude, Gemini…&lt;/p&gt;

&lt;p&gt;But here’s the problem:&lt;br&gt;
Companies have no idea if they are visible in these answers.&lt;/p&gt;

&lt;p&gt;So I built a tool to solve that.&lt;/p&gt;




&lt;h2&gt;
  
  
  Introducing GeoTracker
&lt;/h2&gt;

&lt;p&gt;GeoTracker is a web app that analyzes how an AI perceives your company.&lt;/p&gt;

&lt;p&gt;It answers questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is my company mentioned in AI responses?&lt;/li&gt;
&lt;li&gt;Which competitors are shown instead?&lt;/li&gt;
&lt;li&gt;What sources are used by the AI?&lt;/li&gt;
&lt;li&gt;How can I improve my visibility?&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;The idea is simple:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Generate real-world prompts (like users would ask)&lt;/li&gt;
&lt;li&gt;Send them to multiple AI models&lt;/li&gt;
&lt;li&gt;Analyze the responses&lt;/li&gt;
&lt;li&gt;Extract:

&lt;ul&gt;
&lt;li&gt;brand mentions&lt;/li&gt;
&lt;li&gt;competitors&lt;/li&gt;
&lt;li&gt;cited sources&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Generate actionable recommendations&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Core features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Multi-model AI analysis (OpenAI, etc.)&lt;/li&gt;
&lt;li&gt;Manual prompt testing&lt;/li&gt;
&lt;li&gt;Batch testing (run multiple prompts at once)&lt;/li&gt;
&lt;li&gt;Brand &amp;amp; competitor detection&lt;/li&gt;
&lt;li&gt;Source extraction&lt;/li&gt;
&lt;li&gt;GEO recommendations engine&lt;/li&gt;
&lt;li&gt;PDF export for client reports&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: React + Vite
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: FastAPI
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database&lt;/strong&gt;: PostgreSQL
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Infra&lt;/strong&gt;: Docker + Nginx (VPS)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auth&lt;/strong&gt;: Secure cookie (JWT)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;We are entering a new era of search.&lt;/p&gt;

&lt;p&gt;SEO is no longer enough.&lt;/p&gt;

&lt;p&gt;We now need to optimize for AI-generated answers:&lt;br&gt;
GEO (Generative Engine Optimization)&lt;/p&gt;

&lt;p&gt;If your company is not mentioned in AI responses, you are invisible.&lt;/p&gt;




&lt;h2&gt;
  
  
  Example use case
&lt;/h2&gt;

&lt;p&gt;Prompt:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Best suppliers of slip rings in aerospace”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Result:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your company might not appear&lt;/li&gt;
&lt;li&gt;Competitors dominate&lt;/li&gt;
&lt;li&gt;Sources come from specific domains&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s actionable data.&lt;/p&gt;




&lt;h2&gt;
  
  
  What’s next
&lt;/h2&gt;

&lt;p&gt;I’m currently working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;automated monitoring&lt;/li&gt;
&lt;li&gt;scoring &amp;amp; trends&lt;/li&gt;
&lt;li&gt;multi-client SaaS version&lt;/li&gt;
&lt;li&gt;better recommendations engine&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final thoughts
&lt;/h2&gt;

&lt;p&gt;This project started as an experiment, but it quickly turned into something bigger.&lt;/p&gt;

&lt;p&gt;AI visibility is going to be a major challenge for companies in the next years.&lt;/p&gt;

&lt;p&gt;And we’re just at the beginning.&lt;/p&gt;




&lt;p&gt;If you’re working on SEO, AI, or similar tools, I’d love to connect&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>saas</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
