Website • Docs • pkg.go.dev
Rivaas is a Go web framework that comes with everything you need to build APIs. You write your handlers — Rivaas takes care of the rest.
It gives you fast routing, input validation, automatic API docs, and built-in observability with OpenTelemetry. No need to glue together a dozen libraries.
- Very fast routing — handles over 15 million requests per second
- Automatic API docs — generates OpenAPI specs and comes with Swagger UI
- Observability built in — metrics, tracing, and structured logging, ready from the start
- 12 middleware included — things like CORS, rate limiting, compression, and auth
- Works great with Kubernetes — health probes, graceful shutdown, and config reload
- Use what you need — pick the full framework or just the packages you want
| Repository | What it is |
|---|---|
| rivaas | The framework itself — routing, validation, config, observability, and more |
| docs | Source for the documentation site |
| rivaas.dev | Source for the project website |
| artwork | Logos, icons, and brand assets |
go get rivaas.dev/app@latestApache License 2.0