SebastienMelki/sebuf
Comprehensive Go protobuf toolkit for building type-safe HTTP APIs with automatic validation, OpenAPI docs, and low number of dependencies
This toolkit helps software developers quickly build consistent, production-ready HTTP APIs. You define your API's structure and rules using a protobuf file, and the toolkit automatically generates servers, clients, and API documentation for both Go and TypeScript. It's designed for developers working on backend services and microservices.
115 stars.
Use this if you are a backend developer building HTTP APIs and want to ensure type safety, automatic validation, and up-to-date OpenAPI documentation directly from your protobuf definitions.
Not ideal if you are not a software developer or if your project does not use Protocol Buffers for API definition.
Stars
115
Forks
7
Language
Go
License
MIT
Category
Last pushed
Mar 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/SebastienMelki/sebuf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
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.