Guides
Quickstart
Get up and running with doxa in minutes
Get started with doxa in four simple steps.
1
Install doxa
Install the doxa CLI globally or use it via npx:
2
Create a new docs project
Scaffold a new documentation site:
3
Start the dev server
Launch the live development server:
Your docs will be available at http://localhost:3000
4
Generate docs with the AI agent
Run the OpenCode-powered agent to create or improve pages in place:
It edits your .mdx files directly. The free model is used by default; add
--model claude for higher quality (needs ANTHROPIC_API_KEY).