Logo

Quick Start

Get started with Docstra in less than a minute.

Ask ChatGPT

Creating a New Project

A minimum version of Node.js 20 required.

For creating a new project, run the following command in your terminal:

bash
1npx create-docstra-app@latest

You'll be asked:

Once setup completes:

bash
1cd your-project-name
2npm run dev

Your Docstra app is now running at:

http://localhost:3000

Enjoy

Add or edit pages inside the app/docs/content/ directory:

app/docs/content/index.mdx
1---
2title: Docstra
3description: Welcome to the Docstra documentation!
4---
5
6# Overview
7
8Docstra is a modern documentation framework
9built specifically for Next.js.
10
11You can start writing your MDX content here.

Changes update instantly.


You're Ready!

Your documentation site is live and fully customizable. Start adding pages, editing navigation, and building awesome docs with Docstra.

How is this guide?