create-appforge
v1.0.5
Published
AppForge Setup Wizard — AI design agency pipeline installer
Maintainers
Readme
AppForge
Your AI design agency. Set up in 10 minutes.
AppForge is a multi-agent AI design pipeline that takes a plain-language brief and delivers professionally debated, Figma-ready app designs — running unattended while you work.
Quick Start
npx create-appforgeThat's it. A browser window opens with the setup wizard. Follow the steps.
What You'll Need
- Node.js 18+ (nodejs.org)
- Claude Code (
npm install -g @anthropic-ai/claude-code) - An Anthropic account (anthropic.com)
- A Figma account (figma.com)
- An Ollama cloud API key (ollama.com)
What Gets Installed
AppForge installs to a single folder on your machine (default: ~/appforge-agents).
It never modifies:
- Your global Claude Code settings (
~/.claude/) - Other Claude Code projects
- Any system files or global configs
It only writes to:
- The install folder you choose during setup
Running a Design
After setup, open a terminal and start Claude Code:
cd ~/appforge-agents && claudeThen run a design:
/design:brief "A fitness tracking app for busy professionals. iOS-first, premium feel, fast workout logging."Or trigger from your phone via Claude Dispatch:
"Design an app for [your brief]"
What Happens
- Requirements & UX architecture extracted from your brief
- 2–5 design variants generated in parallel
- Each variant defended in a 4-round adversarial debate
- Winning design refined with surviving critique
- Independent Qwen3.5 AI reviews and challenges the winner
- Best ideas adopted, everything else documented
- Final design written to Figma with 4 professional pages
Cost
Typically $2–3 per full pipeline run (Claude API only). Qwen3.5 via Ollama cloud is billed separately at Ollama rates.
Removing AppForge
Delete the install folder. That's all AppForge wrote to.
rm -rf ~/appforge-agentsBuilt with Claude Code · Figma MCP · OpenCode · Qwen3.5
