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 (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 સાથે જોડો (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