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
- Fork this repo (click "Use this template" or "Fork")
- 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)
- Edit any file and push (e.g., add a function to
src/index.ts) - 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
See Real Examples
- Auto-generated PR for docupilot (+57 lines of docs)
- Auto-generated PR for docupilot-action (+38 lines)
Powered by DocuPilot | GitHub Action