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

# Qodo on-premise deployment architecture

Qodo's on-premises deployment runs entirely within your infrastructure. All components are deployed as containerized services on Kubernetes and communicate internally. No data leaves your environment.

The deployment consists of three main layers:

* **Git Integration**: Connects to your Git provider (GitHub, GitLab, or Bitbucket) via webhooks to trigger code review on pull requests.
* **AI Processing**: Routes requests to your configured AI models (OpenAI, Anthropic, or cloud-hosted equivalents) to generate review findings.
* **Context Engine** (optional): Indexes your repositories to provide deeper codebase-aware analysis during reviews.

<img className="block dark:hidden" src="https://mintcdn.com/qodo/8f9QSVoLIbSaCs56/images/on-prem/on-prem-architecture-light.png?fit=max&auto=format&n=8f9QSVoLIbSaCs56&q=85&s=7799c635f98a30a5bc2d05b708fe09c0" alt="Qodo On-Premise Architecture" width="900" height="515" data-path="images/on-prem/on-prem-architecture-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/qodo/8f9QSVoLIbSaCs56/images/on-prem/on-prem-architecture-dark.png?fit=max&auto=format&n=8f9QSVoLIbSaCs56&q=85&s=e6dffe78318c33a6872bb7d8a1fd6a0e" alt="Qodo On-Premise Architecture" width="900" height="515" data-path="images/on-prem/on-prem-architecture-dark.png" />
