<?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: PlainTOS App</title>
    <description>The latest articles on DEV Community by PlainTOS App (@plaintos_app_fd54e75a054e).</description>
    <link>https://dev.to/plaintos_app_fd54e75a054e</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%2F3925337%2Fa4ccb31c-5435-4ad2-a924-f97527d181a5.png</url>
      <title>DEV Community: PlainTOS App</title>
      <link>https://dev.to/plaintos_app_fd54e75a054e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/plaintos_app_fd54e75a054e"/>
    <language>en</language>
    <item>
      <title>I built a free tool that shows what AI bots are really costing your server</title>
      <dc:creator>PlainTOS App</dc:creator>
      <pubDate>Mon, 11 May 2026 15:51:19 +0000</pubDate>
      <link>https://dev.to/plaintos_app_fd54e75a054e/i-built-a-free-tool-that-shows-what-ai-bots-are-really-costing-your-server-3546</link>
      <guid>https://dev.to/plaintos_app_fd54e75a054e/i-built-a-free-tool-that-shows-what-ai-bots-are-really-costing-your-server-3546</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;If you run a website, AI crawlers are hitting it &lt;br&gt;
constantly. GPTBot, ClaudeBot, Bytespider, CCBot — &lt;br&gt;
they scrape your content 24/7 for training data and &lt;br&gt;
search indexing. You pay the bandwidth bill. They &lt;br&gt;
get your content for free.&lt;/p&gt;

&lt;p&gt;The frustrating part is most developers have no idea &lt;br&gt;
how much of their server bill is pure bot waste until &lt;br&gt;
they actually look at their logs.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;BotCost.dev is a free browser-based log analyzer. &lt;br&gt;
You drag and drop your server log file and it shows &lt;br&gt;
you exactly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which AI bots are hitting your site&lt;/li&gt;
&lt;li&gt;How many requests each one made&lt;/li&gt;
&lt;li&gt;How much bandwidth each one consumed&lt;/li&gt;
&lt;li&gt;Estimated monthly cost in dollars&lt;/li&gt;
&lt;li&gt;A ready-to-paste Cloudflare WAF rule or Nginx 
config to block them&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The privacy part
&lt;/h2&gt;

&lt;p&gt;Everything runs in your browser. Your log file never &lt;br&gt;
leaves your device. We have no server that receives &lt;br&gt;
it. You can verify this yourself by opening your &lt;br&gt;
browser Network tab while running an analysis — you &lt;br&gt;
will see zero upload requests.&lt;/p&gt;

&lt;p&gt;Supports Nginx, Apache, Cloudflare CSV export, and &lt;br&gt;
Vercel JSON logs.&lt;/p&gt;

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

&lt;p&gt;botcost.dev — free, no account required.&lt;/p&gt;

&lt;p&gt;Would love feedback from anyone who tries it on real &lt;br&gt;
logs. Curious what bot percentages people are seeing &lt;br&gt;
in the wild.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>security</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
