Scaffold a full-stack gRPC + GraphQL gateway + business-rule engine from .proto files in 3 commands
A code generator written in Go, inspired by gqlgen, Hasura and PostgREST: you write .proto files and the tool emits an entire production stack — gRPC services, a GraphQL gateway in front of them, and a MongoDB-backed business engine for validation, row-level security and multi-step compute actions; all wired with TLS, structured logging, DataLoaders and Dockerfiles. The engine is data-driven (rules/scopes/actions are Mongo documents, hot-reloaded without a rebuild). The emitted code is readable Go you commit to your repo, with no runtime dependency on the tool. Production-tested against two real apps (an LMS and a thesis-management system) with ~700 integration tests each.
Role: Author & maintainer — designed the CLI, code generator and business engine