<?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: Demon Cricket</title>
    <description>The latest articles on DEV Community by Demon Cricket (@demon_cricket_8a67b8e800c).</description>
    <link>https://dev.to/demon_cricket_8a67b8e800c</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%2F3915638%2Ffce07dc0-f41d-42e9-b1cd-b3b4853f8599.png</url>
      <title>DEV Community: Demon Cricket</title>
      <link>https://dev.to/demon_cricket_8a67b8e800c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/demon_cricket_8a67b8e800c"/>
    <language>en</language>
    <item>
      <title>I Built a SaaS Alternatives Directory After Getting Tired of Paying for Tools I Didn't Need</title>
      <dc:creator>Demon Cricket</dc:creator>
      <pubDate>Mon, 29 Jun 2026 16:34:00 +0000</pubDate>
      <link>https://dev.to/demon_cricket_8a67b8e800c/i-built-a-saas-alternatives-directory-after-getting-tired-of-paying-for-tools-i-didnt-need-44d2</link>
      <guid>https://dev.to/demon_cricket_8a67b8e800c/i-built-a-saas-alternatives-directory-after-getting-tired-of-paying-for-tools-i-didnt-need-44d2</guid>
      <description>&lt;p&gt;A few months ago, I was looking through my bank statement and realized I was paying for &lt;strong&gt;seven different SaaS subscriptions&lt;/strong&gt;. Notion, a design tool, an SEO tool... the usual suspects.&lt;/p&gt;

&lt;p&gt;The funny part? I hadn't even opened some of them in weeks.&lt;/p&gt;

&lt;p&gt;So I started searching for "free alternative to X."&lt;/p&gt;

&lt;p&gt;Almost every result was the same: outdated listicles from 2021, broken links, and recommendations that felt like they were written by someone who had never actually used the tools.&lt;/p&gt;

&lt;p&gt;I figured there had to be a better way, so I built the tool I wanted to use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What It Does&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ShrinkBox&lt;/strong&gt; helps you find free or more affordable alternatives to popular software, along with practical reasons why each alternative might be a better fit for your workflow.&lt;/p&gt;

&lt;p&gt;Some examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Notion → Obsidian or Anytype&lt;/li&gt;
&lt;li&gt;Figma → Penpot&lt;/li&gt;
&lt;li&gt;Ahrefs → Google Search Console + Ubersuggest&lt;/li&gt;
&lt;li&gt;Slack → Discord&lt;/li&gt;
&lt;li&gt;Hotjar → Microsoft Clarity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Right now, the directory covers around 20 popular tools, and I'm adding more regularly.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I used &lt;strong&gt;Claude Code&lt;/strong&gt; for most of the development.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Next.js 15&lt;/li&gt;
&lt;li&gt;Tailwind CSS&lt;/li&gt;
&lt;li&gt;Vercel for deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I have some programming experience, but I hadn't built anything serious with React before this.&lt;/p&gt;

&lt;p&gt;What surprised me wasn't how quickly the code came together. It was how many decisions AI couldn't make for me.&lt;/p&gt;

&lt;p&gt;Questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How should the data be structured?&lt;/li&gt;
&lt;li&gt;Which tools are actually worth including?&lt;/li&gt;
&lt;li&gt;Should the site feel like a SaaS product or more like Wikipedia?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those decisions were still entirely mine.&lt;/p&gt;

&lt;p&gt;The actual coding was the easy part. A homepage with live search, individual tool pages, category pages, and static generation all came together over a single weekend.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pivot
&lt;/h2&gt;

&lt;p&gt;This wasn't actually the first version of the project.&lt;/p&gt;

&lt;p&gt;Originally, ShrinkBox was an image and PDF compression tool. I spent nearly two months building it.&lt;/p&gt;

&lt;p&gt;It barely got any traction because that space is incredibly competitive, with huge companies dominating search results.&lt;/p&gt;

&lt;p&gt;Eventually, I made the difficult decision to scrap almost everything and pivot.&lt;/p&gt;

&lt;p&gt;I kept the design system, reused a few components, and rebuilt the product as a SaaS alternatives directory.&lt;/p&gt;

&lt;p&gt;It was painful to throw away two months of work, but it turned out to be the right decision.&lt;/p&gt;

&lt;p&gt;The new idea has a much clearer audience, and keywords like &lt;strong&gt;"Notion alternatives"&lt;/strong&gt; and &lt;strong&gt;"free Figma alternative"&lt;/strong&gt; have solid search volume without impossible competition.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where Things Are Now
&lt;/h2&gt;

&lt;p&gt;It's still early.&lt;/p&gt;

&lt;p&gt;The domain is only a few months old, which seems to matter a lot for Google rankings regardless of content quality.&lt;/p&gt;

&lt;p&gt;Most pages are currently sitting around position 70 in search results, so they're basically invisible for now. However, rankings have been slowly improving as I continue publishing content and building backlinks.&lt;/p&gt;

&lt;p&gt;The monetization plan is straightforward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Affiliate links for the tools I recommend&lt;/li&gt;
&lt;li&gt;Display ads once traffic is high enough for AdSense&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you've gone through the "new domain" phase with SEO before, I'd love to hear your experience.&lt;/p&gt;

&lt;p&gt;How long did it take before Google started rewarding your content?&lt;/p&gt;

&lt;p&gt;Also, if there's a paid tool you wish had a great free alternative, let me know. I'd love to add it to the directory.&lt;/p&gt;

&lt;p&gt;You can check it out at &lt;strong&gt;&lt;a href="https://dev.tourl"&gt;shrinkbox.com&lt;/a&gt;&lt;/strong&gt; if you're curious. Feedback is always appreciated.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>saas</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
