shuding/nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 4th, 2026
Created on June 15th, 2020
Open Issues & Pull Requests: 342 (+0)
GitHub issues: Enabled
Number of forks: 1,416
Total Stargazers: 13,919 (+0)
Total Subscribers: 37 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.3 hours
Mean response time: 39.4 days
90th percentile: 90.6 days
Tracked items: 776

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in under an hour, while "feature request" waits about 34 hours. 69% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 18% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 170
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 503 days
Stale 30+ days: 158
Stale 90+ days: 148

Recent activity

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

Top labels

  • bug (201)
  • enhancement (113)
  • documentation (30)
  • help wanted (29)
  • feature request (14)
  • reproduction needed (12)
  • upstream (11)
  • duplicate (10)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Nextra is a static site generator that combines Next.js capabilities with a framework designed for building documentation and content sites using Markdown and MDX.

The tool solves the problem of creating fast, modern documentation sites by leveraging Next.js as its foundation while adding specialized features for content-driven projects. It processes Markdown and MDX files, allowing developers to write content in familiar formats while gaining access to React components and Next.js features like dynamic routing and optimized builds. The framework handles the transformation of content into a fully functional site with built-in navigation, search capabilities, and theme support.

Nextra suits teams building documentation, blogs, or knowledge bases who want the power of Next.js without building site infrastructure from scratch. It works well for projects where content is the primary focus and developers want to avoid managing complex build configurations. The tool is particularly valuable for those already familiar with the Next.js ecosystem, as it extends rather than replaces that knowledge. The project includes a dedicated docs theme that provides a polished starting point for documentation sites, though the framework is flexible enough to support custom themes.

The project uses PNPM Workspaces and Turborepo to manage a monorepo structure containing the core framework and theme packages. Development follows a watch-mode workflow where changes to examples are reflected instantly, and the codebase supports simultaneous development of core packages and themes in separate terminals. The repository maintains active sponsorship relationships with organizations in the developer tools space.