The fastest way to get started with Ariadocs is using our CLI tool.
Run the following command to scaffold a new Ariadocs project:
npx create-ariadocs-app my-docs
The CLI will prompt you to select a template:
| Template | Framework |
|---|---|
next-app | Next.js App Router |
next-pages | Next.js Pages Router |
react-router-v7 | React Router v7 |
tanstack | TanStack Start |
After the project is created:
cd my-docs
npm install
npm run dev
Your documentation site will be running at http://localhost:3000.