FixWeb

// docs / quickstart

Quickstart

ລົງທະບຽນ, ເຮັດສະແກນຄັ້ງທຳອິດ, ອ່ານລາຍງານ. Free tier ໃຊ້ໄດ້ຈິງ — ບໍ່ຕ້ອງໃຊ້ບັດເຄຣດິດເພື່ອປະເມີນ.

1. ສ້າງບັນຊີ

ເຂົ້າເບິ່ງ /sign-in ແລະເລືອກ Google, GitHub ຫຼືອີເມວ magic link. ບັນຊີໃໝ່ເລີ່ມຕົ້ນຢູ່ແຜນ Free ເຊິ່ງລວມມີ 3 ການສະແກນຕໍ່ເດືອນ ແລະການສະແກນແບບ passive ເທົ່ານັ້ນ. ທ່ານສາມາດຍົກລະດັບໄດ້ໃນພາຍຫຼັງຈາກ ບັນຊີ → ການເກັບເງິນ.

2. ເຮັດສະແກນ

01

ເລືອກເປົ້າໝາຍ

ຈາກ dashboard ຄລິກ New scan, ວາງ URL, ແລ້ວ submit. FixWeb ປັບ bare hostnames (example.comhttps://example.com) ໃຫ້ເປັນມາດຕະຖານ ແລະປະຕິເສດ internal addresses (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

ອ່ານລາຍງານ

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

ສ້າງ bearer token ທີ່ Account → API tokens. 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"}'

ອ້າງອີງເຕັມທີ່ /docs/api.

5. ສຽບ FixWeb ເຂົ້າ AI agent ຂອງທ່ານ (MCP)

FixWeb ມີ MCP server ທີ່ /api/mcp ພ້ອມ 7 tools, 2 resources, ແລະ /fixweb-fix slash command ສຳລັບ templated remediation prompts. ເຊື່ອມມັນເຂົ້າ Claude Desktop / Cursor / Continue — ເບິ່ງ /docs/mcp.

ຄວນໄປໃສຕໍ່

ຕິດບັນຫາ?

ສົ່ງອີເມວໄປ support@fixweb.app ພ້ອມ id ການສະແກນ ແລະສິ່ງທີ່ທ່ານຄາດຫວັງທຽບກັບສິ່ງທີ່ທ່ານເຫັນ. ແຜນ Hobby ໄດ້ຮັບການສະໜັບສະໜູນແບບມາດຕະຖານ, ແຜນ Pro ໄດ້ຮັບການສະໜັບສະໜູນແບບບູລິມະສິດ, ແລະແຜນ Unlimited ລວມເຖິງການສະໜັບສະໜູນສະເພາະ.

Quickstart — Docs · FixWeb