FixWeb

// docs / quickstart

त्वरित प्रारंभ

साइन अप करें, पहला स्कैन चलाएं, रिपोर्ट पढ़ें। Free tier सचमुच उपलब्ध है — मूल्यांकन के लिए credit card की जरूरत नहीं।

1. खाता बनाएं

/sign-in पर जाएँ और Google, GitHub या मैजिक-लिंक ईमेल चुनें। नए अकाउंट Free प्लान से शुरू होते हैं, जिसमें प्रति माह 3 स्कैन और केवल पैसिव स्कैन शामिल हैं। आप बाद में अकाउंट → बिलिंग से अपग्रेड कर सकते हैं।

2. स्कैन चलाएं

01

एक लक्ष्य चुनें

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

रिपोर्ट पढ़ें

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