AI Code Review with Full Control Over Model Choice and Costs.
1,365
stars
6,176
commits
TypeScript
primary language
Sep 10, 2026
updated
Website · Community · Docs · CLI Docs · Try Kodus Cloud · Self-Host Guide
🌐 English · Português (BR) · Español · 日本語 · 简体中文 · Français
KODUS_TELEMETRY_DISABLED=true. See Anonymous Telemetry.
In this example, Kody catches a critical IDOR risk where an organizationId query parameter could bypass tenant protection when passed as an array, then suggests an explicit runtime validation before the code is merged.
Choose the workflow that matches how you want to use Kodus.
|
Try Kodus Cloud
Start reviewing pull requests without managing infrastructure. Create a free account · View pricing |
Self-host Kodus
Deploy Kodus on your own infrastructure with control over data, models, and runtime configuration. Installation guide |
|
Use the CLI
Run AI code reviews from your terminal against a working tree, staged diff, branch, or commit. kodus review
kodus review --staged
kodus review --prompt-only
CLI overview · Command reference · CI/CD |
Contribute Locally
Run the Kodus monorepo locally for development across the API, worker, webhooks service, web app, and local infrastructure. git clone https://github.com/kodustech/kodus-ai.git
cd kodus-ai
yarn setup
Local quickstart |
Kodus is a monorepo with multiple applications, shared domain libraries, and published packages.
kodus-ai/
├── apps/
│ ├── api/ # NestJS API
│ ├── web/ # Next.js dashboard
│ ├── worker/ # Review execution and queue consumers
│ └── webhooks/ # Git provider webhook ingestion
├── libs/ # Shared NestJS domain modules
├── packages/
│ ├── kodus-flow/ # AI agent orchestration SDK
│ └── kodus-common/ # LLM abstraction package
└── scripts/ # Dev, deploy, benchmark, and automation scripts
| Path | Purpose |
|---|---|
apps/api | Main NestJS API for authentication, organizations, teams, Kody Rules, integrations, permissions, and code review orchestration. |
apps/web | Next.js web application for the Kodus dashboard. |
apps/worker | Background service for code review execution, queue processing, suggestion checks, automation jobs, and monitoring tasks. |
apps/webhooks | Webhook ingestion service for GitHub, GitLab, Azure Repos, Bitbucket, and Forgejo events. |
libs | Shared NestJS domain modules used across Kodus applications. |
packages/kodus-flow | SDK for AI agent orchestration. |
packages/kodus-common | Shared LLM abstraction package for model providers. |
For full setup instructions, follow the Local Quickstart.
| Feature | ![]() Community | ![]() Teams | ![]() Enterprise |
|---|---|---|---|
| Price | Free | $10/dev monthly or $8/dev annual (+ tokens/dev) | Custom |
| Hosting | Self-hosted or hosted by Kodus | Hosted by Kodus | Self-hosted or hosted by Kodus |
| Bring Your Own Key (BYOK) | ✅ | ✅ | ✅ |
| PR usage | Unlimited PRs using your own API key | Unlimited PRs using your own API key | Unlimited PRs using Kodus AI Tokens API key |
| Users | Unlimited | Unlimited | Unlimited |
| Kody Rules | Up to 10 | Unlimited | Unlimited |
| Active plugins | Up to 3 | Unlimited | Unlimited |
| Kody Learnings and Memory | ✅ | ✅ | ✅ |
| Quality Radar issues | Unlimited | Unlimited | Unlimited |
| Priority queue for Kody Agents | ❌ | ✅ | ✅ |
| Engineering Metrics / Cockpit | ❌ | ✅ | ✅ |
| SSO | ❌ | ❌ | ✅ |
| RBAC + audit logs + analytics | ❌ | ❌ | ✅ |
| Compliance | ❌ | ❌ | SOC 2 |
| Support | Discord Community Support | Discord Community + Email Support | Private Discord + Email + up to 5h/month dedicated onboarding/support |
| Resource | Description |
|---|---|
| Website | Learn more about Kodus, product capabilities, and pricing. |
| Documentation | Setup guides, product docs, CLI usage, and self-hosting instructions. |
| Kodus Cloud | Start using Kodus without managing infrastructure. |
| Self-Host Guide | Deploy Kodus in your own environment. |
| CLI Docs | Run AI code reviews locally, in CI/CD, or inside coding agents. |
| Discord Community | Ask questions, get setup help, and talk with the Kodus team. |
| Pricing | Compare Community, Teams, and Enterprise editions. |
| Schedule a Call | Talk with the Kodus team about setup, self-hosting, or enterprise needs. |
We welcome contributions of all sizes 🧡
Fix a typo, improve the docs, report a bug, suggest a feature, or open a pull request for something you think should exist.
Not sure where to start? Open an issue or join the community. We’re happy to help.
TypeScript
93.9%
JavaScript
3.1%
Shell
2.2%
AI Code Review with Full Control Over Model Choice and Costs.
1,365
stars
6,176
commits
TypeScript
primary language
Sep 10, 2026
updated
Website · Community · Docs · CLI Docs · Try Kodus Cloud · Self-Host Guide
🌐 English · Português (BR) · Español · 日本語 · 简体中文 · Français
KODUS_TELEMETRY_DISABLED=true. See Anonymous Telemetry.
In this example, Kody catches a critical IDOR risk where an organizationId query parameter could bypass tenant protection when passed as an array, then suggests an explicit runtime validation before the code is merged.
Choose the workflow that matches how you want to use Kodus.
|
Try Kodus Cloud
Start reviewing pull requests without managing infrastructure. Create a free account · View pricing |
Self-host Kodus
Deploy Kodus on your own infrastructure with control over data, models, and runtime configuration. Installation guide |
|
Use the CLI
Run AI code reviews from your terminal against a working tree, staged diff, branch, or commit. kodus review
kodus review --staged
kodus review --prompt-only
CLI overview · Command reference · CI/CD |
Contribute Locally
Run the Kodus monorepo locally for development across the API, worker, webhooks service, web app, and local infrastructure. git clone https://github.com/kodustech/kodus-ai.git
cd kodus-ai
yarn setup
Local quickstart |
Kodus is a monorepo with multiple applications, shared domain libraries, and published packages.
kodus-ai/
├── apps/
│ ├── api/ # NestJS API
│ ├── web/ # Next.js dashboard
│ ├── worker/ # Review execution and queue consumers
│ └── webhooks/ # Git provider webhook ingestion
├── libs/ # Shared NestJS domain modules
├── packages/
│ ├── kodus-flow/ # AI agent orchestration SDK
│ └── kodus-common/ # LLM abstraction package
└── scripts/ # Dev, deploy, benchmark, and automation scripts
| Path | Purpose |
|---|---|
apps/api | Main NestJS API for authentication, organizations, teams, Kody Rules, integrations, permissions, and code review orchestration. |
apps/web | Next.js web application for the Kodus dashboard. |
apps/worker | Background service for code review execution, queue processing, suggestion checks, automation jobs, and monitoring tasks. |
apps/webhooks | Webhook ingestion service for GitHub, GitLab, Azure Repos, Bitbucket, and Forgejo events. |
libs | Shared NestJS domain modules used across Kodus applications. |
packages/kodus-flow | SDK for AI agent orchestration. |
packages/kodus-common | Shared LLM abstraction package for model providers. |
For full setup instructions, follow the Local Quickstart.
| Feature | ![]() Community | ![]() Teams | ![]() Enterprise |
|---|---|---|---|
| Price | Free | $10/dev monthly or $8/dev annual (+ tokens/dev) | Custom |
| Hosting | Self-hosted or hosted by Kodus | Hosted by Kodus | Self-hosted or hosted by Kodus |
| Bring Your Own Key (BYOK) | ✅ | ✅ | ✅ |
| PR usage | Unlimited PRs using your own API key | Unlimited PRs using your own API key | Unlimited PRs using Kodus AI Tokens API key |
| Users | Unlimited | Unlimited | Unlimited |
| Kody Rules | Up to 10 | Unlimited | Unlimited |
| Active plugins | Up to 3 | Unlimited | Unlimited |
| Kody Learnings and Memory | ✅ | ✅ | ✅ |
| Quality Radar issues | Unlimited | Unlimited | Unlimited |
| Priority queue for Kody Agents | ❌ | ✅ | ✅ |
| Engineering Metrics / Cockpit | ❌ | ✅ | ✅ |
| SSO | ❌ | ❌ | ✅ |
| RBAC + audit logs + analytics | ❌ | ❌ | ✅ |
| Compliance | ❌ | ❌ | SOC 2 |
| Support | Discord Community Support | Discord Community + Email Support | Private Discord + Email + up to 5h/month dedicated onboarding/support |
| Resource | Description |
|---|---|
| Website | Learn more about Kodus, product capabilities, and pricing. |
| Documentation | Setup guides, product docs, CLI usage, and self-hosting instructions. |
| Kodus Cloud | Start using Kodus without managing infrastructure. |
| Self-Host Guide | Deploy Kodus in your own environment. |
| CLI Docs | Run AI code reviews locally, in CI/CD, or inside coding agents. |
| Discord Community | Ask questions, get setup help, and talk with the Kodus team. |
| Pricing | Compare Community, Teams, and Enterprise editions. |
| Schedule a Call | Talk with the Kodus team about setup, self-hosting, or enterprise needs. |
We welcome contributions of all sizes 🧡
Fix a typo, improve the docs, report a bug, suggest a feature, or open a pull request for something you think should exist.
Not sure where to start? Open an issue or join the community. We’re happy to help.
TypeScript
93.9%
JavaScript
3.1%
Shell
2.2%