https://github.com/crazycompanyinc/forge
🔨 Autonomous code evolution system — AI-powered code generation, refactoring & optimization that improves itself over time.
https://github.com/crazycompanyinc/forge
ai automation autonomous code-generation llm self-improving
Last synced: 24 days ago
JSON representation
🔨 Autonomous code evolution system — AI-powered code generation, refactoring & optimization that improves itself over time.
- Host: GitHub
- URL: https://github.com/crazycompanyinc/forge
- Owner: crazycompanyinc
- Created: 2026-05-08T07:10:20.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-05-26T17:29:24.000Z (about 1 month ago)
- Last Synced: 2026-05-26T19:16:24.039Z (about 1 month ago)
- Topics: ai, automation, autonomous, code-generation, llm, self-improving
- Language: Python
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔨 Forge — Autonomous Code Evolution
> AI-powered code generation, refactoring & optimization that improves itself over time.



## What is Forge?
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.
## ✨ Features
- 🧠 **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
## 🚀 Quick Start
```bash
git clone https://github.com/crazycompanyinc/forge
cd forge
npm install
npm run dev
```
## 🛠️ Tech Stack
- **Core:** TypeScript, Python
- **AI:** LLM integration (OpenAI, Anthropic, local)
- **AST:** Tree-sitter for multi-language parsing
## 📄 License
MIT
---
Built with ❤️ by [ZOO Technologies](https://zootechnologies.com)