https://github.com/go-andiamo/apui
Make your API browsable!
https://github.com/go-andiamo/apui
api chi chioas go golang
Last synced: 5 months ago
JSON representation
Make your API browsable!
- Host: GitHub
- URL: https://github.com/go-andiamo/apui
- Owner: go-andiamo
- License: apache-2.0
- Created: 2025-08-05T08:36:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T20:22:06.000Z (5 months ago)
- Last Synced: 2025-08-25T22:21:50.939Z (5 months ago)
- Topics: api, chi, chioas, go, golang
- Language: Go
- Homepage:
- Size: 617 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apui
[](https://pkg.go.dev/github.com/go-andiamo/apui)
[](https://github.com/go-andiamo/apui/releases)
[](https://goreportcard.com/report/github.com/go-andiamo/apui)
Make your API browsable!
A golang drop-in package to make your APIs render as browsable, interactive HTML.

---
## Features
- Single call to write API results as HTML
- Theme support
- Fully configurable
- Uses [Aitch](https://github.com/go-andiamo/aitch) for low GC pressure rendering
- Optionally uses [Chioas](https://github.com/go-andiamo/chioas) for documentation
---
## Working demo
See [Example](https://github.com/go-andiamo/apui/tree/main/_examples/petstore)
---
## Installation
```bash
go get github.com/go-andiamo/apui
```