CoolFace
Apppublic

eg-pie/web-effect-replicator

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Web Effect Replicator

Paid HTTP capability listed on Zero. Given a public URL, it visits the page in a real headless Chromium, inventories every animation / transition / scroll-driven behavior, and returns a senior-designer-grade replication brief — plus a downloadable offline-runnable bundle of the entire site for design research.

Routes

RouteMethodPriceWhat it does
POST /v1/inspect-elementPOST$0.20Scope to one element on a URL. Returns scoped DOM/CSS, computed styles, fonts/assets, full motion data (CSS keyframes, WAAPI, IO, ScrollTrigger), + drop-in framework snippet.
POST /v1/clone-sitePOST$0.75Capture the entire page as a downloadable offline-runnable bundle (index.html + assets/ + manifest.json).
GET /openapi.jsonGETfreeOpenAPI 3.1, with x-payment-info on every paid op.
GET /healthzGETfreeHealth probe.
GET /v1/clone-bundle/{cloneId}GETtoken-gatedStream the tarball produced by /v1/clone-site. 24h TTL.

Discovery

Agents discover this capability via zero search "web effect replicator" or by hitting /openapi.json directly.

Payment

x402 over Base USDC. Unauthenticated calls to a paid route return 402 Payment Required with an accepts body describing the x402 challenge.