FixWeb

// docs / quickstart

Hızlı başlangıç

Kaydol, ilk taramanı çalıştır, raporu oku. Free paketi gerçekten var — değerlendirmek için kredi kartı gerekmez.

1. Hesap oluştur

/sign-in sayfasını açın ve Google, GitHub veya magic-link e-posta seçeneklerinden birini seçin. Yeni hesaplar Free planında başlar; bu plan ayda 3 tarama ve yalnızca pasif taramaları içerir. Daha sonra Hesap → Faturalandırma üzerinden yükseltebilirsiniz.

2. Bir tarama çalıştır

01

Bir hedef seç

Dashboard'dan Yeni tarama'ya tıkla, bir URL yapıştır ve gönder. FixWeb çıplak hostname'leri normalleştirir (example.comhttps://example.com) ve iç adresleri reddeder (RFC 1918, link-local, AWS metadata).

02

~20 saniye bekle

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

Raporu oku

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 kullan

Hesap → API tokens bölümünde bir bearer token oluştur. Plaintext bir kez gösterilir; CI / Cursor / curl içine yapıştır.

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"}'

Tam referans /docs/api adresinde.

5. FixWeb'ı AI agent'ına bağla (MCP)

FixWeb, /api/mcp üzerinde yedi tool, iki resource ve şablonlu iyileştirme istemleri için /fixweb-fix slash command içeren bir MCP sunucusu sunar. Claude Desktop / Cursor / Continue içine bağla — bkz. /docs/mcp.

Sırada nereye?

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Kotalar ve limitler — paket bazlı sınırlar, API hız limitleri, saklama politikaları.

Takıldın mı?

support@fixweb.app adresine tarama kimliğini ve beklediğinizle gördüğünüzü yazın. Hobby planı standart destek alır, Pro planı öncelikli destek alır, Unlimited planı ise özel destek içerir.

Hızlı başlangıç — Docs · FixWeb