Command-line workflow
Runs as a CLI rather than a web app, so documentation generation and updates happen from the terminal.
OpenWiki is a command-line tool for generating and maintaining documentation for codebases, with an emphasis on agent-facing context. It helps teams initialize repository docs, keep them current, and surface them through files like AGENTS.md and CLAUDE.md.
OpenWiki is a CLI for generating and maintaining documentation for a codebase, with a specific focus on documentation that helps agents work with that repository. The README describes it as a tool that creates initial documentation, keeps it current as the codebase changes, and adds guidance files that tell coding agents where to look for context.
In practice, OpenWiki is meant to fit into a developer workflow: install it with npm, initialize it in a repository, and then either run it interactively or generate a one-shot summary. The project also includes a GitHub Actions workflow that can open a pull request with documentation updates on a schedule, which makes it easier to keep repository documentation synchronized over time.
Runs as a CLI rather than a web app, so documentation generation and updates happen from the terminal.
Creates initial documentation in an openwiki/ directory when a wiki does not yet exist, then refreshes that content as the repository changes.
Can stay open after a run for follow-up prompts, or exit immediately with -p / --print for a one-shot output.
Updates repository guidance files such as AGENTS.md and CLAUDE.md so agents are directed toward the generated documentation.
Supports several inference providers out of the box, including OpenRouter, Fireworks, Baseten, OpenAI, and Anthropic.
Can optionally save configuration and a LangSmith API key locally at ~/.openwiki/.env for tracing runs.
Generate a first pass of repository documentation when a new codebase needs a structured starting point for agents and contributors.
Keep agent-facing documentation aligned with code changes by rerunning OpenWiki or using the repo workflow that opens scheduled update PRs.
Give coding agents a clearer place to look for context by linking repository guidance files to the generated OpenWiki content.
Produce a quick summary or documentation snapshot from the terminal without staying in an interactive session.
Standardize documentation workflows across projects that rely on the same CLI setup and model-provider configuration.
OpenWiki is installed with npm and started from the command line. The README shows a global install command, then an interactive start or one-shot print mode for generating documentation.
Yes. The README says OpenWiki can create initial documentation in an openwiki/ directory when no wiki exists, and refresh that documentation from repository changes when the directory already exists.
OpenWiki supports OpenRouter, Fireworks, Baseten, OpenAI, and Anthropic out of the box, and it lets you specify a custom model ID for each inference provider.
The README says OpenWiki can append prompting to AGENTS.md and/or CLAUDE.md so coding agents know to reference OpenWiki documentation when searching for context.
The repository itself is open source on GitHub and uses the MIT license. The GitHub pricing page shows that GitHub offers a free plan with public and private repositories, but that pricing page does not establish a separate paid price for OpenWiki itself.
DocsAlot is an AI-readable documentation platform that helps startups and SaaS teams publish hosted docs, llms.txt, skill.md, and hosted MCP from the same source material. It also supports documentation audits, private surfaces on higher plans, and plan-based migration or rollout help.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repositories and verifies changes with the real compiler, debugger, sanitizers, and tests before showing a diff. It offers a free tier plus paid plans, with editor connectors and zero-retention handling described in the source.
hob is an independent workspace for coding agents that keeps agent sessions, terminals, history, and follow-up work organized around the tools and providers you already use. It is aimed at developers who want local control over routing, history, and workspace structure rather than a bundled model stack.
Manta AI is an autonomous web app testing tool for teams that want to map application behavior, catch regressions, and generate tests without writing scripts or maintaining selectors. It works from a URL and supports plain-English test flows, run results with screenshots, and scheduled or deployment-triggered checks.
Redline is a budgeting tool for Claude Code that paces sessions to stay within time, token, cost, or plan-percentage limits. It uses Claude Code’s native hooks and statusline to help sessions finish with a usable result instead of stopping abruptly.
Falconer is an AI-powered company brain that keeps internal documentation accurate, searchable, and up to date by syncing with tools like GitHub, Slack, and Linear. It helps engineering and cross-functional teams centralize knowledge and answer questions from a shared source of truth.