An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🔨 Forge — Autonomous Code Evolution

> AI-powered code generation, refactoring & optimization that improves itself over time.

![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)
![Python](https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)

## 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)