FixWeb

// docs / quickstart

Avviu rapidu

Sign up, run u vostru first scansione, read u raportu. The Free tier hè real — nò credit card required à evaluate.

1. Creà un contu

Visità /sign-in è sceglite Google, GitHub o email cù magic link. I conti novi cumincianu cù u pianu Free, chì cumprende 3 scani per mese è solu scani passivi. Pudete aggiurnà più tardi da Contu → Fatturazione.

2. Lancià una scansione

01

Sceglie un bersagliu

From u dashboard click New scansione, paste a URL, è submit. FixWeb normalises bare hostnames (example.comhttps://example.com) è rejects internal addresses (RFC 1918, link-local, AWS metadata).

02

Wait ~20 seconds

A passive scan runs in three phases: crawl (Chromium renders the page to discover links, metadata, media, scripts, and forms), quality checks (crawlability, search presentation, content/schema, media, performance, accessibility, forms, mobile/i18n, and runtime signals), and aggregate (deduplicate + severity ranking). Live progress streams via the dashboard; you don't need to refresh.

03

Leghje u raportu

The report opens automatically when complete. Free plan users see only the highest-severity finding in full (title, description, evidence, remediation); other findings are stripped to severity-only stubs server-side. The Hobby plan and higher (Pro, Unlimited) unlock every finding plus the AI prompt copy button on each one.

3. Run an owner-depth scan (optional, Hobby plan and higher)

Owner-depth scans extend the same website-quality checks into verified domains and can include private journeys when you provide a short-lived test-account header. Add and verify a domain at Dashboard -> Domains (DNS TXT or HTTP file), then start an Owner-depth scan from New scan. You'll attest to the scan; we audit-log it server-side.

4. Use u REST API

Mint a bearer token at Account → API tokens. Plaintext hè shown once; paste it into u vostru CI / Cursor / curl.

curl
# Start a passive scan
curl -X POST https://fixweb.app/api/v1/scans \
  -H "Authorization: Bearer fxw_..." \
  -H "content-type: application/json" \
  -d '{"target":"https://staging.example.com"}'

Full reference at /docs/api.

5. Plug FixWeb into u vostru AI agent (MCP)

FixWeb ships an Servitore MCP at /api/mcp cù seven tools, two resources, è a /fixweb-fix slash command per templated remediation prompts. Wire it into Claude Desktop / Cursor / Continue — see /docs/mcp.

Induve èà dopu

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Quote è limiti — per-tier caps, API rate limits, retention policies.

Bloccatu?

Mandate una email à support@fixweb.app cù l'id di a scansione è ciò chì aspettavate paragunatu à ciò chì avete vistu. U pianu Hobby riceve supportu standard, u pianu Pro riceve supportu prioritariu, è u pianu Unlimited include supportu dedicatu.

Avviu rapidu — Docs · FixWeb