FixWeb

// docs / quickstart

जलद सुरुवात

साइन अप करा, पहला scan चालवा, report पढ़ें। Free tier सचमुच उपलब्ध आहे — मूल्यांकन साठी credit card की जरूरत नहीं।

1. account तयार करा

/sign-in ला भेट द्या आणि Google, GitHub किंवा magic link ईमेल निवडा. नवीन खाती Free प्लॅनवर सुरू होतात, ज्यामध्ये दरमहा 3 स्कॅन आणि फक्त passive स्कॅन समाविष्ट आहेत. तुम्ही नंतर खाते → बिलिंग वरून अपग्रेड करू शकता.

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 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 इस्तेमाल करा

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

पूरा संदर्भ /docs/api वर आहे।

5. FixWeb को अपने AI agent (MCP) से जोड़ें

FixWeb /api/mcp पर MCP server ship करता आहे, जिसमध्ये सात tools, दो resources, आणि templated remediation prompts साठी /fixweb-fix slash command है। इसे Claude Desktop / Cursor / Continue मध्ये wire करा — /docs/mcp देखें।

पुढे कुठे जा

अटक गए?

support@fixweb.app ला स्कॅन id आणि तुम्ही काय अपेक्षा केली होती आणि काय पाहिले याबद्दल ईमेल करा. Hobby प्लॅनला मानक समर्थन, Pro प्लॅनला प्राधान्य समर्थन आणि Unlimited प्लॅनमध्ये समर्पित समर्थन समाविष्ट आहे.

जलद सुरुवात — Docs · FixWeb