FixWeb

// docs / quickstart

Avvio rapido

Registrati, esegui la prima scansione, leggi il report. Il piano Free è reale: non serve una carta di credito per provarlo.

1. Crea un account

Vai su /sign-in e scegli Google, GitHub o email con magic link. I nuovi account partono dal piano Free, che include 3 scansioni al mese e solo scansioni passive. Puoi passare a un piano superiore in seguito da Account → Fatturazione.

2. Esegui una scansione

01

Scegli un target

Dalla dashboard clicca Nuova scansione, incolla un URL e invia. FixWeb normalizza i nomi host senza schema (example.comhttps://example.com) e rifiuta gli indirizzi interni (RFC 1918, link-local, metadati AWS).

02

Attendi ~20 secondi

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

Leggi il report

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. Usa la REST API

Crea un bearer token in Account → Token API. Il testo in chiaro viene mostrato una sola volta; incollalo nella tua 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"}'

Riferimento completo su /docs/api.

5. Collega FixWeb al tuo agente AI (MCP)

FixWeb include un server MCP su /api/mcp con sette strumenti, due risorse e un comando slash /fixweb-fix per prompt di remediation basati su template. Collegalo a Claude Desktop / Cursor / Continue; vedi /docs/mcp.

Dove andare dopo

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Quote e limiti: limiti per piano, rate limit API, politiche di conservazione.

Bloccato?

Scrivi a support@fixweb.app con l'id della scansione e ciò che ti aspettavi rispetto a ciò che hai visto. Il piano Hobby riceve supporto standard, il piano Pro supporto prioritario, e il piano Unlimited include supporto dedicato.

Avvio rapido — Docs · FixWeb