LLMs

Machine-readable documentation for AI assistants and language models

llms.txt

The Wander Design System provides an llms.txt file following the llms.txt specification to make our documentation accessible to AI assistants and language models.

Endpoints

  • /llms.txt - Documentation index with links to all components, blocks, and guides
  • /llm/[slug] - Individual page content as processed markdown (e.g. /llm/components/button)

How it works

The /llms.txt endpoint returns a markdown index of all design system documentation. Each component and block links to its individual documentation endpoint under /llm/, which returns processed markdown with:

  • JSX component previews replaced with inline source code
  • Installation commands rendered as shell code blocks
  • Props tables converted to markdown tables
  • MDX-specific syntax stripped for clean markdown output

Usage with AI tools

Point any LLM-powered tool at the /llms.txt endpoint to give it context about the full design system. Use individual /llm/[slug] endpoints when you need detailed documentation for a specific component.