superapp

llms.txt

Machine-readable documentation for AI agents and LLMs.

Chat in Claude

Feed these files to AI agents so they understand the superapp documentation without crawling the site.

Files

FileWhat it contains
/llms.txtIndex of all documentation pages with titles, descriptions, and URLs
/llms-full.txtFull 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.txt

Both files are generated at runtime from the MDX source files, so they're always in sync with the docs.

On this page