Skip to content

clauduxYour docs write themselves

AI-powered documentation generator that analyzes your codebase and generates comprehensive, navigable docs that stay in sync with your code

Quick Start

bash
# Install globally
npm install -g claudux

# Generate docs for your project
cd your-project
claudux update

# Preview locally  
claudux serve  # http://localhost:5173

The Problem Every Developer Knows

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.

How It Works

Claudux uses a two-phase flow to produce reliable docs:

  1. 🧠 Plan: Analyze source code and produce a navigable outline + VitePress config
  2. ✍️ Write: Generate pages with correct links, breadcrumbs, and cross-references

Commands Overview

CommandPurpose
claudux updateGenerate/update docs (includes cleanup & validation)
claudux serveStart dev server at localhost:5173
claudux recreateStart fresh (delete all docs)
claudux templateGenerate claudux.md (docs preferences)

Requirements

  • Node.js ≥ 18
  • Claude CLI installed and authenticated (claude config get)

Keep your docs as fresh as your code.
📦 Install from npm⭐ Star on GitHub

Generated with claudux