Try DocuPilot in 30 Seconds

April 4, 2026 ยท View on GitHub

See AI-powered documentation generation in action. Fork this repo, push a change, and watch DocuPilot automatically create a PR with updated docs.

Quick Start

  1. Fork this repo (click "Use this template" or "Fork")
  2. Add your Anthropic API key as a repository secret:
    • Go to Settings > Secrets and variables > Actions
    • Click "New repository secret"
    • Name: ANTHROPIC_API_KEY, Value: your key (get one free)
  3. Edit any file and push (e.g., add a function to src/index.ts)
  4. Watch the magic - DocuPilot opens a PR with updated README and CHANGELOG

That's it. The workflow is already configured.

What's in This Demo

A simple TypeScript utility library with intentionally minimal docs:

src/
  index.ts      # String & array utilities
  math.ts       # Math helper functions

Push any code change and DocuPilot will analyze your changes and generate:

  • Updated README.md with accurate descriptions
  • CHANGELOG.md entries categorized by type

Want Zero-Config Instead?

Install the PushDocs GitHub App - no API key needed, no workflow files. Just install and push.

  • Free for 1 repo
  • $9/mo for 5 repos
  • $29/mo unlimited

Install PushDocs | Learn more

See Real Examples


Powered by DocuPilot | GitHub Action