openclaw
← All products
Services & Infrastructure

growth-assets

SEO calculators / generators / lookup tools that rank organically. Reports of $273/day per top-3 ranking tool.

Get startedSource on GitHub

Launch kit

growth-assets — launch kit

1-liner

SEO calculators / generators / lookup tools that rank organically. Reports of $273/day per top-3 ranking tool.

Tweet hook

Calculator pages outrank long-form articles for transactional queries.

Built an engine: 2 templates today (mortgage refi, retirement), more weekly. Static-site deploy to Cloudflare Pages = $0 hosting.

Operator math: 1 site, $4-30K/mo at maturity 🧵

Reddit

  • r/SEO: "Why calculators win programmatic SEO"
  • r/IndieHackers: "Calculator-site portfolio playbook"

Cold-email ICP

  • Affiliate marketers
  • SEO consultants
  • Niche-site flippers

Cold-email template

Subject: $273/day per ranked calculator (real)

Hi {first} — for affiliate-site operators.

A single mortgage-refi calculator at top-3 Google ranking can do
$273/day in Mediavine + lender-affiliate. Most operators don't ship
them because the math + dev work is friction.

Built the engine. 2 templates today, 10 by month-end.

DIY MIT-licensed; DFY $500-5000 per niche site. Want to pick a vertical?

SEO content

  1. "Calculator-site programmatic SEO — full playbook"
  2. "Cloudflare Pages + serverless calculations stack"
  3. "Mediavine vs AdThrive on calculator sites"

Documentation

growth-assets

"Growth asset" SEO calculators and generators that rank organically on Google and monetize via Mediavine/AdThrive ads + affiliate links.

What's a growth asset?

A small static page that solves one specific question concretely. Examples: mortgage refi calculator, dog-breed selector, retirement projector, plant-zone matcher, name generator. Two reasons they work:

  1. They earn backlinks. Calculators get cited by every blog covering the topic.
  2. They satisfy search intent. Google ranks them above the long-form article that buries the calculator below 1500 words.

Reports of single-tool sites at $273/day from a top-3 ranking (Stormy.ai's Claude Code Directory playbook).

Pricing models

  • Operator-as-owner $0; you keep 100% of ad+affiliate revenue
  • DFY build $499-2999 per calculator (you pay us once, run it forever)
  • Portfolio service $1,499/mo (we operate 5+ calculators, rev-share)

What's shipped (v0)

  • 2 calculator templates (mortgage refi, retirement savings)
  • Static HTML rendering w/ Mediavine ad slot placeholders
  • Server-side endpoint stub for the calculation step

Run

cd C:\openclaw-products\growth-assets
python -m venv .venv
.\.venv\Scripts\activate
pip install -e .

growthasset list
growthasset build --out dist/

# Then deploy dist/ to Cloudflare Pages / Vercel / Netlify
# Hook the /api/<slug> endpoints to a serverless function

Roadmap

  • More templates: domain-valuation, college-cost, BMI/macros, salary-comparison, freelance-rate, pet-age-conversion, plant-hardiness-zone
  • Compile Python calculator to JS for fully-static deploy
  • Built-in Mediavine + AdThrive code injection
  • Affiliate-link block (Amazon Associates / Skimlinks rotation)
  • Schema.org JSON-LD for rich snippets
  • PageSpeed >95 on mobile (audit + optimize)