DEV Community

PhoenixWang
PhoenixWang

Posted on • Originally published at github.com

I Analyzed 5,313 “Too Expensive” Complaints — Here’s What I Found

I Analyzed 5,313 “Too Expensive” Complaints — Here’s What I Found

How I built an AI-powered radar that finds billion-dollar SaaS replacement opportunities from public complaints


The Observation That Started Everything

Every day, developers and startup founders publicly complain about the same things:

“Why is HubSpot so expensive for basic CRM functionality?”
“Jira is completely overkill for our 5-person team.”
“Zapier pricing sucks when our multi-step automations run thousands of tasks.”

These aren’t just frustrations. They’re market signals.

Someone, somewhere, is actively looking for a cheaper alternative right now. And if you can identify these patterns early — before the market does — you can build or promote the replacement and earn affiliate commissions while you do it.

So I built Too Expensive Radar: an AI-native tool that listens to 83 RSS feeds (Hacker News, Reddit, TechCrunch, Indie Hackers, and more), detects “too expensive” complaints, scores them for opportunity potential, and surfaces affiliate-ready alternatives.

This is what I found.


The Data: 5,313 Signals, One Clear Winner

After running the system for a few days, here’s the funnel:

Layer Count Description
📥 Raw Signals 5,313 All complaints scraped from 83 RSS sources
💸 “Too Expensive” Detected 3 Flagged as pricing/bloat/overkill complaints
✅ Has Cheaper Alternative 3 Confirmed replacements exist
💰 Affiliate Ready 3 Direct affiliate links available

Let that sink in. 3 affiliate-ready opportunities from 5,313 raw signals. The funnel is narrow by design — I only want opportunities that are both actionable (a real replacement exists) and monetizable (you can earn commissions).


Case Study: Zapier — The $20B Market Bleeding Users

Zapier came up 37 times in my RSS feeds. Here’s the breakdown:

  • 67% of complaints were about pricing and cost
  • 41% mentioned multi-step workflow limitations
  • 22% cited feature bloat
  • 18% said it was overkill for small teams

And when I looked at where these users were going:

Alternative Market Share Why Users Switch
Pabbly 28% 70% cheaper than Zapier
n8n 24% Free & self-hosted, 80% cheaper
Make 19% 30% cheaper, better UI
Integrately 15% 50% cheaper, simpler setup
IFTTT 9% Free tier available
Workato 5% Enterprise comparable pricing

Pabbly is winning the price-sensitive segment. They’re offering 70% cheaper pricing and have an active affiliate program. For every user you refer who signs up — you earn.


The 6-Dimension Scoring System

Not all “too expensive” complaints are equal. I built a scoring system to prioritize opportunities:

Score Weight What It Measures
Pricing Pain 30% How urgently users complain about cost
AI Compression 22% How much AI can simplify the workflow
Feature Bloat 18% How many unused features drive up cost
SMB Overkill 16% Whether enterprises’ tools torture small teams
Feasibility 14% How easy the replacement is to build

Zapier’s overall opportunity score: 7.02 / 10 — high enough to act on.


What Too Expensive Radar Actually Does

The tool has three layers:

Layer 1: RSS Collection

Scrape 83 data sources simultaneously — Hacker News, r/SaaS, r/startups, TechCrunch, Indie Hackers, and 78 more. One click fetches everything.

Layer 2: AI Analysis

Two modes:

  • Rule-based — No API key needed. Fast, deterministic.
  • LLM-powered — Claude, GPT, or MiniMax for nuanced intent detection.

Layer 3: Opportunity Surfacing

  • Detects “too expensive” signals
  • Finds cheaper alternatives (pre-built DB + web search)
  • Checks affiliate program availability
  • Ranks by disruption score

The result: a live dashboard showing affiliate-ready opportunities with direct application links.


Why This Matters for Indie Hackers

The biggest alpha in AI startups isn’t “what AI can do.” It’s identifying which expensive SaaS are legacy artifacts of complex workflows — and building the replacement.

Too Expensive Radar automates the signal detection. You bring the product intuition.

Some opportunities I see forming:

  • n8n (free, self-hosted Zapier alternative) — already showing 24% share of Zapier switchers
  • HubSpot alternatives — scores 7.34/10, Freshsales/ActiveCampaign/Zoho are winning
  • Jira overkill — a lightweight project tracker for 5-20 person teams is still underserved

How to Try It

The entire stack is open source and runs in Docker in minutes:

\bash
git clone https://github.com/fendouai/TooExpensiveRadar.git
cd TooExpensiveRadar
docker-compose up
\
\

Open http://localhost:8000 and click “Fetch All RSS” to run your first analysis.

Configuration is minimal — just add your LLM API key (optional, rule-based works without it) and you’re off.


What’s Next

I’m working on:

  • PostgreSQL + pgvector for semantic clustering of complaints
  • Automated weekly newsletter generation from detected opportunities
  • Price gap analysis — existing pricing vs. what a new entrant could charge

If you build something from these signals, or want to collaborate on the project, hit me up here or open an issue on GitHub.

The data is all public. The opportunities are sitting there. Someone just has to act on them.


Originally built to scratch my own itch. Now running continuously to find the next big SaaS replacement opportunity.

GitHub: fendouai/TooExpensiveRadar
Live Demo: http://localhost:8000 (run it yourself)


#indiehackers #saas #buildinpublic

Top comments (0)