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

# Introduction to Forge

> Where Vibe Coding Meets Structure

<div style={{ textAlign: 'center', marginBottom: '2rem' }}>
  <h1 style={{ fontSize: '2.5rem', fontWeight: '300', marginBottom: '1rem' }}>
    Where <span style={{ fontWeight: '900', background: 'linear-gradient(to right, #FF00FF, #00FFFF)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent' }}>Vibe Coding</span> Meets Structure
  </h1>
</div>

## What is Forge?

Forge is the **maestro of AI-powered development** - transforming "vibe coding" chaos into structured productivity. A Kanban board that not only organizes tasks but executes them through any AI agent (Claude, Gemini, Cursor, and more), with Git worktree isolation and multi-agent orchestration.

## The Problem

AI-powered development often feels like this:

* **Lost Context**: Chat histories disappear, ideas get forgotten
* **Vendor Lock-in**: Stuck with a single AI provider
* **Chaos**: No clear organization or task management
* **Risk**: Experiments can break your main codebase
* **Comparison Paralysis**: Can't easily compare different AI approaches

## The Solution

Forge brings **structure to the creative chaos** of AI development:

<CardGroup cols={2}>
  <Card title="Multi-LLM Support" icon="brain">
    Work with 8+ different LLMs simultaneously. Compare Claude against Gemini, test Cursor's suggestions, find the best tool for each task.
  </Card>

  <Card title="Git Worktree Isolation" icon="code-branch">
    Experiment fearlessly. Each task gets its own isolated workspace - your main codebase stays pristine while you explore.
  </Card>

  <Card title="Visual Kanban Board" icon="table-columns">
    Track AI-driven tasks with an intuitive interface. See what's planned, in progress, and shipped at a glance.
  </Card>

  <Card title="BYOL Architecture" icon="plug">
    **Bring Your Own LLM** - You choose, you control, you own the relationship with your AI providers.
  </Card>
</CardGroup>

## Key Features

### 🎯 Structured AI Development

Transform vibe coding into a systematic workflow:

* **Task Organization**: Kanban-based task management
* **Multi-Agent Orchestration**: Coordinate multiple AIs on different tasks
* **Result Comparison**: Side-by-side outputs from different models
* **Production-Ready**: Ship code you actually understand and can maintain

### 🔧 Developer Experience

Built by developers, for developers:

* **Git Integration**: Native worktree support for safe experimentation
* **LLM Agnostic**: Works with Claude, Gemini, Cursor, and more
* **Visual Interface**: Clear, intuitive Kanban board
* **Smart Context**: Maintains context across conversations

### 🚀 Workflow Acceleration

* **Parallel Development**: Work on multiple features simultaneously
* **AI Model Shopping**: Find the best AI for each specific task
* **Safe Experimentation**: Try risky changes without fear
* **Clear History**: Track what worked and what didn't

## Who is Forge For?

<AccordionGroup>
  <Accordion title="Solo Developers">
    Manage your personal projects with AI assistance, experiment with different models, and maintain a clear development workflow.
  </Accordion>

  <Accordion title="Small Teams">
    Coordinate AI-assisted development across team members, share successful prompts, and maintain consistent code quality.
  </Accordion>

  <Accordion title="AI Enthusiasts">
    Explore the capabilities of different AI models, compare their strengths and weaknesses, and master AI-powered development.
  </Accordion>

  <Accordion title="Production Teams">
    Ship AI-assisted features with confidence, maintain code quality, and keep humans in control of the development process.
  </Accordion>
</AccordionGroup>

## Why "Forge"?

A forge is where raw materials are **shaped into useful tools** through heat and hammering. Similarly, Forge takes the raw power of AI models and shapes them into structured, production-ready code through systematic workflows.

## Philosophy

Forge embodies our core philosophy:

<Card title="AI that elevates human potential, not replaces it" icon="users">
  * **You orchestrate** - AI executes
  * **You decide** - AI suggests
  * **You understand** - AI explains
  * **You own** - No vendor lock-in
</Card>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/forge/installation">
    Get Forge installed and configured
  </Card>

  <Card title="Quick Start" icon="rocket" href="/forge/quickstart">
    Create your first AI-powered task
  </Card>

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