FixWeb

// docs / quickstart

جلدي شروعات

Sign up ڪريو، پهريون scan هلايو، report پڙهو. Free tier واقعي آهي — evaluate ڪرڻ لاءِ credit card جي ضرورت ناهي.

1. Account ٺاهيو

/sign-in تي وڃو ۽ Google، GitHub يا magic link اي ميل چونڊيو. نوان اڪائونٽ Free پلان تي شروع ٿين ٿا، جنهن ۾ مهيني ۾ ۳ اسڪين ۽ صرف passive اسڪين شامل آهن. اوهان بعد ۾ اڪائونٽ ← بلنگ مان اپ گريڊ ڪري سگهو ٿا.

2. Scan هلايو

01

Target چونڊيو

Dashboard مان New scan click ڪريو، URL paste ڪريو، ۽ submit ڪريو. FixWeb bare hostnames کي normalise ڪري ٿو (example.comhttps://example.com) ۽ internal addresses reject ڪري ٿو (RFC 1918، link-local، AWS metadata).

02

تقريبن 20 seconds انتظار ڪريو

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

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. REST API استعمال ڪريو

Account → API tokens تي bearer token ٺاهيو. Plaintext هڪ ڀيرو ڏيکاريو ويندو؛ ان کي پنهنجي CI / Cursor / curl ۾ paste ڪريو.

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

Full reference /docs/api تي.

5. FixWeb کي پنهنجي AI agent ۾ plug ڪريو (MCP)

FixWeb /api/mcp تي MCP server ship ڪري ٿو جنهن ۾ seven tools، two resources، ۽ templated remediation prompts لاءِ /fixweb-fix slash command آهي. ان کي Claude Desktop / Cursor / Continue ۾ wire ڪريو — ڏسو /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.
  • Quotas & limits — per-tier caps، API rate limits، retention policies.

اٽڪي ويا؟

support@fixweb.app تي اسڪين id ۽ توهان ڇا توقع ڪئي بمقابل ڇا ڏٺو سان اي ميل ڪريو. Hobby پلان معياري سپورٽ حاصل ڪري ٿو، Pro پلان ترجيحي سپورٽ حاصل ڪري ٿو، ۽ Unlimited پلان ۾ وقف ٿيل سپورٽ شامل آهي.

جلدي شروعات — Docs · FixWeb