Skip to content

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

connexions-portable-template

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

connexions-codegen-template

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.