I’m excited to share Schema Gateway, an API gateway built around type schemas that drive routing, validation, and contracts.
Instead of manually wiring endpoints and validators, you define your API surface with schemas — and the gateway handles:
Automatic routing based on schema definitions
Type‑safe request/response validation
Consistent API contracts across services
Easy integration with existing backend services
It’s especially useful for teams that want to keep strong guarantees around API behavior without writing repetitive boilerplate.
Features
Schema‑first API design
Plug‑in middleware support
Extensible validation pipelines
Clear separation of contract vs implementation
Useful for
Teams designing APIs with strict typing
Microservice environments
Backends that need unified validation and routing
Anyone who wants less boilerplate and stronger API contracts
Repo: https://github.com/AncientiCe/schema-gateway
Happy to answer questions or hear feedback!