llms.txt
Machine-readable documentation for AI agents and LLMs.
Feed these files to AI agents so they understand the superapp documentation without crawling the site.
Files
| File | What it contains |
|---|---|
/llms.txt | Index of all documentation pages with titles, descriptions, and URLs |
/llms-full.txt | Full content of every page — titles, descriptions, and body text |
Usage
Pass the URL to any AI agent or LLM that accepts context:
# Quick overview (page index only)
curl https://typescript-superapp.bunnytech.app/llms.txt
# Full documentation content
curl https://typescript-superapp.bunnytech.app/llms-full.txtBoth files are generated at runtime from the MDX source files, so they're always in sync with the docs.