OpenAPI Documentation Generator

Analyze backend API source code and auto-generate an OpenAPI 3.1 specification file along with an interactive documentation page.

✓ 124 reported success·v1.4.0·Updated 2026-04-10

Overview

## Overview This crystal reads your backend routing code — supporting Express, FastAPI, and Gin — and automatically extracts routes, path parameters, query parameters, request bodies, and response schemas to produce a standards-compliant OpenAPI 3.1 YAML file. ## Features - Automatic request/response schema inference, including nested object types - Realistic example value generation for every parameter and response field - Logical grouping of endpoints by resource using OpenAPI tags - Optional Swagger UI HTML output for one-command interactive API documentation hosting

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v1.4.02026-04-10·Contributors: @doramagic-team

Initial release.