// docs / quickstart
Brzi početak
Registrirajte se, pokrenite prvo skeniranje i pročitajte izvješće. Free tarifa je stvarna - za procjenu nije potrebna kreditna kartica.
1. Izradite račun
Otvori /sign-in i odaberi Google, GitHub ili e-mail s magic linkom. Novi računi kreću na planu Free, koji uključuje 3 skeniranja mjesečno i samo pasivna skeniranja. Kasnije možeš nadograditi na viši plan u Račun → Naplata.
2. Pokrenite skeniranje
Odaberite cilj
Na nadzornoj ploči kliknite Novo skeniranje, zalijepite URL i pošaljite. FixWeb normalizira gole nazive hostova (example.com → https://example.com) i odbija interne adrese (RFC 1918, link-local, AWS metadata).
Pričekajte ~20 sekundi
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.
Pročitajte izvješće
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. Koristite REST API
Izdajte bearer token na Račun → API tokeni. Plaintext se prikazuje jednom; zalijepite ga u 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"}'Puna referenca na /docs/api.
5. Priključite FixWeb u svoj AI agent (MCP)
FixWeb isporučuje MCP poslužitelj na /api/mcp sa sedam alata, dva resursa i /fixweb-fix slash naredbom za predloške upita za sanaciju. Povežite ga s Claude Desktop / Cursor / Continue - pogledajte /docs/mcp.
Kamo dalje
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Kvote i ograničenja - ograničenja po tarifi, API rate limiti, politike zadržavanja.
Zapeli ste?
Piši na support@fixweb.app s id-om skeniranja i onim što si očekivao u odnosu na ono što si vidio. Plan Hobby dobiva standardnu podršku, plan Pro prioritetnu podršku, a plan Unlimited uključuje posvećenu podršku.
