A publishing control plane for reviewed releases and controlled acquisition
A private control plane turns keyword exports and source evidence into reviewed multilingual static releases, then records site-level acquisition experiments and outcomes.
8 renderer architectures · validated 50,000-page stream · 24 versioned techniques; only 2 transports automated
What needed to change
At scale, generating a page is the easy part. The operation fails when evidence, review state, media, cost, routes, deployments, experiments, and corrections cannot be inspected together after publication.
The constraint shaping the build
Keep evidence and human approval in the publishing path, keep public releases deterministic, and measure post-release work without describing a catalogue of possible tactics as an autonomous growth engine.
How the pieces connect
- Keyword and source library
- Bounded production packs
- Evidence and media review
- Scheduled multilingual release
- Go manifest to Rust renderer
- Observe and run controlled acquisition
Rendered examples from the build
See whether this starting point fits your workflow
The matching system explains who it is for, what a first release includes, and the rough cost. Supporting links show the implementation evidence.
How I built it
- Keep source evidence, generation inputs, outputs, costs, media, and approve, hold, or reject state as separate records.
- Build bounded production packs rather than asking one model call to reason over an unbounded site.
- Generate a Go release manifest, stream it through a Rust renderer, and activate the validated output atomically.
- Record site opt-ins, budgets, pauses, estimates, experiments, deliveries, exposures, outcomes, and URL observations separately.
- Keep publishing and acquisition approval explicit; a completed model job or listed technique never acts by itself.
What I verified
- 50,000-page streaming renderer validation
- 50,000-row cannibalization-audit persistence diagnostic: earlier one-run 6,558 ms; newer three-run median 1,010.058 ms
- Eight public renderer architectures; three neutral previews retained here
- Twenty-four versioned acquisition techniques with immutable estimate and experiment records
- Automated IndexNow and XML-RPC delivery through a dedicated Rust distribution worker
Current state: The control plane and large renderer are tested. IndexNow and XML-RPC are the only automated acquisition transports; the other 22 techniques remain manual or proposal-only. The recorded 50,000-row persistence diagnostic is not a renderer or end-to-end release timing. No traffic, ranking, lead, or revenue outcome is claimed.