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

# Introduction

> Welcome to CodeBeaver - Your software testing autopilot

<img className="block dark:hidden" src="https://mintcdn.com/codebeaver/C3WPQQvtD7vP1Ev2/images/hero-light.png?fit=max&auto=format&n=C3WPQQvtD7vP1Ev2&q=85&s=0ee6ad9d95cc39eb4e5809c40fa55b50" alt="Hero Light" width="1200" height="630" data-path="images/hero-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/codebeaver/C3WPQQvtD7vP1Ev2/images/hero-dark.png?fit=max&auto=format&n=C3WPQQvtD7vP1Ev2&q=85&s=2c3d674c50cbfd803e8096e496bccdcc" alt="Hero Dark" width="1200" height="630" data-path="images/hero-dark.png" />

CodeBeaver is a testing automation tool that leverages AI to simplify the testing process. It helps developers:

* 🤖 **Run end-to-end tests** using natural language descriptions
* 🧪 **Generate and maintain unit tests** automatically for your codebase
* 🐛 **Detect potential bugs** and provide detailed fix explanations
* ⚡ **Reduce testing overhead** while improving code quality

Currently supporting Python and TypeScript, with more languages coming soon.

Engineering teams reported that CodeBeaver saves them from 30 to 45 minutes a day per engineer.

## To get started, pick one:

<CardGroup cols={2}>
  <Card title="Open Source" icon="code" href="/open-source/quickstart">
    Get started with the open-source python module
  </Card>

  <Card title="Cloud" icon="cloud" href="/cloud/cloud-quickstart">
    Skip the setup: Install CodeBeaver cloud on your GitHub/GitLab/Bitbucket
  </Card>
</CardGroup>
