SebastienMelki/sebuf
Comprehensive Go protobuf toolkit for building type-safe HTTP APIs with automatic validation, OpenAPI docs, and low number of dependencies
Generates five specialized protoc plugins (Go/TypeScript servers and clients, plus OpenAPI specs) that enforce buf.validate rules and custom HTTP header validation at code generation time, eliminating runtime overhead. Built with zero dependencies and integrates with any Go HTTP framework or TypeScript runtime (Node, Deno, Bun, Cloudflare Workers) via Web Fetch API, while automatically producing OpenAPI v3.1 documentation that stays synchronized with proto definitions.
115 stars.
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.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.