Skip to main content
Living documentation engine

Documentation that writes itself

techwriter.ai turns a repository into a documentation site that writes and maintains itself through GitHub Actions. Below: five living knowledge bases, each documenting a real open-source project. Browse the gallery, then point the engine at your own repo.

Knowledge bases5Pages70+Built withDocusaurusDeployed viaGitHub Actions
// How it works

Three moves, on a loop

techwriter.ai runs as a GitHub Action on your repository: read, write, watch — repeated every time your code changes.

01 / READ

Reads your repo

techwriter.ai clones the watched repository and surveys its structure, READMEs, and public surface to propose a documentation information architecture.

02 / WRITE

Writes the docs

It writes Markdown pages and the sidebar that hold the knowledge base together — the entire content contract is files in docs/.

03 / WATCH

Watches your PRs

On every merged pull request it decides whether the docs need to change and, if so, opens a doc-update PR you review and merge.

// Make it your own

From repo to living docs in four steps

Point the same engine at your own repository. No content database to host — everything lives in your GitHub repo.

  1. 1

    Sign in with GitHub

    One identity authorizes scaffolding the docs repo and enabling Pages.

  2. 2

    Pick a repo to watch

    Choose the codebase whose changes techwriter.ai should keep the docs in sync with.

  3. 3

    Add your Claude credential

    An Anthropic API key or your Claude Pro/Max subscription token — your model, your spend. You can even bring your own agent.

  4. 4

    techwriter.ai builds & maintains

    It opens an initial documentation PR, then keeps it current as PRs merge.

Your credential is encrypted and saved as an Actions secret in your own GitHub repository — it stays in your GitHub account, and you can revoke it any time.
Connect your GitHub →Opens the techwriter.ai onboarding: pick a repo to watch, choose whole-repo build and/or PR-sync, add your key — and it provisions a brand-new docs site that's yours.