Quickstart
Get Kontrua running on your first repository in under five minutes.
SaaS quickstart
Create an account
Sign up at /signup using GitHub OAuth or email and password.Connect your repository
Install the Kontrua GitHub App on your organisation or personal account, or add a GitLab Personal Access Token. Kontrua syncs your accessible repositories automatically.Review your context settings
Context artifacts are on by default: AGENTS.md, a codemap (docs/CODEMAP.md), and conventions (docs/CONVENTIONS.md); machine-readable architecture facts are opt-in. Choose which doc views to maintain alongside them (README, API reference, architecture, changelog), set output paths, and pick templates.Approve a pull request
Approve (or merge) a PR on your watch branch. Kontrua receives the webhook, traces the diff, and opens a context PR within minutes - review and merge it like any other change.
CLI quickstart
Install the CLI
Runnpm install -g kontruato install globally.Initialize your repo
Runcd your-repo && kontrua initto scaffold a.kontrua.ymlconfig and install git hooks.Set your API key
Export your Anthropic key:export ANTHROPIC_API_KEY=sk-ant-...Generate docs
Runkontrua updateto read recent git changes and update your documentation.
Ready to keep your repo's context current?
Connect your first repository and Kontrua opens a reviewed PR with AGENTS.md, a codemap, and your conventions.