The Problem
React-era patterns exceed AI's reasoning capacity. 45% of AI-generated code has security vulnerabilities. Senior engineers are burning out on "vibe coded" spaghetti.
An opinionated toolchain for building applications with coding agents
forge new rally-hq # scaffolds a deployable app
forge feature "user auth" # AI generates from spec
forge test # verifies correctness
forge deploy # ships to production
React-era patterns exceed AI's reasoning capacity. 45% of AI-generated code has security vulnerabilities. Senior engineers are burning out on "vibe coded" spaghetti.
Not a new framework. An opinionated workflow on top of proven tools. Build rally-hq first, extract patterns that work, then automate them.
New to Forge? Read these in order.
What's done, what's in progress, what's next. Updated as we build.
What worked, what didn't, why. The source material for the eventual doctrine.
Independent audit of research, methodology, and execution plan.
Chronological record of all decisions with context and rationale.
The patterns that make AI-generated code reliable.
AI selects from components, doesn't invent them
No client state management to confuse the AI
All functions have Zod schemas AI can reason about
Explicit states, not implicit control flow
Tests derived from types automatically
Structure is in filesystem, not config
Background research from December 2025 that led to Forge. Reference material, not active docs.