Documentation that writes itself
DocuCraft automatically generates PR descriptions, changelogs, and documentation from your GitHub repositories. Stop writing docs. Start shipping.
Free for open source. $29/mo for Pro.
How it works
One workflow file, zero configuration, instant documentation.
Add the workflow
Create a .github/workflows/docucraft.yml file in your repo with this YAML — that's the entire setup.
name: DocuCraft
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: CreativeCodingSolutions/docucraft@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}Open a PR
Push your code and open a pull request like you normally do. DocuCraft activates automatically.
git checkout -b feat/add-user-auth
# make your changes
git add .
git commit -m "add user authentication"
git push origin feat/add-user-authGet a description
DocuCraft analyzes the diff and posts a structured description with categorized changes, file stats, and more.
## Summary
This pull request modifies 5 files.
Includes source code changes and test updates.
### Source Code
- src/auth/login.ts
- src/auth/session.ts
### Tests
- src/__tests__/auth.test.ts
### Why
Automated PR description by DocuCraft.Stop writing docs. Start shipping.
DocuCraft handles the documentation so your team can focus on code.
Auto PR Descriptions
Every pull request gets a clear, well-structured description generated from your code changes. No more 'fixed stuff' PRs.
Template Mode (Free)
Works out of the box with zero API keys, zero cost, zero config. Generates structured descriptions from your git diff.
GitHub Native
Works as a GitHub Action. Add one YAML workflow file and it just works. No servers, no database, no signup.
Smart Analysis
Understands your codebase context. Generates descriptions that actually explain what changed and why.
Team Friendly
Works with your entire team. Every PR gets consistent, high-quality documentation automatically.
Open Source
MIT licensed. Free for public and private repositories. No usage limits, no hidden costs.
Simple, transparent pricing
Start free. Upgrade when you need more.
Free
For open source projects
- Public repositories only
- Auto PR descriptions
- Template & AI modes
- Community support
Pro
For individual developers
- Unlimited public & private repos
- Auto PR descriptions
- Template & AI modes
- Priority support
- Custom AI model settings
Team
For small teams
- Everything in Pro
- Team dashboard
- Multiple GitHub installations
- Audit log
- API access