> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qlane.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# QA for the AI era

> QLane is the AI QA engineer that tests every pull request in a real browser and posts structured GitHub reviews with screenshots and repro steps.

Teams using AI coding tools ship 98% more pull requests. Review time grew 91%. The code volume scaled — QA didn't. **QLane is the QA half.**

Point QLane at your app, open a pull request, and an AI agent navigates it in a real browser, finds the bugs, and posts a structured review with screenshots and repro steps. Silent on pass. Evidence on fail.

## What you get on every PR

<CardGroup cols={2}>
  <Card title="Bug reports" icon="bug">
    Reproducible, not opinionated. Every bug ships with a screenshot, the exact click path, and a severity grounded in user impact.
  </Card>

  <Card title="Test cases" icon="list-checks">
    Generated as you ship. QLane reads each PR diff and drafts the cases that should exist — they become active when you merge.
  </Card>

  <Card title="Coverage map" icon="map">
    What's tested, what's not. Coverage areas mapped to test cases with pass/fail history.
  </Card>

  <Card title="GitHub reviews" icon="github">
    Silent on pass. Bugs come back as structured per-comment reviews with severity tags.
  </Card>
</CardGroup>

## Pick your starting point

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Five minutes to your first PR test.
  </Card>

  <Card title="How QLane fits your app" icon="puzzle-piece" href="/connect/overview">
    Test a URL, a single repo, a Compose stack, or your existing previews.
  </Card>

  <Card title="Connect a Compose stack" icon="layer-group" href="/connect/docker-compose">
    Run your whole multi-service app on every PR.
  </Card>

  <Card title="Bug reports" icon="circle-exclamation" href="/results/bug-reports">
    What a finding looks like, and how to triage one.
  </Card>
</CardGroup>

## Who it's for

* **Engineers** — bugs caught before review, with reproducible evidence. `/qlane:fix` loads the bug straight into your editor.
* **QA teams** — AI as a force multiplier. Review proposals, run sessions on demand, keep the smoke suite sharp.
* **Product managers** — release with evidence, not vibes. Coverage gaps surface the moment a feature ships without tests.
