FixWeb

// docs / quickstart

فوری آغاز

Sign up کریں، اپنا پہلا scan چلائیں، report پڑھیں۔ Free tier حقیقی ہے؛ evaluate کرنے کے لیے credit card کی ضرورت نہیں۔

1. Account بنائیں

/sign-in پر جائیں اور Google, GitHub یا magic link ای میل چنیں۔ نئے اکاؤنٹس Free پلان پر شروع ہوتے ہیں، جس میں مہینے میں 3 سکین اور صرف 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 use کریں

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

مکمل reference /docs/api پر ہے۔

5. FixWeb کو اپنے AI agent میں plug کریں (MCP)

FixWeb /api/mcp پر MCP server ship کرتا ہے جس میں سات tools، دو 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 — ہر tier کے caps، API rate limits، retention policies۔

رک گئے ہیں؟

support@fixweb.app پر سکین id اور آپ نے کیا توقع کی تھی بمقابلہ کیا دیکھا، ای میل کریں۔ Hobby پلان معیاری سپورٹ حاصل کرتا ہے، Pro پلان ترجیحی سپورٹ حاصل کرتا ہے، اور Unlimited پلان مخصوص سپورٹ شامل کرتا ہے۔

فوری آغاز — Docs · FixWeb