BUILD [2026-08-24] · [STATUS: 200 OK] · UPTIME [99.98%]

The B2A Intelligence Toolkit for Solopreneurs & Micro-SaaS

Turn raw market signals and competitor gaps into automated customer acquisition pipelines. Zero enterprise bloat. Built for indie founders.

[v1.4] [NO TRACKING] [SHIPS IN ~30s] [MIT CORE]
// quickstart.sh
$ npx @flamin-go/cli run teardown \
    --target competitor.com \
    --rival yourbrand.com
# dossier written to ./teardown/ in 42s

4 PLAYBOOKS / 12 MACHINE ENDPOINTS / 0 DEPENDENCIES / 1 FLAMINGO

// 01. PLAYBOOKS CATALOG

Four playbooks. One acquisition pipeline.

Each playbook is a deterministic run: structured input in, shippable assets out. No dashboards to babysit, no workflows to maintain.

  1. Brand Token Extractor

    input: any URL output: design-tokens.json

    Scrapes any public URL and returns precise CSS variables, Tailwind config tokens, and the full typographic hierarchy. The design DNA of any brand, extracted in seconds.

    • CSS vars
    • Tailwind
    • Type scale
    • Contrast audit
    $ fg run tokens https://anywhere.dev
  2. AI Creator Funnel

    input: niche audience output: hooks + decks + paywall

    Feed it a niche audience and get back automated hook matrices, ready-to-edit content decks, and conversion-tuned paywall copy. From blank page to funnel in one sitting.

    • Hook matrix
    • Content decks
    • Paywalls
    $ fg run funnel --niche "solo accountants"
  3. Review Objection Miner

    input: public reviews output: objection taxonomy + proof blocks

    Mines public reviews at scale, clusters them into a friction taxonomy, generates objection counters, and emits landing-page proof blocks backed by real customer language.

    • Friction taxonomy
    • Objection counters
    • Proof blocks
    $ fg run mine-reviews --app rival-app
  4. Competitor Teardown

    input: target + rival domain output: battlecard + AEO page

    Point it at a target domain and a rival. Get back a 2-page visual battlecard and an AEO-optimized comparison page that answer engines can quote verbatim.

    • Battlecard
    • AEO page
    • Gap matrix
    $ fg run teardown --target x.io --rival y.com

// 02. MACHINE ENDPOINTS (AEO / GEO HUB)

Built for humans first. Indexed by machines by default.

Every deployment ships with machine-first endpoints so AI agents parse your product without crawling guesswork.

BASE_URL: https://flamin.go

Machine-readable endpoints shipped with every Flamin.go deployment
Endpoint Format Purpose Payload
/llms.txt text/plain Concise index of your product for LLM retrieval. Curated, human-audited, under 2KB.
/llms-full.txt text/plain Expanded corpus: full playbook specs, endpoint schemas, pricing terms. For deep-indexing agents.
/ai-info.html text/html Semantic HTML brief with structured data. Renders for humans, parses cleanly for agents.
/robots.txt text/plain Crawler policy tuned for AI agents: allow known retrievers, rate-limit aggressive scrapers.

Why direct LLM indexability is a permanent moat

Search engines re-rank you daily. Answer engines remember what they parsed once and cite forever. When an AI agent can read your pricing, positioning, and differentiators from clean plaintext endpoints, every recommendation it makes about your category carries your exact framing. Competitors who rely on JS-rendered marketing pages simply do not exist in that context window. You are not renting this visibility from an ad platform. You own the file.

“We deployed llms.txt on a Tuesday. By Friday our teardown pages were being cited by two major assistants with zero backlinks built.”

- beta founder, micro-SaaS, ARR $11k

// 03. MODEL CONTEXT PROTOCOL (MCP)

Plug Flamin.go straight into Claude Desktop.

The MCP server exposes all four playbooks as native tools. Your agent runs teardowns while you drink coffee.

  1. Copy the config

    Paste into claude_desktop_config.json. Keep your key in the env block.

  2. Restart Claude Desktop

    The flamin-go server registers 12 tools automatically.

  3. Run your first teardown

    Ask: “Use flamin-go to teardown competitor.com against mybrand.com”.

// claude_desktop_config.json
{
  "mcpServers": {
    "flamin-go": {
      "command": "npx",
      "args": ["-y", "@flamin-go/mcp@latest"],
      "env": {
        "FLAMINGO_KEY": "fg_live_yourkeyhere"
      }
    }
  }
}

$ claude mcp list  →  flamin-go: connected, 12 tools ready [STATUS: 200 OK]

// 04. TRANSPARENT PRICING

Two SKUs. Zero subscriptions.

No seats, no tiers, no sales calls, no annual lock-in. Pay once or pay nothing.

Community CLI

MIT LICENSED

$0 forever

The full playbook engine, running on your machine.

  • All 4 open-source playbooks
  • Local execution, local data, always
  • Machine endpoint templates (llms.txt, robots.txt)
  • Community support via GitHub issues
  • Forever free, no feature timers
npx @flamin-go/cli

Solopreneur Studio Pack

ONE-TIME

$49 once. yours for life.

Everything in Community, plus the full automated arsenal.

  • Everything in Community CLI
  • Fully automated teardown dossier per target
  • Vs-competitor battlecard page, hosted and shareable
  • AEO deployment schema for your domain
  • Lifetime updates, email support
Get the Studio Pack →

PRICES IN USD. VAT HANDLED AT CHECKOUT. 14-DAY NO-QUESTIONS REFUND ON THE STUDIO PACK. [LAST AUDIT: 2026-08-24]

// 05. DOCS + FAQ

Read the source. Then ship.

Frequently asked, directly answered

Does Flamin.go need API keys or accounts?

No. The Community CLI runs fully offline with zero signup. The Studio Pack uses a single license key passed as an env var, FLAMINGO_KEY, only for cloud rendering of dossiers.

Where does the scraping actually execute?

On your machine, over your network. Requests go straight from your box to the target. We never proxy, log, or resell scrape traffic. Cloud rendering is opt-in and scoped to the Studio Pack dossier step.

What does B2A actually mean?

Business-to-Agent. Classic B2B optimizes for human buyers in funnels. B2A optimizes for AI agents that retrieve, compare, and recommend products autonomously. If a model cannot parse you, you do not exist in its answers. Flamin.go makes you parseable, quotable, and comparable.

Can I self-host the AEO endpoints?

Yes. All four endpoint files are static. Deploy them anywhere: nginx, Pages, a Worker, a Raspberry Pi in a closet. The Studio Pack includes the generation schema so your endpoints regenerate on every build.

Why one-time pricing instead of monthly?

Subscriptions punish the exact people this toolkit serves: solo builders with irregular revenue. $49 once, lifetime updates, refund window of 14 days. Simple math, no retention tricks.