📦 products
Faceless SaaS micro-app
Find a sharp insecurity or repetitive pain. Wrap it in a single-purpose AI app. Charge weekly. Stack 5-10 of them.
🟡 mediumfirst dollar in weeksunder $100
🧾 receipts
- Marc Lou / @levelsio / @mtmd-mt micro-SaaS operatorsMarc Lou ships 20+ tiny SaaS w/ public revenue dashboards — multiple at $5-30K MRR each. Pieter Levels public dashboards routinely show $30-100K/mo per app at peak.source ↗
- Cataloged in r/SaaS + r/IndieHackers dailyThe 'find a niche pain → wrap GPT API → charge $9-39/mo' wedge is the most documented indie SaaS pattern of 2024-2026. New apps cross $1-5K MRR within 60 days routinely; many die before $10K. Volume is the hedge.source ↗
🚀 how to start
- 01Pick a sharp pain. Best wedges: insecurity (looks / dating / income comparison), repetitive ops task (writing review responses, generating product descriptions), or one-off content (cover letters, LinkedIn intros). Avoid 'AI for X' if X is broad.
- 02Build the MVP in a weekend. Claude Code + Next.js + Stripe + a single OpenAI/Claude prompt. Hard cap on scope — one input, one output, one button. The job of v1 is to validate someone pays, not to be a real product.
- 03Pricing: $9-39/mo or $39-79/one-time. Weekly subs ($4-9/wk) work surprisingly well for fix-this-pain-RIGHT-NOW use cases. Free trial w/ credit card up front kills tire-kickers.
- 04Distribution: TikTok + IG slideshows demoing before/after, Reddit organic on niche subs (genuinely useful comments + URL in profile, never linkdrop), Product Hunt launch when you have receipts.
- 05Stack 3-5 of these before optimizing any single one. Most will die at $0-200 MRR; one will randomly hit $5-30K. The whole point is the portfolio bet, not the individual app.
🧰 required modules
Modules you'll want under your belt before you fire this move.
💡 recommended modules
Helpful but not required — the polish-tier add-ons.
⚡ tools that power this
- superpowersThe one Claude Code install everyone should make first.open armory →
- playwright (MCP)Claude can open a browser, click, type, and screenshot. Works out the box.open armory →
- One-Shot Security Sweep PromptOne prompt that catches exposed API keys, SQL injection, XSS, and auth holes before you ship.open armory →
- Build-Verification Gates PatternThree gates that catch broken code before your agent commits it. No gate, no commit.open armory →