tislib/apibrew
APIBrew is Low code software to automate building CRUDs from yaml files
APIBrew helps developers quickly build robust backend services. You define your data structures (like 'Book' with 'title' and 'description') in simple YAML files, and it automatically generates a complete set of APIs (REST and gRPC) for creating, reading, updating, and deleting that data. This is ideal for software developers and backend engineers who need to provide data access for mobile apps, websites, or internal tools.
253 stars.
Use this if you need to rapidly create standardized, well-documented backend APIs for your applications or to manage data in a CRUD (Create, Read, Update, Delete) fashion without writing extensive boilerplate code.
Not ideal if you need a highly custom, hand-coded API with very complex business logic that cannot be expressed through declarative configuration or simple extensions.
Stars
253
Forks
9
Language
Go
License
MIT
Category
Last pushed
Feb 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/tislib/apibrew"
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.