Home/Docs/Getting Started

Getting Started

Create a project, run your first scan, and understand how ScanlyApp turns crawl data into actionable QA reports.

Why it matters

First-run quality determines adoption.
If teams can create a project and read a report in minutes, onboarding becomes self-serve.

Step-by-step

  1. Sign in at /login or create an account at /signup.
  2. Open Dashboard -> Projects.
  3. Click New Scan.
  4. In the Site step, enter project URL and run label.
  5. Keep default coverage for first validation run.
  6. Start scan and wait for status to move from queued/running to passed/failed.
  7. Open the run to review summary, issues, and trace replay.

What happens behind the scenes

  • API validates the request and creates a run.
  • Queue enqueues a scan job.
  • Worker executes Playwright crawl and checks.
  • Artifacts and metrics are stored and rendered in run details.

Visual reference

Run a scan drawer

Common mistakes

  • Using a URL blocked by auth without configuring access.
  • Selecting too much coverage on first run.
  • Expecting full-scan completion instantly on large sites.

Related docs