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

# Automagik Forge

> AI Orchestration Kanban - Where Vibe Coding Meets Structure

<div style={{ textAlign: 'center', marginBottom: '3rem', marginTop: '2rem' }}>
  <img src="https://mintcdn.com/namastexlabs-b919dcc5/Bc6rP667oMpDq0SH/images/brand/automagik-logo-dark-png.png?fit=max&auto=format&n=Bc6rP667oMpDq0SH&q=85&s=154bb01c8c5d6bf0826e339ea148aad6" alt="Automagik" style={{ maxWidth: '500px', width: '100%', margin: '0 auto', transform: 'scale(1.3)', transformOrigin: 'center' }} className="dark:hidden" width="1000" height="500" data-path="images/brand/automagik-logo-dark-png.png" />

  <img src="https://mintcdn.com/namastexlabs-b919dcc5/Bc6rP667oMpDq0SH/images/brand/automagik-logo-light-png.png?fit=max&auto=format&n=Bc6rP667oMpDq0SH&q=85&s=e49bf340869620b9a282260144f29e4c" alt="Automagik" style={{ maxWidth: '500px', width: '100%', margin: '0 auto', transform: 'scale(1.3)', transformOrigin: 'center' }} className="hidden dark:block" width="1000" height="500" data-path="images/brand/automagik-logo-light-png.png" />
</div>

<div style={{ textAlign: 'center', marginBottom: '4rem', display: 'flex', flexDirection: 'column', alignItems: 'center' }}>
  <h1 style={{ display: 'block', fontSize: '3rem', fontWeight: '900', marginBottom: '1rem', textAlign: 'center', width: '100%', background: 'linear-gradient(to right, #FF00FF, #00FFFF)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent' }}>
    Forge
  </h1>

  <h2 style={{ display: 'block', fontSize: '1.5rem', fontWeight: '300', marginTop: '0', textAlign: 'center', width: '100%', color: '#888' }}>
    AI Orchestration Kanban
  </h2>

  <p style={{ fontSize: '1.2rem', marginTop: '1rem', maxWidth: '600px' }}>
    Run any AI task. Compare 8+ LLMs side-by-side. Ship code you understand.
  </p>
</div>

<div style={{ textAlign: 'center', marginBottom: '3rem' }}>
  <code
    style={{
fontSize: '1.5rem',
padding: '1rem 2rem',
background: 'rgba(255, 0, 255, 0.1)',
border: '2px solid #FF00FF',
borderRadius: '8px',
display: 'inline-block'
}}
  >
    npx @automagik/forge
  </code>

  <p style={{ marginTop: '1rem', color: '#888' }}>
    No installation required - runs instantly
  </p>
</div>

***

## ✨ What Makes Forge Different

<CardGroup cols={2}>
  <Card title="Visual Kanban Board" icon="table-columns">
    **Drag-and-drop task management**

    Organize AI work visually. Track progress from idea to production.
  </Card>

  <Card title="Multi-LLM Comparison" icon="brain">
    **8+ AI models at your fingertips**

    Run Claude, GPT-4, Gemini, and more on the same task. Compare results side-by-side.
  </Card>

  <Card title="Git Worktree Isolation" icon="code-branch">
    **Safe experimentation**

    Every AI attempt runs in isolated Git worktree. Never worry about breaking your main branch.
  </Card>

  <Card title="Ship with Confidence" icon="check">
    **Understand every change**

    Review AI-generated code before merging. You stay in control, always.
  </Card>
</CardGroup>

***

## 🎯 Perfect For

<AccordionGroup>
  <Accordion title="🚀 Solo Developers">
    Get an AI pair programmer that never sleeps. Experiment with multiple AI models without switching tools.
  </Accordion>

  <Accordion title="👥 Development Teams">
    Standardize AI workflows across your team. Compare which AI works best for different types of tasks.
  </Accordion>

  <Accordion title="🔬 AI Researchers">
    Benchmark LLM performance on real coding tasks. Track which models excel at what.
  </Accordion>

  <Accordion title="📚 Learning AI Development">
    See how different AIs approach the same problem. Learn by comparing their solutions.
  </Accordion>
</AccordionGroup>

***

## 🚀 Get Started in 3 Steps

<Steps>
  <Step title="Run Forge">
    ```bash theme={null}
    npx @automagik/forge
    ```

    Opens at `http://localhost:8887`
  </Step>

  <Step title="Create a Task">
    Click **"New Task"** and describe what you want to build
  </Step>

  <Step title="Let AI Work">
    Select your LLM, start the attempt, review the code, and merge when ready
  </Step>
</Steps>

<div style={{ textAlign: 'center', marginTop: '2rem' }}>
  <a
    href="/quickstart"
    style={{
fontSize: '1.2rem',
padding: '1rem 2rem',
background: 'linear-gradient(to right, #FF00FF, #00FFFF)',
color: 'white',
borderRadius: '8px',
textDecoration: 'none',
display: 'inline-block',
fontWeight: 'bold'
}}
  >
    Read Full Quickstart →
  </a>
</div>

## Why Forge Exists

**The Problem:** AI coding tools today lock you into one model, one workflow, one approach. You can't compare. You can't experiment. You just... trust.

**Our Solution:** Forge gives you a visual workspace to run any AI on any task, compare results, and ship code you actually understand.

<CardGroup cols={2}>
  <Card title="You Stay in Control" icon="hand">
    AI suggests, you decide. Review every change before it touches your codebase.
  </Card>

  <Card title="No Vendor Lock-In" icon="unlock">
    Switch between Claude, GPT-4, Gemini freely. Compare. Choose what works.
  </Card>

  <Card title="100% Open Source" icon="code">
    MIT licensed. Run it anywhere. Modify it however you want.
  </Card>

  <Card title="Built by Developers" icon="users">
    We use Forge to build Forge. That's the ultimate dogfooding.
  </Card>
</CardGroup>

***

## 🔗 Learn More

<CardGroup cols={2}>
  <Card title="Full Documentation" icon="book" href="/forge/introduction">
    Deep dive into concepts, workflows, and advanced features
  </Card>

  <Card title="Join Discord" icon="discord" href="https://discord.gg/xcW8c7fF3R">
    Get help, share tips, connect with other Forge users
  </Card>

  <Card title="View on GitHub" icon="github" href="https://github.com/namastexlabs/automagik-forge">
    Star the repo, report issues, contribute code
  </Card>

  <Card title="Product Roadmap" icon="map" href="https://github.com/orgs/namastexlabs/projects/9">
    See what we're building next
  </Card>
</CardGroup>

***

<div style={{ textAlign: 'center', padding: '2rem 0', color: '#999' }}>
  <p style={{ fontSize: '0.9rem' }}>
    Made with ❤️ by <a href="https://namastex.ai" style={{ color: '#FF00FF' }}>Namastex Labs</a>
  </p>

  <p style={{ fontSize: '0.85rem', fontStyle: 'italic' }}>
    Part of the Automagik Suite - AI that elevates human potential
  </p>
</div>
