FixWeb

// docs / quickstart

Mabilis na pagsisimula

Mag-sign up, patakbuhin ang unang scan, basahin ang report. Totoo ang Free tier β€” hindi kailangan ng credit card para mag-evaluate.

1. Gumawa ng account

Bisitahin ang /sign-in at piliin ang Google, GitHub, o email na may magic link. Ang mga bagong account ay nagsisimula sa Free plan, na kasama ang 3 scan kada buwan at passive scans lamang. Maaari kang mag-upgrade mamaya mula sa Account β†’ Billing.

2. Magpatakbo ng scan

01

Pumili ng target

Mula sa dashboard, i-click ang New scan, mag-paste ng URL, at isumite. Nino-normalize ng FixWeb ang bare hostnames (example.com β†’ https://example.com) at nire-reject ang internal addresses (RFC 1918, link-local, AWS metadata).

02

Maghintay ng ~20 segundo

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

Basahin ang 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. Gamitin ang REST API

Gumawa ng bearer token sa Account β†’ API tokens. Isang beses lang ipinapakita ang plaintext; i-paste ito sa iyong 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"}'

Buong sanggunian sa /docs/api.

5. Ikabit ang FixWeb sa AI agent mo (MCP)

May MCP server ang FixWeb sa /api/mcp na may pitong tools, dalawang resources, at /fixweb-fix slash command para sa templated remediation prompts. I-wire ito sa Claude Desktop / Cursor / Continue β€” tingnan ang /docs/mcp.

Saan susunod

  • Scan types β€” passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains β€” verify a domain, schedule re-scans, enable live monitoring.
  • Mga quota at limitasyon β€” caps kada tier, API rate limits, retention policies.

Na-stuck?

Mag-email sa support@fixweb.app kasama ang scan id at kung ano ang inaasahan mo kumpara sa nakita mo. Ang Hobby plan ay tumatanggap ng standard support, ang Pro plan ay may priority support, at ang Unlimited plan ay may dedicated support.

Mabilis na pagsisimula β€” Docs Β· FixWeb