- Accordion
- Avatar
- Badge
- Breadcrumb
- Button
- Calendar
- Checkbox
- Combobox
- Container
- CurrencyInput
- DistributionSlider
- Drawer
- Dropdown
- Grid
- Heading
- Image
- Input
- InputGroup
- Label
- Logo
- MapPin
- Modal
- NativeSelect
- NumberInput
- OtpInput
- PhoneInput
- Popover
- Progress
- PropertyCalendar
- RadioGroup
- RadioGroupCards
- ResponsiveModal
- ScrollArea
- SearchBar
- SearchBarFallback
- SearchInput
- Select
- Separator
- Spinner
- Switch
- Tabs
- Text
- Textarea
- Toast
- Toggle
- ToggleGroup
- Tooltip
LLMs
Machine-readable documentation for AI assistants and language models
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.
- /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)
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
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.