<?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: валерій повзун</title>
    <description>The latest articles on DEV Community by валерій повзун (@__8648d81b3c).</description>
    <link>https://dev.to/__8648d81b3c</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%2F3977817%2Fc4509bc6-d6ed-4934-b734-e25c04aa093a.jpg</url>
      <title>DEV Community: валерій повзун</title>
      <link>https://dev.to/__8648d81b3c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__8648d81b3c"/>
    <language>en</language>
    <item>
      <title>I analyzed what people complain about online - then built the fix in a single HTML file</title>
      <dc:creator>валерій повзун</dc:creator>
      <pubDate>Wed, 10 Jun 2026 13:54:17 +0000</pubDate>
      <link>https://dev.to/__8648d81b3c/ii-4i8i</link>
      <guid>https://dev.to/__8648d81b3c/ii-4i8i</guid>
      <description>&lt;h2&gt;
  
  
  The research
&lt;/h2&gt;

&lt;p&gt;I went through complaint analyses aggregating thousands of posts from Reddit, X and dev communities. One pain point kept showing up outside the dev bubble:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;64.8% of people forget to cancel a free trial before getting billed&lt;/li&gt;
&lt;li&gt;the average US household spends ~$273/month on subscriptions while estimating ~$111 — roughly $3,200/year quietly disappearing&lt;/li&gt;
&lt;li&gt;89% of consumers underestimate their total subscription spend&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The punchline: the most popular "solutions" are subscription-tracking apps that themselves require a subscription — and want read access to your bank account.&lt;/p&gt;

&lt;h2&gt;
  
  
  The constraints
&lt;/h2&gt;

&lt;p&gt;People's actual complaints translate into a spec:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;No subscription for a subscription tracker.&lt;/strong&gt; Free, no paywalled "basic" features.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No bank linking.&lt;/strong&gt; Manual entry is fine — people have 5-15 subscriptions, not 500.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No account.&lt;/strong&gt; No email, no password, no onboarding.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy by architecture.&lt;/strong&gt; If there's no server, there's nothing to leak.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That spec has a natural shape: a single static HTML file with localStorage.&lt;/p&gt;

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

&lt;p&gt;SubTracker (~34 KB, zero dependencies):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;monthly / yearly / per-day spend, multi-currency with user-editable rates&lt;/li&gt;
&lt;li&gt;per-cycle normalization (weekly/monthly/quarterly/yearly → monthly cost)&lt;/li&gt;
&lt;li&gt;trial flag → prominent "cancel before X or you'll be charged" banner&lt;/li&gt;
&lt;li&gt;usage rating per subscription → "you could save N/year" from the ones you barely use&lt;/li&gt;
&lt;li&gt;upcoming charges (30-day window) with countdown, auto-rolling billing dates&lt;/li&gt;
&lt;li&gt;category breakdown chart, search/filter/sort, JSON export/import, dark/light theme&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No framework, no build step. &lt;code&gt;Date&lt;/code&gt; math for billing cycles, CSS variables for theming, a 10-color hash palette for service avatars.&lt;/p&gt;

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

&lt;p&gt;Live: &lt;a href="https://valera99686.github.io/subtracker/" rel="noopener noreferrer"&gt;https://valera99686.github.io/subtracker/&lt;/a&gt; — click "Показати приклад" (Show example) for demo data.&lt;/p&gt;

&lt;p&gt;The interesting lesson for me: the gap between "what people complain about" and "what gets built" is often just packaging. Nobody needs another VC-funded fintech app for this — they need a file that opens in a browser and tells the truth about their spending.&lt;/p&gt;

&lt;p&gt;What would you add?&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Update (June 12):&lt;/strong&gt; added income tracking. Enter your salary or freelance income and SubTracker shows how much is left after subscriptions and what percentage of your income they eat.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
