Nextra review 2026: features, built-in search, themes and pricing for this free, open-source Next.js documentation and static site generator framework.
Nextra is an open-source, MIT-licensed framework built on top of Next.js, created in 2020 by Shu Ding and Paco Coursey and now maintained with significant contributions from The Guild. It turns Markdown and MDX files into fast, content-focused websites, most commonly used for documentation sites, blogs, and marketing pages.
Because Nextra is built directly on Next.js, it inherits the framework's rendering capabilities, including Server Components and Incremental Static Regeneration, while adding a documentation-specific layer of components and conventions on top.
Nextra ships pre-built components frequently needed in documentation, including Callout, Cards, FileTree, Steps, Tabs, and an interactive Playground, plus TSDoc integration for generating API references from TypeScript types. It automatically indexes content at build time and provides fast full-text search via Pagefind without needing a third-party search service.
Other built-in features include dark mode by default, SEO metadata handling, RTL layout support, and automatic 'last edited' timestamps pulled from git history. Nextra offers two official themes, one for documentation and one for blogs, both customizable with standard Next.js styling tools.
Nextra is completely free and open source under the MIT license, with no subscription tiers, paid features, or company behind it. Since it is a framework rather than a hosted service, there are no Nextra-specific fees at all.
Any costs a team incurs come entirely from where they choose to deploy the resulting Next.js site, such as Vercel, Netlify, or any other Node-compatible hosting provider.
Yes, Nextra is completely free and open source under the MIT license, with no paid tiers or subscriptions.
Nextra is built directly on top of Next.js and inherits its rendering model, including Server Components and Incremental Static Regeneration.
Yes, Nextra fully supports MDX, allowing React components to be embedded directly inside Markdown content.
Yes, Nextra automatically indexes content at build time and provides fast full-text search through Pagefind without needing a third-party search service.
Nextra is built directly on Next.js and leans on the React/Next.js ecosystem, while Docusaurus is a standalone React-based framework with its own plugin ecosystem and does not require Next.js.
Nextra was created by Shu Ding and Paco Coursey in 2020 and is maintained as an open-source project with significant contributions from The Guild.
Yes, Nextra ships an official blog theme in addition to its documentation theme, so it can be used for content sites and blogs as well.