// docs / quickstart
Início rápido
Cadastre-se, execute sua primeira varredura e leia o relatório. O plano Free é real — não é necessário cartão de crédito para avaliar.
1. Crie uma conta
Visite /sign-in e escolha Google, GitHub ou e-mail com link mágico. Novas contas começam no plano Free, que inclui 3 varreduras por mês e apenas varreduras passivas. Você pode atualizar depois em Conta → Faturamento.
2. Execute uma varredura
Escolha um alvo
No painel, clique em Nova varredura, cole uma URL e envie. O FixWeb normaliza nomes de host simples (example.com → https://example.com) e rejeita endereços internos (RFC 1918, link-local, metadados AWS).
Aguarde ~20 segundos
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.
Leia o relatório
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. Use a REST API
Crie um token bearer em Conta → Tokens de API. O texto simples é mostrado uma vez; cole-o no seu 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"}'Referência completa em /docs/api.
5. Conecte o FixWeb ao seu agente de IA (MCP)
O FixWeb inclui um servidor MCP em /api/mcp com sete ferramentas, dois recursos e um comando slash /fixweb-fix para prompts de remediação modelados. Conecte-o ao Claude Desktop / Cursor / Continue — veja /docs/mcp.
Para onde ir em seguida
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Cotas e limites — limites por plano, limites de taxa da API, políticas de retenção.
Travou?
Envie e-mail para support@fixweb.app com o id da varredura e o que você esperava em comparação ao que viu. O plano Hobby recebe suporte padrão, o plano Pro tem suporte prioritário, e o plano Unlimited inclui suporte dedicado.
