// docs / quickstart
কুইকস্টার্ট
সাইন আপ করুন, আপনার প্রথম scan চালান, report পড়ুন। Free tier সত্যিই আছে — মূল্যায়নের জন্য credit card দরকার নেই।
1. একটি account তৈরি করুন
/sign-in-এ যান এবং Google, GitHub, বা ম্যাজিক-লিংক ইমেল বেছে নিন। নতুন অ্যাকাউন্ট Free প্ল্যানে শুরু হয়, যেখানে প্রতি মাসে 3টি স্ক্যান এবং কেবল passive scan থাকে। পরে Account → Billing থেকে আপগ্রেড করতে পারবেন।
2. একটি scan চালান
একটি target বেছে নিন
Dashboard থেকে New scan click করুন, একটি URL paste করুন, তারপর submit করুন। FixWeb bare hostnames (example.com → https://example.com) normalize করে এবং internal addresses (RFC 1918, link-local, AWS metadata) reject করে।
প্রায় ২০ সেকেন্ড অপেক্ষা করুন
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.
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 করুন।
# 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-এ MCP server ship করে, যেখানে সাতটি tools, দুটি 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।
আটকে গেছেন?
Scan id এবং আপনি কী আশা করেছিলেন বনাম কী দেখেছেন তা লিখে support@fixweb.app-এ ইমেল করুন। Hobby plan-এ standard support, Pro plan-এ priority support, আর Unlimited plan-এ dedicated support অন্তর্ভুক্ত।
