Skip to main content

AI-friendly docs

Building with an AI assistant — Claude, ChatGPT, Cursor, Copilot? These docs are made to be read by machines as well as people. Point your assistant at the endpoints below and it can pull in exactly the pages it needs.

Copy & paste this prompt

Give your assistant this once, and let it fetch the docs on demand:

Text
Read https://ahnlich.dev/llms.txt to get the documentation index for Ahnlich
(a Rust-native, AI-powered in-memory vector database). Fetch the relevant pages
as needed to complete the tasks I give you.

That's usually the best approach — the model reads only what's relevant instead of you pasting whole pages.

Machine-readable endpoints

  • /llms.txt — a concise, grouped index of every docs page (title, link, and summary), following the llms.txt convention. Small enough to drop into any chat.
  • /llms-full.txt — the entire documentation as one plain-text file. Paste it into a large-context model when you want it to have everything at once.

Copy any page

Every page is just Markdown under the hood — select and copy the content straight into a chat, or open it in your browser's reader view for a clean version.

Good starting points for an assistant

Found something an assistant got wrong? Open an issue.