README.md

July 8, 2026 · View on GitHub

koduslogo

PRs Welcome Github Stars License


Website · Community · Docs · CLI Docs · Try Kodus Cloud · Self-Host Guide

🌐 English · Português (BR) · Español · 日本語 · 简体中文 · Français

Why Teams Choose Kodus

  • Model Agnostic: Use Claude, GPT-5, Gemini, Llama, GLM, Kimi or any OpenAI-compatible endpoint.
  • Zero Markup on LLM Costs: You pay model providers directly. No hidden multipliers.
  • Learns from Your Context: Kody adapts to your architecture, standards, and workflow.
  • You Set the Rules: Define custom review rules in plain language.
  • Privacy & Security: Source code is not used to train models, data is encrypted in transit and at rest, and self-hosted runners are supported. Self-hosted instances send one anonymous heartbeat per day (aggregated counters only — no code, names, or identifiers); opt out with KODUS_TELEMETRY_DISABLED=true. See Anonymous Telemetry.
  • Native Git Workflow: Works directly in PRs with GitHub, GitLab, Bitbucket, and Azure Repos.
  • CLI + CI/CD Ready: Run reviews locally and in pipelines.
  • Operational Impact: Track technical debt and delivery metrics while keeping review quality high.

Product Highlights

🔑 Bring Your Own Key
Connect your own provider credentials and choose the models behind Kodus reviews: OpenAI, Anthropic, Google Gemini, Vertex AI, Novita, or any OpenAI-compatible endpoint. Keep billing and usage under your own provider account, without hidden LLM markups.

Kodus BYOK model provider configuration


📈 Token Usage
Track token consumption across AI code reviews, understand cost drivers, and keep model spend predictable as adoption grows.

Kodus token usage dashboard


⚙️ Kody Rules
Kody Rules let teams define review instructions in plain language and apply them across organizations, repositories, paths, or specific review scopes. Kody uses those rules as context when reviewing pull requests, helping enforce architecture decisions, security expectations, testing practices, and repository-specific conventions without relying on reviewers to repeat the same feedback manually.

Kody rules


📊 Cockpit
Cockpit helps teams measure Kodus review effectiveness, Kody Rule health, repository health, and delivery metrics across the engineering workflow.

Kodus Cockpit showing AI code review pipeline health


🧩 Kody Issues
Automatically track unimplemented suggestions from closed pull requests, manage them by status, severity, category, and repository, and let Kody resolve them when the fix appears in a future PR.

Kodus Issues dashboard


🔎 See Kody reviewing a real pull request
Kody does more than summarize diffs. It reviews code with context, flags risks by severity, and suggests concrete fixes directly in the pull request.

Kody detecting a critical IDOR security issue in a pull request review

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.

Get Started

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

Monorepo Structure

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
PathPurpose
apps/apiMain NestJS API for authentication, organizations, teams, Kody Rules, integrations, permissions, and code review orchestration.
apps/webNext.js web application for the Kodus dashboard.
apps/workerBackground service for code review execution, queue processing, suggestion checks, automation jobs, and monitoring tasks.
apps/webhooksWebhook ingestion service for GitHub, GitLab, Azure Repos, Bitbucket, and Forgejo events.
libsShared NestJS domain modules used across Kodus applications.
packages/kodus-flowSDK for AI agent orchestration.
packages/kodus-commonShared LLM abstraction package for model providers.

For full setup instructions, follow the Local Quickstart.

Open Source vs. Teams vs. Enterprise

FeatureKody Community
Community
Kody Teams
Teams
Kody Enterprise
Enterprise
PriceFree$10/dev monthly or $8/dev annual (+ tokens/dev)Custom
HostingSelf-hosted or hosted by KodusHosted by KodusSelf-hosted or hosted by Kodus
Bring Your Own Key (BYOK)
PR usageUnlimited PRs using your own API keyUnlimited PRs using your own API keyUnlimited PRs using Kodus AI Tokens API key
UsersUnlimitedUnlimitedUnlimited
Kody RulesUp to 10UnlimitedUnlimited
Active pluginsUp to 3UnlimitedUnlimited
Kody Learnings and Memory
Quality Radar issuesUnlimitedUnlimitedUnlimited
Priority queue for Kody Agents
Engineering Metrics / Cockpit
SSO
RBAC + audit logs + analytics
ComplianceSOC 2
SupportDiscord Community SupportDiscord Community + Email SupportPrivate Discord + Email + up to 5h/month dedicated onboarding/support

Compare all plan →

Resources

ResourceDescription
WebsiteLearn more about Kodus, product capabilities, and pricing.
DocumentationSetup guides, product docs, CLI usage, and self-hosting instructions.
Kodus CloudStart using Kodus without managing infrastructure.
Self-Host GuideDeploy Kodus in your own environment.
CLI DocsRun AI code reviews locally, in CI/CD, or inside coding agents.
Discord CommunityAsk questions, get setup help, and talk with the Kodus team.
PricingCompare Community, Teams, and Enterprise editions.
Schedule a CallTalk with the Kodus team about setup, self-hosting, or enterprise needs.

Contributing

Kody contributing

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.