Quick Start
import { Steps, Aside } from ‘@astrojs/starlight/components’;
Get Kodel.AI running locally in under 5 minutes.
Prerequisites
Section titled “Prerequisites”- Docker and Docker Compose installed
- An API key from OpenAI, Anthropic, or any compatible provider
-
Clone the repository
Terminal window git clone https://github.com/kodel-ai/kodelcd kodel -
Create your environment file
Terminal window cp .env.example .envOpen
.envand set your LLM API key:Terminal window OPENAI_API_KEY=sk-... -
Start the stack
Terminal window docker compose up -dThis starts PostgreSQL, ClickHouse, the server, and one agent container.
-
Create your first user
Terminal window bun run scripts/dev-auth.tsThis creates
dev@kodel.test/Dev1234!and prints an auth token. -
Open the UI
Navigate to http://localhost:3000 and log in.
Your first task
Section titled “Your first task”- Create a Project and link it to a git repository
- Open the Board and create a task: “Add a hello world endpoint”
- Click Run Agent — watch it write code in real time
- Review the generated pull request
What’s next
Section titled “What’s next”- Installation Guide — production deployment
- Projects — connect your git repo and configure the agent
- AI Agent — understand how the agent thinks and acts