Your docs are lying to you
DxGen reads your actual code and writes documentation that's actually true. README, API docs, diagrams from one command.
Under construction - early access only.
- Fast deployment
- AI-native
- Scalable
47 seconds.
From zero to complete docs.
Documentation is broken
- README written 6 months ago—now a beautiful lie
- API docs are a graveyard of deprecated endpoints
- AI agents have zero context about your codebase
Docs that write themselves
- Reads your entire codebase, not just one file
- Generates accurate, contextual documentation
- Always in sync—updates when your code changes
From code to docs in minutes
Run one command
DxGen walks you through a simple wizard. Pick your output, choose your doc type, and let AI do the rest.
$ dxgen generate
? Output directory for docs: ./docs
? Do you want to sync your project? Yes
? What types of documentation? README
? Style of the documentation: Onboarding for new users
◐ Scanning repository...
◐ Building semantic index...
◐ Generating documentation...
✅ Documentation saved!
📄 File: ./docs/README.mdContext from everywhere
DxGen doesn't just look at one file. It retrieves relevant context from your entire codebase using RAG—modules, dependencies, patterns.
◐ Retrieving relevant context...
Found 23 relevant files:
src/api/routes.ts
src/middleware/auth.ts
src/services/user.service.ts
...18 more
◐ Analyzing code patterns...
◐ Building documentation context...
✓ Context ready (847 embeddings)Automate forever
Set up a GitHub Action. DxGen only reprocesses what changed. Your docs stay accurate on every push.
# .github/workflows/docs.yml
name: Sync Documentation
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g dxgen
- run: dxgen login --token ${{ secrets.DXGEN_TOKEN }}
- run: dxgen generate --sync --ci
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'docs: sync documentation'Every feature designed to fit your existing workflow, not replace it.
No web UI to configure, just login (for usage limit and pricing), npx and go.
Our prices are best in the market. No cap, no lock, no credit card required.
Unlike file-by-file tools, DxGen indexes your entire repository. It understands how modules connect, what services depend on what, and the real architecture of your system.
Generate Markdown for humans, JSON for APIs, llms.txt for AI agents. One source of truth, many consumers.
After the first run, DxGen only processes what changed. Perfect for CI/CD where every second counts.
DxGen detects your language, framework, and patterns. A Next.js app gets different documentation than a NestJS API.
Generate Mermaid diagrams of your service dependencies, database schemas, and API flows automatically.
Loved by developers
Join thousands of developers who have transformed their documentation workflow
Simple, Transparent Pricing
Choose the plan that works for you All plans include access to our platform, lead generation tools, and dedicated support.
Free
billed monthly
- Basic documentation
- Limited projects
- Community support
Perfect for getting started
Pro
billed monthly
- Unlimited documentation
- Unlimited projects
- Priority support
- Advanced features
For professional developers
Enterprise
billed monthly
- Everything in Pro
- Custom integrations
- Dedicated support
- SLA guarantee
For teams and organizations
Frequently Asked Questions
Everything you need to know about DxGen