Stays Current
Updates with your code, not months later. Automatic semantic analysis detects when docs need refreshing.
AI-powered documentation generator that analyzes your codebase and generates comprehensive, navigable docs that stay in sync with your code
# Install globally
npm install -g claudux
# Generate docs for your project
cd your-project
claudux update
# Preview locally
claudux serve # http://localhost:5173
Documentation debt is killing your productivity. You ship features, but docs lag behind. New team members struggle to onboard. You spend weekends writing docs instead of building.
Claudux uses a two-phase flow to produce reliable docs:
Command | Purpose |
---|---|
claudux update | Generate/update docs (includes cleanup & validation) |
claudux serve | Start dev server at localhost:5173 |
claudux recreate | Start fresh (delete all docs) |
claudux template | Generate claudux.md (docs preferences) |
claude config get
)