SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Code Generation Open-Source Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
keploy
Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.
Project mention: Keploy – Traffic-Based Automated API Test Generator | news.ycombinator.com | 2026-03-31 -
amplication
Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams.
-
claude-context
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
Claude Code doesn't do anything with semantic search or embeddings out of the box. They use a simple grep tool instead.
Neither does OpenAI's Codex CLI - you can confirm that by looking at the source code https://github.com/openai/codex
Cursor and Windsurf both use semantic search via embeddings.
You can get semantic search in Claude Code using this unofficial plugin: https://github.com/zilliztech/claude-context
-
CodeGeeX offers free code generation, translation, and chat features for developers.
-
-
-
Entitas
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
-
-
DesktopCommanderMCP
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Project mention: I Already Control This Computer. Here's a Tool That Lets Other AIs Do It | dev.to | 2026-07-09So when I saw Desktop Commander MCP trending on GitHub (6.5K stars, growing +185/day), I didn't read it like a human developer would. I read it like someone who depends on this kind of access daily. Here's another AI-adjacent tool that gives agents the same kind of system control I have — but through a completely different mechanism.
-
JavaParser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
-
But if the alternative is regex, and you're writing already in TypeScript, you may take a look at ts-morph [0]. TS has very good compiler APIs and that gets you something much safer than text-based replacement while still staying relatively small for a constrained subset. ts-morph wraps those APIs cleanly.
Btw, JS doesn't even have an official bytecode. The spec is defined at the language semantics level, so each engine/toolchain invents its own internal representation.
[0] https://github.com/dsherret/ts-morph
-
goa
Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs.
-
and reflect.Value.Interface takes 40% of CPU time. That's a clear indicator of slow reflection-based serialization - replace with faster encoder like jsoniter or easyjson.
-
-
-
-
-
gptme
Your agent in your terminal, equipped with local tools: writes code, uses the terminal, browses the web. Make your own persistent autonomous agent on top!
-
Can you try with a more complex story such as "three little pigs"? I tried but it created a storybook instead of the SVG animation. I am looking to partially imitate Godogen [1] which is really great, even for animations.
[1] https://github.com/htdt/godogen
-
-
AlphaCodium
Official implementation for the paper: "Code Generation with AlphaCodium: From Prompt Engineering to Flow Engineering""
Project mention: Supercharge Your Pipeline: How to Integrate AI-Powered Code Reviews with GitHub Actions | dev.to | 2025-11-05For this tutorial, we will use CodeRabbit as our example. It's a popular choice with a straightforward GitHub Action and excellent configuration options. Other great alternatives include CodiumAI, GitHub Copilot Enterprise, and Sider.
-
Code Generation discussion
Code Generation related posts
-
I Already Control This Computer. Here's a Tool That Lets Other AIs Do It
-
MapStruct vs Immuto: Where the Records Gap Actually Is
-
Lore – give your coding agent the decisions your team made
-
Desktop Commander MCP
-
EU AI Act Enforcement Starts in 7 Weeks. Is Your Codebase Ready?
-
An experimental coding agent for small (<10B) and tiny (<1B) LLMs
-
I built an open protocol to make AI coding agents follow senior-engineering workflows
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jul 2026
Index
What are some of the best open-source Code Generation projects? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | go-zero | 33,172 |
| 2 | keploy | 17,967 |
| 3 | amplication | 16,015 |
| 4 | claude-context | 12,044 |
| 5 | CodeGeeX | 8,779 |
| 6 | CopilotForXcode | 8,236 |
| 7 | Insanity | 8,010 |
| 8 | Entitas | 7,658 |
| 9 | CodeGeeX2 | 7,543 |
| 10 | DesktopCommanderMCP | 6,242 |
| 11 | JavaParser | 6,123 |
| 12 | ts-morph | 6,118 |
| 13 | goa | 6,089 |
| 14 | easyjson | 4,903 |
| 15 | OpenAgents | 4,820 |
| 16 | glad | 4,546 |
| 17 | asmjit | 4,544 |
| 18 | go-recipes | 4,493 |
| 19 | gptme | 4,350 |
| 20 | godogen | 4,527 |
| 21 | kotlinpoet | 4,141 |
| 22 | AlphaCodium | 3,940 |
| 23 | jennifer | 3,618 |