Connect a GitHub repo and Helpwheel generates three things from your code — developer docs, a user manual, and an API reference — in your language, kept current automatically every time a PR merges. Built to be AI-agent-friendly from the start, not just human-readable.
| Feature | Description | Status |
|---|---|---|
| Public docs viewer | Browse any public GitHub repo's README + docs/ folder, right now | Live |
| llms.txt for AI agents | Machine-readable index every repo gets, for the coding agent your team already uses | Live |
| AI-drafted PR changelog | A short, factual summary of what changed, generated from each merged PR | Live |
| Code documentation | Architecture docs generated straight from your codebase, not hand-written | Coming |
| User manual | End-user-facing how-to documentation, generated automatically | Coming |
| API reference | Generated from your code's actual interface, kept in sync with it | Coming |
| Always up to date | Every merged PR automatically patches the affected pages | Coming |
| Your language | Generate docs in the language your team and customers read | Coming |
| Company accounts | Sign in with GitHub, manage docs for your whole team, not just yourself | Coming |
| MCP server access | Agents fetch your docs directly over MCP, not just via llms.txt | Coming |
| Private repos | Everything above, for repos your team doesn't make public | Coming |
Browse any public GitHub repo's README + docs/ folder, right now
Machine-readable index every repo gets, for the coding agent your team already uses
A short, factual summary of what changed, generated from each merged PR
Architecture docs generated straight from your codebase, not hand-written
End-user-facing how-to documentation, generated automatically
Generated from your code's actual interface, kept in sync with it
Every merged PR automatically patches the affected pages
Generate docs in the language your team and customers read
Sign in with GitHub, manage docs for your whole team, not just yourself
Agents fetch your docs directly over MCP, not just via llms.txt
Everything above, for repos your team doesn't make public