Quickstart

From nothing to a running documentation site in four commands.

Requires Python 3.10+ and Node.js 18+.

Install

pip install deepdoc

Point it at your repository

cd your-project
deepdoc init --provider anthropic

Writes .deepdoc.yaml. Set your API key:

export ANTHROPIC_API_KEY=sk-...

Generate

deepdoc generate

Scans the repository, plans the structure, and writes Markdown into deepdoc-docs/.

Preview

deepdoc serve

Opens http://localhost:3000.

Next