FixWeb

// docs / quickstart

Quickstart

साइन अप गर्नुहोस्, पहिलो scan चलाउनुहोस्, report पढ्नुहोस्। Free tier वास्तविक हो — evaluate गर्न credit card चाहिँदैन।

1. Account बनाउनुहोस्

/sign-in मा जानुहोस् र Google, GitHub वा magic-link इमेल छान्नुहोस्। नयाँ खाताहरू Free योजनामा सुरु हुन्छन्, जसमा महिनामा 3 स्क्यान र प्यासिभ स्क्यानमात्र समावेश छन्। तपाईं पछि खाता → बिलिङ बाट अपग्रेड गर्न सक्नुहुन्छ।

2. Scan चलाउनुहोस्

01

Target छान्नुहोस्

Dashboard बाट New scan क्लिक गर्नुहोस्, URL paste गर्नुहोस्, र submit गर्नुहोस्। FixWeb ले bare hostnames (example.comhttps://example.com) normalize गर्छ र internal addresses (RFC 1918, link-local, AWS metadata) reject गर्छ।

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 mint गर्नुहोस्। 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 मा seven tools, two resources, र templated remediation prompts का लागि /fixweb-fix slash command सहित MCP server ship गर्छ। यसलाई 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.
  • Quotas र limits — प्रति-tier caps, API rate limits, retention policies।

अड्किनुभयो?

support@fixweb.app मा स्क्यान id र तपाईंले के अपेक्षा गर्नुभएको थियो र के देख्नुभयो भनी इमेल पठाउनुहोस्। Hobby योजनाले मानक सहयोग पाउँछ, Pro योजनाले प्राथमिकता सहयोग पाउँछ, र Unlimited योजनामा समर्पित सहयोग समावेश छ।

Quickstart — Docs · FixWeb