AI-powered code generation, refactoring & optimization that improves itself over time.
Forge is an autonomous code evolution system that uses AI to generate, refactor, and optimize code. Unlike simple code completion tools, Forge understands your entire codebase and can make architectural decisions, write tests, and improve itself over time.
- π§ AI Code Generation β from natural language descriptions
- π Autonomous Refactoring β identifies and fixes code smells
- β Test Generation β automatic unit and integration tests
- π Architecture Analysis β suggests structural improvements
- π Self-Improvement β learns from past changes
- π Code Metrics β complexity, coverage, quality scores
- π Multi-Language β TypeScript, Python, Go, Rust
git clone https://github.com/crazycompanyinc/forge
cd forge
npm install
npm run dev- Core: TypeScript, Python
- AI: LLM integration (OpenAI, Anthropic, local)
- AST: Tree-sitter for multi-language parsing
MIT
Built with β€οΈ by ZOO Technologies