• Documentation
  • Introduction

Nextra

Nextra is a framework on top of Next.js, that lets you build content focused websites. It has all the great features from Next.js, plus extra power to create Markdown-based content with ease.

Quick Start

To start using Nextra, you need to select a theme first:

If you want to use Nextra without a preset theme, or build your own theme, you can follow the Custom Theme docs.

Catalog

What’s the relationship between Next.js, Nextra and Nextra Themes? Next.js is a general purpose framework for building all kinds of web applications with React. Nextra is a Next.js plugin, which provides a complete solution around Markdown (MDX) on top of Next.js. A Nextra Theme is basically a “layout component” that determines how a Nextra page is rendered.

Can I use Nextra in my existing Next.js project? Yes, (todo)

Can I use the docs theme but also create a blog? Yes, (todo)

Last updated on December 1, 2022