BetaAI Development Platform

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.

Learn More

Under construction - early access only.

  • Fast deployment
  • AI-native
  • Scalable
ProblemThe challenge

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
SolutionThe answer

Docs that write themselves

  • Reads your entire codebase, not just one file
  • Generates accurate, contextual documentation
  • Always in sync—updates when your code changes
How it works3 steps

From code to docs in minutes

1

Run one command

DxGen walks you through a simple wizard. Pick your output, choose your doc type, and let AI do the rest.

terminal
$ 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.md
2

Context from everywhere

DxGen doesn't just look at one file. It retrieves relevant context from your entire codebase using RAG—modules, dependencies, patterns.

terminal
◐ 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)
3

Automate forever

Set up a GitHub Action. DxGen only reprocesses what changed. Your docs stay accurate on every push.

terminal
# .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'
Built for how developers actually work

Every feature designed to fit your existing workflow, not replace it.

CLI-first, zero config

No web UI to configure, just login (for usage limit and pricing), npx and go.

Pricing like no other

Our prices are best in the market. No cap, no lock, no credit card required.

Full codebase context

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.

Multiple output formats

Generate Markdown for humans, JSON for APIs, llms.txt for AI agents. One source of truth, many consumers.

Incremental updates

After the first run, DxGen only processes what changed. Perfect for CI/CD where every second counts.

Automatic stack detection

DxGen detects your language, framework, and patterns. A Next.js app gets different documentation than a NestJS API.

Architecture diagrams

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

We integrated DxGen into our CI pipeline and haven't looked back. It's like having a technical writer on the team.
Emily Zhang
Emily Zhang
DevOps Lead @ Shopify
The llms.txt output is a game changer. Our AI tools finally understand our codebase context.
David Park
David Park
ML Engineer @ OpenAI
Switched from manual docs to DxGen. Our documentation coverage went from 30% to 95% overnight.
Lisa Thompson
Lisa Thompson
Engineering Manager @ Notion
We integrated DxGen into our CI pipeline and haven't looked back. It's like having a technical writer on the team.
Emily Zhang
Emily Zhang
DevOps Lead @ Shopify
The llms.txt output is a game changer. Our AI tools finally understand our codebase context.
David Park
David Park
ML Engineer @ OpenAI
Switched from manual docs to DxGen. Our documentation coverage went from 30% to 95% overnight.
Lisa Thompson
Lisa Thompson
Engineering Manager @ Notion

Simple, Transparent Pricing

Choose the plan that works for you All plans include access to our platform, lead generation tools, and dedicated support.

MonthlyAnnual (Save 20%)

Free

$0/ month

billed monthly

  • Basic documentation
  • Limited projects
  • Community support

Perfect for getting started

Popular

Pro

$10/ month

billed monthly

  • Unlimited documentation
  • Unlimited projects
  • Priority support
  • Advanced features

For professional developers

Enterprise

$100/ month

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