> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coder1.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Coder1 Documentation

> The agentic IDE built for Claude Code users. Build software with AI at your side.

## Welcome to Coder1

Coder1 is a web-based IDE that connects to your local Claude Code subscription via the Bridge — giving you a full development environment accessible from any browser, without your code ever leaving your machine.

<Card title="Get started in 5 minutes" icon="rocket" href="/quickstart" horizontal>
  Install the Bridge, connect your Claude Code subscription, and start building.
</Card>

## Core Concepts

<Columns cols={2}>
  <Card title="The Bridge" icon="bridge" href="/getting-started/bridge-setup">
    A secure local connector that lets Coder1 run Claude on YOUR computer. Your code never leaves your machine.
  </Card>

  <Card title="Johnny5 AI Assistant" icon="robot" href="/features/johnny5">
    Your persistent AI assistant with long-term memory, autonomous task execution, and custom skills.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/troubleshooting/faq">
    Common questions about setup, the Bridge, and how Coder1 works.
  </Card>

  <Card title="Security Overview" icon="shield-halved" href="/security/overview">
    How we keep your code private and your connection secure.
  </Card>
</Columns>

## How It Works

```
Your Browser (Coder1 IDE) ←──── Bridge ────→ Your Computer
      ↑                                            ↓
  You type commands                    Claude Code CLI runs locally
      ↑                                            ↓
  Results displayed ←──────────────────── Response streams back
```

**Key principle:** Coder1 is a remote control for your local Claude — not a cloud AI service. Your files, your subscription, your machine.
