gitbookio/gitbook

The open source frontend for GitBook doc sites

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 minute ago
Added to GitGenius on September 1st, 2026
Created on March 31st, 2014
Open Issues & Pull Requests: 101 (+0)
GitHub issues: Enabled
Number of forks: 4,045
Total Stargazers: 29,025 (+0)
Total Subscribers: 685 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 days
Mean response time: 59.5 days
90th percentile: 202.7 days
Tracked items: 122

Most active contributors

Sign in to see contributor activity.

How this project is maintained

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

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 46
New in 7 days: 2
Closed in 7 days: 4
Avg open age: 347 days
Stale 30+ days: 41
Stale 90+ days: 36

Recent activity

Opened in 7 days: 2
Closed in 7 days: 4
Comments in 7 days: 0
Events in 7 days: 5

Top labels

  • bug (100)
  • triage (19)
  • enhancement (5)
  • feature-request (5)
  • scalar (1)

Most active issues this week

Detailed Description

GitBook is an open source frontend for rendering published documentation sites built on Next.js.

The project solves the problem of displaying technical documentation by providing the rendering engine that transforms GitBook's published content into web-accessible sites. It works by accepting published GitBook spaces and rendering them through a local or deployed instance, allowing developers to preview and customize how their documentation appears to readers.

Teams managing technical knowledge should consider this tool if they want to self-host or customize the presentation layer of their GitBook documentation. The project suits organizations that need to run GitBook's rendering engine independently, whether for local development, private deployment, or integration into custom workflows. It requires Node.js and Bun for setup and can render any published GitBook site by prefixing the URL with a local development server.

The project maintains active development with pull requests tested against both visual and performance regressions to prevent degradation. Contributions are welcomed through a documented workflow, and the codebase includes considerations for self-hosting such as font and icon licensing constraints that require using only free versions of FontAwesome for local deployments.