// docs / quickstart
Швидкий старт
Зареєструйся, запусти перше сканування й прочитай звіт. Тариф Free справжній — для оцінки не потрібна кредитна картка.
1. Створи акаунт
Перейди на /sign-in та обери Google, GitHub або вхід за magic link на e-mail. Нові акаунти стартують на плані Free, що включає 3 сканування на місяць та лише пасивні сканування. Перейти на вищий план можна пізніше у Акаунт → Оплата.
2. Запусти сканування
Обери ціль
На панелі керування натисни New scan, встав URL і надішли. FixWeb нормалізує голі імена хостів (example.com → https://example.com) і відхиляє внутрішні адреси (RFC 1918, link-local, AWS metadata).
Зачекай ~20 секунд
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.
Прочитай звіт
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. Використай REST API
Створи bearer token у Account → API tokens. Plaintext показується один раз; встав його у свій CI / Cursor / 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"}'Повний довідник на /docs/api.
5. Під’єднай FixWeb до свого AI agent (MCP)
FixWeb постачає сервер MCP на /api/mcp із сімома інструментами, двома ресурсами і slash command /fixweb-fix для шаблонних підказок виправлення. Під’єднай його до Claude Desktop / Cursor / Continue — див. /docs/mcp.
Куди далі
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Квоти й ліміти — ліміти за тарифами, обмеження швидкості API, політики зберігання.
Застряг?
Напиши на support@fixweb.app, вкажи id сканування та опиши, що ти очікував побачити порівняно з тим, що побачив. План Hobby отримує стандартну підтримку, план Pro — пріоритетну підтримку, план Unlimited включає виділену підтримку.
