FixWeb

// docs / quickstart

အမြန်စတင်ရန်

အကောင့်ဖွင့်၊ ပထမဆုံး scan ကို run လုပ်၊ report ကို ဖတ်ပါ။ Free tier သည် တကယ့်အသုံးပြုနိုင်သော tier ဖြစ်သည် — စမ်းသပ်ရန် credit card မလိုပါ။

1. အကောင့်ဖွင့်ပါ

/sign-in သို့သွား၍ Google, GitHub သို့မဟုတ် magic link အီးမေးလ်ကို ရွေးပါ။ အကောင့်အသစ်များသည် Free အစီအစဉ်မှ စတင်ပြီး တစ်လ ၃ ကြိမ် passive scan ပြုလုပ်နိုင်သည်။ နောက်မှ Account → Billing မှ အဆင့်တင်နိုင်သည်။

2. Scan တစ်ခု run လုပ်ပါ

01

Target တစ်ခု ရွေးပါ

Dashboard မှ New scan ကို နှိပ်၊ URL တစ်ခု ကူးထည့်ပြီး submit လုပ်ပါ။ FixWeb သည် bare hostname များကို normalize လုပ်သည် (example.comhttps://example.com) နှင့် internal address များကို reject လုပ်သည် (RFC 1918၊ link-local၊ AWS metadata)။

02

~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.

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 ထဲသို့ ကူးထည့်ပါ။

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 (MCP) ထဲသို့ ချိတ်ပါ

FixWeb သည် templated remediation prompt များအတွက် tool ခုနစ်ခု၊ resource နှစ်ခုနှင့် /fixweb-fix slash command ပါဝင်သော MCP server ကို /api/mcp တွင် ပေးထားသည်။ ၎င်းကို 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.
  • Quota နှင့် limit များ — tier အလိုက် cap များ၊ API rate limit များ၊ retention policy များ။

ပိတ်မိနေလား။

support@fixweb.app သို့ scan id နှင့် မျှော်လင့်ထားသည်နှင့် မြင်ရသည်ကို နှိုင်းယှဉ်ပြ၍ အီးမေးပို့ပါ။ Hobby အစီအစဉ်သည် ပုံမှန် support ရရှိပြီး၊ Pro အစီအစဉ်သည် ဦးစားပေး support ရပြီး၊ Unlimited အစီအစဉ်တွင် သီးသန့် support ပါဝင်သည်။

အမြန်စတင်ရန် — Docs · FixWeb