Templates¶
GitHub templates to quickly start a new project with Connexions. Click "Use this template" to create your own repository with CI/CD pre-configured.
Portable¶
Embed OpenAPI specs and static responses into a single binary via go:embed. No code generation, no custom logic - just specs in, binary out.
Best for: quick mock servers, CI/CD test fixtures, sharing specs as executables.
Codegen¶
Generate Go handlers from OpenAPI specs with custom logic, middleware, and API Explorer UI.
Best for: mock servers with business logic, upstream proxying, request validation, team-shared development environments.