Get from idea to autonomous builds in 5 minutes.
- Node.js 18+
- Claude Code (
npm i -g @anthropic-ai/claude-code) or Codex CLI (npm i -g @openai/codex) - A VM you can SSH into (Hetzner, DigitalOcean, whatever)
cd your-project
npx ralph-inferno installSSH into your VM and run:
npm i -g @anthropic-ai/claude-code # or @openai/codex
claude login # or codex login
gh auth login
npx playwright install-deps && npx playwright installclaude # Start Claude Code
/ralph:idea "saas app" # Brainstorm → PROJECT-BRIEF.md
/ralph:discover # Research → PRD.md
/ralph:plan # Specs
/ralph:deploy # 🚀 Send to VM, go to sleepclaude
/ralph:change-request "add dark mode" # Analyze → specs
/ralph:plan
/ralph:deploy # 🚀/ralph:review # See what Ralph builtRalph handles the grunt work. You handle the vision.
📚 Full docs: README.md | 🏗️ Architecture