<?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: fangyun</title>
    <description>The latest articles on DEV Community by fangyun (@iamfangyun).</description>
    <link>https://dev.to/iamfangyun</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%2F3992089%2F6bdf7e6a-15e5-4066-8809-9ae1809ec51c.png</url>
      <title>DEV Community: fangyun</title>
      <link>https://dev.to/iamfangyun</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iamfangyun"/>
    <language>en</language>
    <item>
      <title>I built a tool to check if you're overpaying for AI subscriptions</title>
      <dc:creator>fangyun</dc:creator>
      <pubDate>Fri, 19 Jun 2026 07:40:48 +0000</pubDate>
      <link>https://dev.to/iamfangyun/i-built-a-tool-to-check-if-youre-overpaying-for-ai-subscriptions-3fbk</link>
      <guid>https://dev.to/iamfangyun/i-built-a-tool-to-check-if-youre-overpaying-for-ai-subscriptions-3fbk</guid>
      <description>&lt;p&gt;got my credit card statement last month and actually looked at it for once.&lt;/p&gt;

&lt;p&gt;turns out i was paying $120/month across 6 AI subscriptions. ChatGPT Plus, Claude Pro, Cursor, Copilot, Perplexity, Midjourney. each one was "just $20" so i never added them up.&lt;/p&gt;

&lt;p&gt;the dumb part is three of them (ChatGPT, Claude, Perplexity) do basically the same thing. same product in different packaging lol.&lt;/p&gt;

&lt;p&gt;so i built a dumb page to check: &lt;a href="https://aicosts.bmaster.cn" rel="noopener noreferrer"&gt;https://aicosts.bmaster.cn&lt;/a&gt;&lt;/p&gt;

&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%2Fuvlhbjoc7sxuccam37ww.png" 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%2Fuvlhbjoc7sxuccam37ww.png" alt="AI Cost Calculator showing $120/month total" width="800" height="800"&gt;&lt;/a&gt;``&lt;/p&gt;

&lt;p&gt;it does two things:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. subscription checker&lt;/strong&gt; — checkboxes for ~50 AI tools with real prices. check what you use, it shows monthly/yearly/weekly/daily totals. prices are editable since regional pricing varies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. API cost comparison&lt;/strong&gt; — pulls live per-token pricing from OpenRouter for 300+ models. you enter your usage (prompts/day, avg tokens) and it estimates your monthly API cost, so you can compare "Claude Pro $20/mo" against "Claude API at my actual usage = $X/mo."&lt;/p&gt;

&lt;p&gt;for me that number was $14/mo on API vs $20 for Pro. dropped two overlapping subscriptions, cut my stack to $50/month.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;tech stuff:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;vanilla js, no framework, no build step&lt;/li&gt;
&lt;li&gt;the whole thing is one html file&lt;/li&gt;
&lt;li&gt;no backend, no signup, no tracking&lt;/li&gt;
&lt;li&gt;OpenRouter API is called directly from the browser (they support CORS)&lt;/li&gt;
&lt;li&gt;subscription prices are hardcoded but editable in the UI&lt;/li&gt;
&lt;li&gt;model pricing comes from OpenRouter's &lt;code&gt;/models&lt;/code&gt; endpoint&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;i'm not a frontend person so the code is probably ugly but it works.&lt;/p&gt;

&lt;p&gt;anyone else have a stack that crept up on them? curious what other people are paying.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>showdev</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
