Code Generation

Open-source projects categorized as Code Generation

Top 23 Code Generation Open-Source Projects

Code Generation
  1. go-zero

    A cloud-native Go microservices framework with cli tool for productivity.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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
  4. 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.

  5. claude-context

    Code search MCP for Claude Code. Make entire codebase the context for any coding agent.

    Project mention: Beads – A memory upgrade for your coding agent | news.ycombinator.com | 2025-11-27

    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

  6. CodeGeeX

    CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)

    Project mention: 20 AI Coding Assistants: Smarter, Faster, More Secure | dev.to | 2025-10-16

    CodeGeeX offers free code generation, translation, and chat features for developers.

  7. CopilotForXcode

    The first GitHub Copilot, Codeium and ChatGPT Xcode Source Editor Extension

  8. Insanity

    Meta-programming for Swift, stop writing boilerplate code.

  9. Entitas

    Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity

  10. CodeGeeX2

    CodeGeeX2: A More Powerful Multilingual Code Generation Model

  11. 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-09

    So 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.

  12. JavaParser

    Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.

  13. ts-morph

    TypeScript Compiler API wrapper for static analysis and programmatic code changes.

    Project mention: JSIR: A High-Level IR for JavaScript | news.ycombinator.com | 2026-04-07

    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

  14. 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.

  15. easyjson

    Fast JSON serializer for golang.

    Project mention: Mastering Go profiling | dev.to | 2025-11-17

    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.

  16. OpenAgents

    [COLM 2024] OpenAgents: An Open Platform for Language Agents in the Wild

  17. glad

    Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.

    Project mention: Learning OpenGL Part: The End - Model loading | dev.to | 2025-10-26
  18. asmjit

    Low-latency machine code generation

    Project mention: Asmjit | news.ycombinator.com | 2025-07-13
  19. go-recipes

    🦩 Tools for Go projects

  20. 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!

  21. godogen

    Autonomous game development for Godot, Bevy, and Babylon.js with Claude Code and Codex

    Project mention: Gemini 3.5: frontier intelligence with action | news.ycombinator.com | 2026-05-19

    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

  22. kotlinpoet

    A Kotlin API for generating .kt source files.

  23. 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-05

    For 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.

  24. jennifer

    Jennifer is a code generator for Go

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Code Generation discussion

Log in or Post with

Code Generation related posts

  • I Already Control This Computer. Here's a Tool That Lets Other AIs Do It

    1 project | dev.to | 9 Jul 2026
  • MapStruct vs Immuto: Where the Records Gap Actually Is

    1 project | dev.to | 5 Jul 2026
  • Lore – give your coding agent the decisions your team made

    3 projects | news.ycombinator.com | 28 Jun 2026
  • Desktop Commander MCP

    1 project | news.ycombinator.com | 22 Jun 2026
  • EU AI Act Enforcement Starts in 7 Weeks. Is Your Codebase Ready?

    1 project | dev.to | 10 Jun 2026
  • An experimental coding agent for small (<10B) and tiny (<1B) LLMs

    1 project | news.ycombinator.com | 9 Jun 2026
  • I built an open protocol to make AI coding agents follow senior-engineering workflows

    1 project | dev.to | 23 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Go is
the 4th most popular programming language
based on number of references?