Skip to Content
DocumentationGetting StartedOverview

Getting Started

Get your first analysis running in under 5 minutes.

1. Sign Up

Create a free account at quantumverifi.com . The Developer plan includes 250 credits per month at no cost.

2. Start an Analysis

From the dashboard, click New Analysis and choose your mode:

ModeInputWhat you get
RepositoryGit URL (public or private)Unit tests, integration tests, security scan
URLLive website URLEnd-to-end Playwright tests with screenshots
APIOpenAPI/Swagger specContract tests against your API endpoints
PerformanceTarget URLk6 load test with latency and throughput metrics

Paste your repository URL or website address and click Analyze.

3. Watch It Work

The analysis runs through 7 engines in sequence:

  1. Analysis — Clones your repo, detects languages and frameworks
  2. Execution — Generates tests and runs them in isolated cloud sandboxes
  3. Self-Healing — Fixes failing tests automatically (up to 3 attempts)
  4. Visual Intelligence — AI-powered UI analysis for URL mode
  5. Evidence — Creates tamper-proof SHA-256 evidence chains
  6. Training — Learns from results to improve future analyses
  7. Inference — Applies your trained model for better accuracy

A real-time progress stream shows each step as it completes.

4. Review Results

When the analysis finishes, you get:

  • Generated test files — downloadable, ready to add to your CI pipeline
  • Security findings — vulnerability scan with severity ratings and fix suggestions
  • Quality grade — A through F based on test pass rate, coverage, and security
  • Compliance evidence — SHA-256 hashed evidence chain for audit trails

What’s Next