Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coddo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Create your first project

After completing the onboarding, you can add a project from the sidebar.
1

Add a project

Click New Project or Open Project from the sidebar. For a new project, choose a parent directory and a project name. Coddo will create the folder and initialize it with a .coddo/ directory for storing chats and tasks.
You can also open an existing project folder - Coddo will initialize the .coddo/ directory automatically.
2

Explore the workspace

Once your project is open, you’ll see:
  • Sidebar (left) - Project switcher, task threads (todo/in-progress/review), and chat threads
  • Main area (center) - The active view (Kanban, Chat, etc.)
Git, Statistics, and CLAUDE.md are accessible via the more button in the sidebar.
3

Create your first task

Switch to the Kanban view and click + New Task. Give it a title and an instruction describing what you want Claude Code to do. For example:
Title: Add a README
Instruction: Create a README.md file with a project description,
installation instructions, and usage examples.
4

Run the task

Move your task to the Todo column. Coddo’s queue runner automatically picks it up, creates a chat thread, and starts Claude Code.Claude Code will:
  • Analyze your project
  • Execute the changes
  • Show you tool outputs and progress in real time
Click on the task to watch the conversation.
5

Review and complete

Once Claude Code finishes, the task moves to Review. Check the changes in the chat and the diff viewer. For worktree tasks, validate and merge the branch. Move your task to Done on the Kanban board.

What’s next?

Chat Interface

Learn about all the chat features -streaming, plan approval, diffs, and more.

Kanban Board

Master task management with columns, tags, and execution modes.

Task Workflow

Understand the full lifecycle of a task from creation to completion.

Git Workflow

Learn how Coddo integrates with Git for seamless version control.