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

# Forge

> AI Orchestration Kanban - Where Vibe Coding Meets Structure

**AI Orchestration Kanban**

Multi-agent orchestrator with Git worktree isolation. Experiment with 8+ LLMs (Claude, Gemini, Cursor), compare results, ship code you understand.

### Key Features

* **Multi-LLM Support**: Work with 8+ different LLMs simultaneously
* **Git Worktree Isolation**: Experiment safely without affecting your main codebase
* **Visual Kanban Board**: Track AI-driven tasks with an intuitive interface
* **Result Comparison**: Compare outputs from different AI models side-by-side
* **Production-Ready**: Ship code you actually understand and can maintain

### Quick Links

<CardGroup cols={2}>
  <Card title="GitHub Repository" icon="github" href="https://github.com/namastexlabs/automagik-forge">
    View source code and contribute
  </Card>

  <Card title="NPM Package" icon="npm" href="https://www.npmjs.com/package/@automagik/forge">
    Install via NPM
  </Card>
</CardGroup>

### Quick Start

```bash theme={null}
npx @automagik/forge
```

No installation required - runs instantly!

### Get Started

<CardGroup cols={2}>
  <Card title="Introduction" icon="book" href="/forge/introduction">
    Learn about Forge
  </Card>

  <Card title="Quick Start" icon="rocket" href="/forge/quickstart">
    Get up and running
  </Card>
</CardGroup>
