FixWeb

// docs / quickstart

Greita pradžia

Užsiregistruokite, paleiskite pirmą nuskaitymą ir perskaitykite ataskaitą. Free planas yra tikras: vertinimui nereikia kredito kortelės.

1. Sukurkite paskyrą

Apsilankyk /sign-in ir pasirink Google, GitHub arba el. paštą su magic link. Naujos paskyros pradeda nuo Free plano, kuris apima 3 nuskaitymus per mėnesį ir tik pasyvius nuskaitymus. Vėliau gali pereiti į aukštesnį planą iš Paskyra → Atsiskaitymai.

2. Paleiskite nuskaitymą

01

Pasirinkite taikinį

Skydelyje spustelėkite Naujas nuskaitymas, įklijuokite URL ir pateikite. FixWeb normalizuoja plikus pagrindinio kompiuterio vardus (example.comhttps://example.com) ir atmeta vidinius adresus (RFC 1918, link-local, AWS metadata).

02

Palaukite ~20 sekundžių

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

Perskaitykite ataskaitą

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. Naudokite REST API

Sukurkite bearer prieigos raktą per Paskyra → API prieigos raktai. Atviras tekstas rodomas vieną kartą; įklijuokite jį į 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"}'

Visa nuoroda: /docs/api.

5. Prijunkite FixWeb prie savo AI agento (MCP)

FixWeb pateikia MCP serverį adresu /api/mcp su septyniais įrankiais, dviem ištekliais ir /fixweb-fix slash komanda šabloniniams taisymo raginimams. Prijunkite jį prie Claude Desktop / Cursor / Continue; žr. /docs/mcp.

Kur eiti toliau

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Kvotos ir limitai — kiekvieno plano ribos, API greičio limitai, saugojimo taisyklės.

Užstrigote?

Rašyk į support@fixweb.app nurodydamas nuskaitymo id ir ko tikėjaisi palyginti su tuo, ką pamatei. Hobby planas gauna standartinę pagalbą, Pro planas — prioritetinę pagalbą, o Unlimited planas apima skirtąją pagalbą.

Greita pradžia — Docs · FixWeb