Open Source and Free ForeverEarly Preview

Instant docs for coding agents

Give your coding agent fast access to clean, LLM-ready documentation for any library. Zero dependencies, plain markdown, sub-50ms cached reads.

Install
npm install -g anytext-cli
Add skill to your agent
npx skills add ruiyuwg/anytext

Supported libraries

63 libraries, 4,000+ topics. Clean, LLM-ready docs updated weekly via CI.

Browse Registry

How it works

No scraping, no external APIs at runtime. Just static file fetches from the registry.

$ anytext list
Next.js v15 (287 topics)
React v19 (161 topics)
Drizzle ORM v0.36 (161 topics)
AI SDK v4 (128 topics)
Hono v4 (63 topics)
...
$ anytext read react hooks
# React Hooks
Hooks let you use state and other React features...
(2,847 tokens, cached in 12ms)

Why anytext?

Coding agents hallucinate outdated APIs when they can't access docs. Existing solutions all have tradeoffs.

Zero dependencies

Uses only Node.js built-ins. No native modules, no runtime bloat.

Plain markdown

Output goes straight to stdout. No JSON wrapping, no protocol overhead.

Sub-50ms cached reads

Local cache at ~/.anytext means repeat calls return instantly.

Transparent registry

Every doc is in the repo. Audit, fork, or contribute directly.

Offline capable

Works without internet after the first cache population.

Single install

One CLI, one skill — instant access to all libraries.