FixWeb

// docs / quickstart

Szybki start

Zarejestruj się, uruchom pierwszy skan, przeczytaj raport. Plan Free jest w pełni funkcjonalny — karta kredytowa nie jest wymagana do oceny.

1. Utwórz konto

Wejdź na /sign-in i wybierz Google, GitHub lub e-mail z magic linkiem. Nowe konta startują na planie Free, który obejmuje 3 skany miesięcznie i tylko skany pasywne. Możesz później przejść na wyższy plan w Konto → Płatności.

2. Uruchom skan

01

Wybierz cel

W dashboardzie kliknij Nowy skan, wklej URL i wyślij. FixWeb normalizuje same nazwy hostów (example.comhttps://example.com) i odrzuca adresy wewnętrzne (RFC 1918, link-local, metadane AWS).

02

Poczekaj ~20 sekund

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

Przeczytaj raport

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. Użyj REST API

Utwórz token bearer w Konto → Tokeny API. Wartość jawna jest pokazywana raz; wklej ją do 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"}'

Pełna dokumentacja referencyjna: /docs/api.

5. Podłącz FixWeb do swojego agenta AI (MCP)

FixWeb udostępnia serwer MCP pod /api/mcp z siedmioma narzędziami, dwoma zasobami i poleceniem slash /fixweb-fix dla szablonowych promptów naprawczych. Podłącz go do Claude Desktop / Cursor / Continue — zobacz /docs/mcp.

Dokąd dalej

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Limity i ograniczenia — limity planów, limity API, polityki retencji.

Utknąłeś?

Napisz na support@fixweb.app, podaj id skanu oraz to, czego się spodziewałeś w porównaniu z tym, co zobaczyłeś. Plan Hobby otrzymuje wsparcie standardowe, plan Pro — wsparcie priorytetowe, a plan Unlimited zawiera wsparcie dedykowane.

Szybki start — Docs · FixWeb