← All Projects
Okapi
Modern, minimalist HTTP web framework for Go
A Go web framework inspired by FastAPI that focuses on clarity, strong typing, automatic validation, and built-in OpenAPI documentation generation. Build production APIs with minimal boilerplate.
GoLanguage
MITLicense
Key Features
Intuitive, declarative API syntax
Automatic request binding (JSON, XML, forms, query, headers)
Built-in struct-tag validation
Auto-generated OpenAPI 3 docs with Swagger UI & ReDoc
Native JWT and Basic Auth support
Fully compatible with Go standard library (net/http)
TLS, CORS, and graceful shutdown built-in
Runtime doc and route enable/disable
Get started with Okapi
Check out the source code, read the docs, and start building.