LP CRO Loop
GrowthOvernight landing-page CRO. Generates N hero+CTA variants, scores them with a 4-rubric LLM judge, and ships the top-K to preview URLs by morning.
Pick a recipe. Fill three boxes. Hangar runs it nightly: generates variants, scores them against a metric, ships the top K, posts a morning report to the channel of your choice.
Free during beta. LLM costs pass through your Hangar wallet.
Three steps from recipe to report. No new dashboards. No new YAML you don't already understand.
Browse the catalogue. Each recipe is a YAML pipeline a real engineer can read.
Pick a cron and a budget cap. Default: 3 AM daily, $5 per run.
Top 5 winners, top 5 rejected, total spend, deep links to every variant. Posted to Telegram.
One recipe ships at launch. More land each week. Anyone can submit one.
Overnight landing-page CRO. Generates N hero+CTA variants, scores them with a 4-rubric LLM judge, and ships the top-K to preview URLs by morning.
Code Refactor Loop · SEO Rewrite Loop · Pricing Page A/B · Cold Email Subject Lines.
Recipes are plain YAML. Stages, metrics, budgets: every field is documented and versioned. Submit a recipe by opening a PR. We don't want a walled garden.
recipe_slug: lp-cro
recipe_version: 1.0.0
runtime: openclaw
stages:
- id: audit
skill: page-cro
inputs: { url: ${inputs.page_url} }
- id: generate
skill: copywriting
inputs:
brief: ${audit}
n_variants: ${inputs.variants_per_night}
metric:
type: llm-judge
judge_skill: lp-eval
keep_top_k: 5
budget:
cents_per_run: 500Install a loop in two minutes. The first run lands tomorrow morning.