// docs / quickstart
بدء سريع
سجّل، وشغّل أول فحص، واقرأ التقرير. باقة Free حقيقية — لا تحتاج إلى بطاقة ائتمان للتقييم.
1. أنشئ حسابًا
افتح /sign-in واختر Google أو GitHub أو بريدًا إلكترونيًا برابط سحري. تبدأ الحسابات الجديدة على خطة Free التي تشمل 3 عمليات فحص شهريًا وفحوصات سلبية فقط. يمكنك الترقية لاحقًا من الحساب ← الفوترة.
2. شغّل فحصًا
اختر هدفًا
من لوحة التحكم انقر فحص جديد، والصق عنوان URL، ثم أرسله. يطبّع FixWeb أسماء المضيف العارية (example.com → https://example.com) ويرفض العناوين الداخلية (RFC 1918، وlink-local، وAWS metadata).
انتظر نحو 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.
اقرأ التقرير
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 من الحساب → رموز API. تظهر القيمة النصية مرة واحدة؛ الصقها في CI / Cursor / 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 بوكيل الذكاء الاصطناعي لديك (MCP)
يوفّر FixWeb خادم MCP على /api/mcp مع سبع أدوات وموردين وأمر شرطة مائلة /fixweb-fix لمطالبات العلاج القالبية. وصّله بـ 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.
- الحصص والحدود — حدود كل باقة، وحدود معدل API، وسياسات الاحتفاظ.
هل علقت؟
أرسل بريدًا إلى support@fixweb.app مع معرّف الفحص وما توقعت رؤيته مقارنةً بما رأيته فعلاً. تحصل خطة Hobby على دعم قياسي، وخطة Pro على دعم بأولوية، وتشمل خطة Unlimited دعمًا مخصصًا.
