zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
This framework helps software engineers quickly build stable and high-performing web and backend services, especially for systems that need to handle millions of users. It takes simple API descriptions and generates code in various programming languages, allowing developers to focus on features rather than boilerplate. It's designed for software architects and senior developers building cloud-native microservices.
32,816 stars. Actively maintained with 23 commits in the last 30 days.
Use this if you need to develop robust, scalable microservices in Go that are resilient to high traffic and failures, and you want to streamline development with code generation.
Not ideal if you are building a small, simple application that doesn't require microservices or high-scale cloud-native capabilities, or if you prefer a different programming language than Go.
Stars
32,816
Forks
4,287
Language
Go
License
MIT
Category
Last pushed
Mar 18, 2026
Commits (30d)
23
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/zeromicro/go-zero"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Recent Releases
Compare
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.
goadesign/goa
Design-first Go framework that generates API code, documentation, and clients. Define once in an...