> ## 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.

# Introduction

> Coddo is a visual interface for Claude Code and Codex CLI - Chat, Kanban, and voice dictation in a desktop app.

## What is Coddo?

Coddo is a **desktop application** that gives you a visual interface for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) and [OpenAI Codex CLI](https://platform.openai.com/docs/codex). Instead of working in the terminal, you get a beautiful chat UI, an integrated Kanban board to track task execution in real time, and built-in voice dictation to brief tasks at the speed of speech.

<CardGroup cols={3}>
  <Card title="Chat Interface" icon="message">
    A native chat UI with streaming, tool use visibility, plan mode, and rich message blocks.
  </Card>

  <Card title="Kanban Board" icon="table-columns">
    Track your tasks from backlog to done with drag-and-drop, filters, and real-time updates.
  </Card>

  <Card title="Task Automation" icon="bolt">
    Create a task, pick a branch, and let Claude Code or Codex handle the rest automatically.
  </Card>

  <Card title="Voice Dictation" icon="microphone">
    Dictate task briefs and chat messages with the built-in mic — powered by OpenAI Whisper.
  </Card>

  <Card title="Git Integration" icon="code-branch">
    Branches, commits, merges, and one-click AI conflict resolution — all without leaving the app.
  </Card>

  <Card title="Multi-project" icon="grid-2">
    Switch between projects instantly from the sidebar — all in a single window.
  </Card>

  <Card title="Skills" icon="puzzle-piece">
    Extend Claude Code and Codex with reusable skills. Install from URL or generate them with AI.
  </Card>

  <Card title="Local & Private" icon="lock">
    Everything runs locally. Your conversations, code, and project data never leave your machine.
  </Card>

  <Card title="Cross-platform" icon="desktop">
    Available on macOS, Windows, and Linux (coming soon).
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Download & Install">
    Download Coddo for macOS or Windows from [coddo.ai](https://coddo.ai/download). Linux version is coming soon.
  </Step>

  <Step title="Open a project">
    Create a new project or open an existing folder. Coddo initializes a `.coddo/` directory to store your chats and tasks locally.
  </Step>

  <Step title="Chat & build">
    Create tasks on the Kanban board, chat through the visual interface, dictate briefs by voice, and watch your tasks progress in real time.
  </Step>
</Steps>

## Whisper Island

Voice transcription, **everywhere on your Mac**. Speak in Slack, Notion, your IDE, your browser, or your mail client — and the text is pasted into the active app. Whisper Island shares the same account and quota as Coddo's built-in voice dictation.

<Card title="Discover Whisper Island" icon="microphone" href="/whisper-island/index">
  Voice dictation across every macOS app, with a notch or pill overlay.
</Card>

## Get started

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Download and install Coddo on your machine.
  </Card>

  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create your first project and run your first task in minutes.
  </Card>

  <Card title="Features" icon="sparkles" href="/features/chat">
    Explore all the features Coddo has to offer.
  </Card>

  <Card title="Guides" icon="book" href="/guides/first-project">
    Step-by-step guides for common workflows.
  </Card>
</CardGroup>
