Quick Start
Get started with Docstra in less than a minute.
Creating a New Project
A minimum version of Node.js 20 required.
For creating a new project, run the following command in your terminal:
bash1npx create-docstra-app@latest
You'll be asked:
- Project name
- Template to use
- Whether to open the project in VS Code
Once setup completes:
bash1cd your-project-name2npm 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.mdx1---2title: Docstra3description: Welcome to the Docstra documentation!4---56# Overview78Docstra is a modern documentation framework9built specifically for Next.js.1011You 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?