How it works · v1

A design review,
delivered as an API.

Paste a URL. Get a spec. AI agents draft the review; I read every line before it goes out. 3 900 SEK flat, 72 hours.

// 01Three steps

01 · URL in

You paste a link.

Any live, public page. No access or logins needed.

02 · Agents read

Agents fetch the page.

They evaluate clarity, trust signals, and friction, then rank what matters.

03 · Spec out

You get a spec.

Paste-ready markdown: headline rewrites, ordered fixes, a diff patch.

// 02Two endpoints

POST /v1/scan

Free. Three-agent review of a public URL in ~15 seconds. Ranked fixes, paste-ready copy, severity flags. Rate-limited. Intended for evaluation.

POST /v1/cold-read-requests

Paid. 3 900 SEK ex VAT. Full review: spec.md + optional PR-ready diff against the buyer's HTML/JSX. AI drafts it; I QA every line. 72 hours. Plus a free post-ship re-scan to verify the fixes landed.

// 03Agent-friendly by default

Every response includes _links with the valid next transitions from the current state. Errors follow RFC 9457 application/problem+json with stable type URIs, so an agent can handle them structurally. POST /v1/cold-read/request accepts Idempotency-Key, so retries after a network blip don't create duplicate invoices.

Agents and scripts: /llms.txt is the short brief, /v1/openapi.json is the full spec. Both live under /v1; breaking changes ship under a new version.

// 04Human review

I read every cold-read end-to-end before it leaves. Off-brand, factually wrong, or funnel-breaking recommendations get removed in QA. Draft to you in ~60 minutes; final within 72 hours.

Built by one person, not a platform. Gustaf Garnow, senior designer, Stockholm.

// 05More