AI-readable docs
Every page on this site is available as plain markdown, plus two index files:| URL | What it is |
|---|---|
/llms-full.txt | The entire documentation as one markdown file — paste or fetch this to give an AI the full picture. |
/llms.txt | A short index of all pages with descriptions, for tools that fetch pages selectively. |
Any page + .md | The raw markdown of a single page, e.g. /get-started/quickstart.md. |
Docs MCP server
The documentation is exposed as an MCP server athttps://docs.qirtaas.io/mcp,
giving your assistant a search tool over these docs. To add it to Claude Code:
Integration prompts
Paste one of these into your coding assistant, in your project’s repo. Each prompt points the assistant at the exact docs it needs; it will adapt the steps to your framework and backend.Set up the editor
The Quickstart, as a prompt — token endpoint plus a mounted editor:Add a notes feature
Full create / list / edit / delete on top of the setup above (the document creation and reading tutorials):Gate reads behind your access control
Let other signed-in users read documents when your app allows it (the access control tutorial):Add a draft/publish lifecycle
Stable published versions while authors edit privately (the draft and publish tutorial):Teach your own repo about Qirtaas
If Qirtaas is a permanent part of your app, add this to your repo’sAGENTS.md (or CLAUDE.md) so every future AI session gets it right without
being told:
