Quick Start

Getting Started with Next Docs UI

Next Docs UI is the Next.js framework for building documentation website.

Features

Built on the top of Next.js, Radix UI and Next Docs Zeta. Styled using Tailwind CSS. Next Docs UI provides many features out of the box.

Features

Getting Started

Open in CodeSandbox.

Create a new app with the CLI.

npx create-next-docs-app
# or
pnpx create-next-docs-app
# or
yarn create next-docs-app

Note: this example uses Contentlayer, but you can use any source you want.

Enjoy!

Now, Create your first mdx file in the docs folder.

/content/docs/index.mdx
---
title: Hello World
---
 
## Yo what's up

Run the app in development mode and see http://localhost:3000/docs.

npm run dev

FAQ

Learn More

Last updated on