Skip to content

How to use

How to use

Easiest paths: view the public demo, or request assisted diagnosis. Local steps below are only if you run it yourself (there is no in-browser Run button).


For everyone

Zero knowledge is fine—demo or assisted request is enough.

  1. 01

    Zero knowledge? Demo or assisted

    Open the public demo on the home page, or request assisted diagnosis via Contact. No terminal required.

  2. 02

    Start the improvement conversation

    Screen-share failure reasons, screenshots, and fix hints. Decide which step to fix first in the same meeting.

    View latest reports →

Self-run (developers)

Needs a terminal and API key. Zero-knowledge users can ignore this section.

  1. 01

    Prepare for a self-run

    Set ANTHROPIC_API_KEY in .env.local. Optional: SUPABASE_*, TESTMAIL_*, AGENT_QA_CONTACT_URL, ANTHROPIC_MODEL, NEXT_PUBLIC_CONTACT_EMAIL.

  2. 02

    Record consent

    On Get started, choose “③ Run the command yourself”, then enter confirmer, date, URL, customer ID, and authority to create the command. Paths ① and ② do not need this form.

    Go to Get started →
  3. 03

    Run diagnose locally

    Run npm run diagnose -- … then open /en/reports/<id> (non-demo uses a share link).

Environment variables (self-run)

Only ANTHROPIC_API_KEY is required. Others are optional.

.env.local
ANTHROPIC_API_KEY=
NEXT_PUBLIC_SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=
TESTMAIL_API_KEY=
TESTMAIL_NAMESPACE=
AGENT_QA_CONTACT_URL=
NEXT_PUBLIC_CONTACT_EMAIL=

Rubric changelog

  • v1.02026-07-30 — initial (6 steps / 8 tags).
  • v1.12026-07-31 — five failure tags added (bot_blocked / login_wall / cookie_overlay / geo_block / hydration_delay). Old reports are never rescored.

Data retention

Non-demo diagnosis data is automatically deleted 90 days after execution (enforced when the worker runs). Public demo rows are excluded.