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.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.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.)
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:
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
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.