A highly opinionated gateway
with no opinions
Multi-tenant HTTP routing with embedded Lua. You write the logic, we handle the HTTP.
What It Does
HTTP primitives. No built-in opinions about your business logic.
Multi-Service Routing
Route requests to different backends per tenant, path, or any custom logic you write.
Lua-Powered Flexibility
Change routing rules on the fly. Full LuaRocks ecosystem. No gateway rebuild required.
Bring Your Own Logic
No built-in auth, rate limiting, or opinions. Just HTTP primitives.
Quick Start
1. Configure routes
2. Write handlers
Examples
Service Routing
Route requests to different backend services based on path, headers, or custom logic. Simple Lua functions control the routing.
Custom Middleware
Implement authentication, logging, or rate limiting. Write middleware functions that check requests before routing.