Skip to main content

Start Building with Forge

AI Orchestration Kanban - Run it instantly with npx


Run Forge Instantly

No installation required. Just run:
npx @automagik/forge
That’s it! Forge will start and open in your browser at http://localhost:8887
No npm install -g needed - npx downloads and runs Forge on-demand

What You Get

🎯 Visual Kanban Board

Drag-and-drop task management for AI-powered development

🤖 8+ LLM Support

Compare Claude, Gemini, GPT-4, and more on the same task

🌳 Git Worktree Isolation

Every AI attempt runs in isolated worktree - experiment safely

📊 Result Comparison

Compare AI outputs side-by-side before merging

3-Minute Tutorial

1

Start Forge

npx @automagik/forge
Opens at http://localhost:8887
2

Create Your First Task

Click “New Task” in the web interface or use CLI:
npx @automagik/forge task create "Add dark mode toggle"
3

Let AI Work

  • Select your preferred LLM (Claude, Gemini, etc.)
  • Click “Start Attempt”
  • Watch AI work in isolated Git worktree
4

Review & Merge

  • Review the code changes in the web UI
  • Compare with other LLMs if you want
  • Merge when satisfied
You just built a feature with AI!

CLI Quick Reference

# Start Forge
npx @automagik/forge

# Create task
npx @automagik/forge task create "Task description"

# List tasks
npx @automagik/forge task list

# Compare AI results
npx @automagik/forge task compare <task-id>

Requirements

System

  • Node.js v18+
  • Git installed
  • Any OS (Mac, Linux, Windows)

API Keys (Optional)

Get keys for LLMs you want to use:
Forge works without API keys - you can explore the interface and features. Add keys later when you’re ready to run AI tasks.

Next Steps