<?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: Guilherme</title>
    <description>The latest articles on Forem by Guilherme (@guilherme_641bb701e38bc6b).</description>
    <link>https://forem.com/guilherme_641bb701e38bc6b</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%2F3688944%2F6fc128f8-2d3b-4af9-b428-1afc147304b0.png</url>
      <title>Forem: Guilherme</title>
      <link>https://forem.com/guilherme_641bb701e38bc6b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/guilherme_641bb701e38bc6b"/>
    <language>en</language>
    <item>
      <title>How I built a Self-Hosted Address Validation Tool with FastAPI &amp; Docker to save $2,000/year</title>
      <dc:creator>Guilherme</dc:creator>
      <pubDate>Thu, 01 Jan 2026 20:52:53 +0000</pubDate>
      <link>https://forem.com/guilherme_641bb701e38bc6b/how-i-built-a-self-hosted-address-validation-tool-with-fastapi-docker-to-save-2000year-1p69</link>
      <guid>https://forem.com/guilherme_641bb701e38bc6b/how-i-built-a-self-hosted-address-validation-tool-with-fastapi-docker-to-save-2000year-1p69</guid>
      <description>&lt;p&gt;Hi everyone! &lt;/p&gt;

&lt;p&gt;As developers, we know how expensive SaaS APIs can get. Address validation is one of those silent killers—it starts cheap, but as your app grows, you find yourself paying $100, $500, or even $2,000 a month just to verify where your users live.&lt;/p&gt;

&lt;p&gt;I decided to fix this for my own projects, and today I'm sharing the result: &lt;strong&gt;Global Address Finder PRO&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Self-Hosted?
&lt;/h2&gt;

&lt;p&gt;By self-hosting your address validation, you get:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Zero latency:&lt;/strong&gt; The data is right there in your infrastructure.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Privacy:&lt;/strong&gt; Your user addresses never leave your server.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fixed Cost:&lt;/strong&gt; No more "pay-per-request" anxiety.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Tech Stack
&lt;/h2&gt;

&lt;p&gt;I chose these tools for maximum performance:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;FastAPI:&lt;/strong&gt; Because it's lightning-fast and provides automatic Swagger docs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Redis:&lt;/strong&gt; Used as a high-speed cache layer for instant lookups.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docker:&lt;/strong&gt; So you can deploy the entire stack with a single command.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;The tool is designed to be a "drop-in" replacement for more expensive services. You spin up the container, and you're ready to go in under 5 minutes.&lt;/p&gt;




&lt;h3&gt;
  
  
  🚀 Get Early Bird Access
&lt;/h3&gt;

&lt;p&gt;I’ve just launched the PRO version for developers who want to own their infrastructure. It's currently available for a one-time payment of &lt;strong&gt;$29&lt;/strong&gt; (Early Bird).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You can check it out here:&lt;/strong&gt; [Global Address Finder PRO on Ko-fi] &lt;a href="https://ko-fi.com/s/f997d5ec2f" rel="noopener noreferrer"&gt;https://ko-fi.com/s/f997d5ec2f&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm looking for &lt;strong&gt;honest feedback&lt;/strong&gt;! &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does this stack fit your workflow?&lt;/li&gt;
&lt;li&gt;What regions would you like to see supported next?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let's chat in the comments!&lt;/p&gt;

</description>
      <category>python</category>
      <category>fastapi</category>
      <category>selfhosted</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
