5 opportunities. Each one ships in under 3 weeks with Claude Code or Cursor. Each one has someone on a public forum saying out loud: "I would pay for this."
That's Pulse. Welcome to Issue #0.
Every Friday we mine Reddit, Hacker News, Indie Hackers, and X for pain so specific that strangers on the internet literally write what they'd pay to solve it. We filter for opportunities a solo builder can ship in 1–3 weeks with an AI coding assistant. Then we hand you the brief.
Issue #0 is a one-time taster of five. From Issue #1 on, every Friday = ONE deeply-validated opportunity + a 3-line radar of what's next.
This week's 5 picks passed a strict filter:
✅ At least one explicit willingness-to-pay signal from a public thread (direct quote, lost-deal story, or recurring complaint with stakes)
✅ Buildable solo in under 3 weeks
✅ No marketplace, no network effects to bootstrap
✅ Reachable buyers via public marketing (no enterprise sales required)
✅ Not already saturated by Y Combinator-funded startups
Let's go.
────────────────────────
Smart Freelance Job Alerter
"Upwork removed their RSS feed. I'd like a tool that sends me an email when a certain job matching certain filter criteria is made. The tools that I could find didn't have email support and weren't good enough. The inbuilt Upwork alert system sucks." — Hacker News, May 2026
Why now
Upwork killed its RSS feed in late 2025. Hundreds of thousands of freelancers now refresh job feeds manually multiple times a day. Native alerts are widely described as broken across dozens of public threads.
How to build it
• Headless browser fetches Upwork's public job board every 15 minutes
• User defines a filter: skills + budget range + client country + minimum reviews
• LLM screens each new job against the filter and writes a 2-line summary
• Twice-daily email digest with deep-links
• v2: support Toptal, Contra, We Work Remotely
Numbers
Effort: ~10 days solo
Pricing: $9–19/mo, $79/year
First customer in: 2–3 weeks (post on r/freelance, r/Upwork)
Risk: Upwork can block scraping. Mitigated by multi-platform support.
See the original thread → https://news.ycombinator.com/item?id=48045237
────────────────────────
Pre-Send Proposal Leak Scanner
"We lost a consulting deal worth over €2 million, not because of delivery or pricing — but because the proposal we sent still contained internal comments about margin. The client saw them. The deal was cancelled. What struck me is how non-exceptional this mistake actually is." — Indie Hackers, May 2026
Why now
Hybrid Word + Google Docs + Notion workflows leave a trail of comments, tracked changes, and metadata in every document. Most teams still do "last-minute review" manually — and a single overlooked margin note can torch a six-figure deal. Litera and BlackBerry Workspaces serve enterprise; nothing serves the indie agency or solo consultant who sends 5–20 proposals a month and cannot afford one of these to leak.
How to build it
• Web app: drag-drop a .docx, .pdf, or Google Doc link
• Parser strips comments, tracked changes, hidden text, author metadata, revision history
• LLM scans the final visible content for sensitive patterns: internal codenames, margin/cost numbers, dates marked "do not share", competitor mentions
• Returns a clean export + a one-page risk report
• v2: Slack bot that scans any document shared in a channel before it leaves the company
Numbers
Effort: ~14 days solo
Pricing: $29/user/mo or $9/scan pay-as-you-go
First customer in: 3–4 weeks (LinkedIn DMs to consulting partners, r/consulting, r/sales)
Risk: Mindorion just launched in the same space (May 2026) — first-mover advantage is gone. Win with cleaner pricing and a Slack-bot wedge.
See the original thread → https://www.indiehackers.com/post/we-lost-a-2m-deal-because-of-a-proposal-mistake-so-i-built-a-tool-to-prevent-it-b835e1837a
────────────────────────
Automated Tech Debt Quantifier
"Management rarely 'gets' the cost of slow CI or flaky tests. I spent the weekend trying to build a logic model to translate complexity and duplication into an actual ROI/dollar figure to help us make the case for cleanup." — r/AskProgramming, May 2026
Why now
Engineers feel tech debt every day, but it stays invisible to the people who fund the roadmap. As one Hacker News thread put it: shipping fast has hard metrics, while "this will be a problem in two years" is a much harder sell — so cleanup never gets prioritized. The AI coding boom is pouring debt into codebases faster than ever, and developers are already hacking together spreadsheets and weekend MVPs just to put a dollar figure on it. Enterprise tools (CAST, vFunction) exist; nothing serves the small team that just wants a number it can take into sprint planning.
How to build it
• Connect a GitHub/GitLab repo (read-only)
• Static analysis pulls complexity, duplication, churn hotspots, and CI wait times
• Map each signal to a cost model: dev hourly rate × time lost + bug-fix velocity on high-complexity files
• Output one dashboard: "$X/month and Y dev-hours lost to debt," ranked by file and module
• v2: a "cleanup ROI" simulator — pick what to refactor, see projected hours saved
Numbers
Effort: ~14 days solo
Pricing: $49/month per team
First customer in: 3–5 weeks (r/ExperiencedDevs, r/programming, HN Show)
Risk: Enterprise incumbents (CAST, vFunction) exist — win on a dead-simple price and a 5-minute setup the small team can run itself.
See the original thread → https://www.reddit.com/r/AskProgramming/comments/1qkk46e/
────────────────────────
AI Test Selector for CI Pipelines
"An LLM tool that can sit on a CI pipeline to propose what tests should be blocking. Instead of brute-force method of selecting the appropriate test suites by path, have LLM analyze changes and propose the set of test suites that is relevant to the change. If there are new complex tests added, estimates how many times to run them to ensure they are not flaky." — Hacker News, December 2025
Why now
Test suites have exploded with the AI coding boom. Teams run thousands of tests on every PR, most irrelevant to the actual change. CI minutes cost real money. The "4× faster, 10× riskier" nature of AI-generated code makes smart test selection more valuable than ever.
How to build it
• GitHub Action hooks into PR opens
• LLM analyzes the diff + repo structure
• Outputs a curated test list with reasoning ("running these 47 tests instead of 2,300 because diff only touches the auth module")
• Bonus: flaky-test detector that auto-reruns suspect tests up to N times
Numbers
Effort: ~14 days solo
Pricing: $29–99/team/mo, scaled by CI minutes saved
First customer in: 3–6 weeks (post on r/programming, dev.to)
Risk: Launchable raised $30M for the enterprise version — but there's a clear indie tier underneath nobody is serving.
See the original thread → https://news.ycombinator.com/item?id=46345827
────────────────────────
Local CI Debugger
"I hate DevOps. I have to do multiple commits to implement something. I would love to be able to have access to the same env as the CI so that I could prototype the script/job on my own machine before committing to git. I hate that I need to write commands in Yaml files, commit (or use the browser) and then look at the result. Solve this and I would pay for it." — Hacker News, December 2025
Why now
Every developer who has touched CI in the last decade has felt this pain. act exists as an open-source workaround but only covers GitHub Actions and is limited. With containers commoditized and LLMs able to translate YAML to local execution, there's space for a polished, multi-CI debugger.
How to build it
• CLI tool that reads .github/workflows/*.yml, .gitlab-ci.yml, circleci/config.yml
• Spins up a container with the exact CI environment (matching image, secrets injected from .env.ci)
• Breakpoint support: pause at any step, inspect filesystem and env, modify the script in place, resume
• Replay mode: re-run with different inputs without redeploying
Numbers
Effort: ~21 days solo
Pricing: $19–29/mo individual, $49–99/team
First customer in: 4–6 weeks (HN Show, dev.to, r/devops)
Risk: act is free OSS — you must win on UX (breakpoints, multi-CI, polish).
────────────────────────
What Pulse delivers — starting Issue #1
Issue #0 is a one-time taster of five. From Issue #1 on, every Friday you get ONE deeply-validated opportunity, done properly:
• The exact public quote that proves someone will pay (no opinion pieces)
• Who's already asking for it + proof of demand
• Where to find your first 10 customers — concrete threads & subreddits
• A build plan specific enough to start Monday morning, solo with AI
• Honest risk — incumbents, technical hurdles, distribution
Plus a 3-line radar of what's coming next.
────────────────────────
Pricing
The newsletter is free. Every Friday, in your inbox — no card.
Want the full dossier to actually ship it? Get the Build Pack.
BUILD PACK — $49 (one-time, per opportunity)
The de-risking dossier for one opportunity:
• Who's already paying — real willingness-to-pay quotes + demand proof
• Where to find your first 10 customers — exact threads & subreddits
• The full build plan — included as a bonus
You only pay when an opportunity is worth building. No subscription.
→ Get the Build Pack — $49:
VAULT — $199/year
Every Build Pack, all year. For builders shipping more than one idea.
────────────────────────
Pulse is a one-person operation. No team, no investors, no AI hype. If you spot a pain we should mine, hit reply.
— Krom

