redocly/redoc

📘 OpenAPI/Swagger-generated API Reference Documentation

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 55 seconds ago
Added to GitGenius on September 2nd, 2026
Created on October 30th, 2015
Open Issues & Pull Requests: 450 (+0)
GitHub issues: Enabled
Number of forks: 2,397
Total Stargazers: 25,903 (+0)
Total Subscribers: 297 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.6 days
Mean response time: 78.4 days
90th percentile: 146.2 days
Tracked items: 174

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 65% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 134
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 889 days
Stale 30+ days: 130
Stale 90+ days: 121

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Type: Bug (100)
  • Type: Enhancement (57)
  • help wanted (15)
  • p2 (9)
  • p3 (6)
  • under consideration (6)
  • investigation (4)
  • p1 (4)

Most active issues this week

Detailed Description

Redoc is a documentation generator that creates beautiful API reference documentation from OpenAPI and Swagger definitions.

Redoc solves the problem of presenting API specifications in a user-friendly format by rendering OpenAPI definitions into interactive HTML documentation. It uses a responsive three-panel layout where the left panel provides navigation and search, the central panel displays the documentation content, and the right panel shows request and response examples. The tool supports OpenAPI 3.1, OpenAPI 3.0, and Swagger 2.0 specifications, with features including menu and scrolling synchronization, high-level grouping through the x-tagGroups specification extension, and code samples support via vendor extensions.

Redoc suits teams that need to publish API documentation quickly without extensive customization. It works well for projects using standard OpenAPI specifications and wanting a professional-looking reference out of the box. The tool is available in multiple deployment formats: as a CLI tool that generates static HTML files, as a Docker image, as an embeddable HTML tag, and as a React component for integration with create-react-app. For teams requiring additional features like a try-it console, automated code samples, fully custom styling, mock servers, or support for AsyncAPI and GraphQL, Redocly offers a hosted version with these capabilities.

The project maintains active development with regular updates to support evolving API specification standards. The codebase is written in TypeScript and demonstrates ongoing work to expand beyond OpenAPI documentation, with development underway for support of AsyncAPI, GraphQL, and MCP specifications in upcoming releases.