Skip to main content
Living documentation engine

Documentation that writes itself

A gallery of five technical knowledge bases, each documenting a real open-source project. techwriter.ai turns any repository into a docs site like these — generated and kept current through GitHub Actions. Browse the gallery, then point it 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

    Paste an Anthropic API key

    Your Claude, your spend — the key powers the agent that reads and writes.

  4. 4

    techwriter.ai builds & maintains

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

Your Anthropic API key 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.