A spec-aware, terminal-native API explorer.
Dazzle parses your OpenAPI spec and provides an interactive terminal UI for browsing endpoints, filtering, and keyboard navigation.
# From a local file
dazzle ./openapi.yaml
# From a URL
dazzle https://petstore3.swagger.io/api/v3/openapi.jsongit clone https://github.com/yourusername/dazzle.git
cd dazzle
make buildRequires Go 1.23+.
make build # Build binary
make test # Run tests
make lint # Lint
make all # All of the above