Quick Start (CLI)

The fastest way to get started with Ariadocs is using our CLI tool.

Create a New Project

Run the following command to scaffold a new Ariadocs project:

npx create-ariadocs-app my-docs

Choose a Template

The CLI will prompt you to select a template:

TemplateFramework
next-appNext.js App Router
next-pagesNext.js Pages Router
react-router-v7React Router v7
tanstackTanStack Start

Next Steps

After the project is created:

cd my-docs
npm install
npm run dev

Your documentation site will be running at http://localhost:3000.