llms.txt Content
# assistant-ui
> React components for AI chat interfaces
## LLM Documentation Files
- [Full documentation](https://www.assistant-ui.com/llms-full.txt): every documentation page rendered into one large text file.
- Per-page markdown: append `.md` to any docs page URL. `.mdx` is kept as a backwards-compatible alias for agents that request source-style URLs. For example, `/docs/installation.md` and `/docs/installation.mdx` both return markdown for `/docs/installation`.
- Markdown by Accept header: requesting a docs, examples or tap docs page with `Accept: text/markdown` also returns that page's markdown.
- Use the index below to choose a specific page. Remove the `.md` or `.mdx` suffix to open the human-readable docs page.
## Table of Contents
### architecture
- [Architecture](https://www.assistant-ui.com/docs/architecture.md): How components, runtimes, and cloud services fit together.
### base-ui
- [Radix UI and Base UI](https://www.assistant-ui.com/docs/base-ui.md): How the assistant-ui component registry serves Radix UI and Base UI flavored components for every shadcn style.
### cli
- [CLI](https://www.assistant-ui.com/docs/cli.md): Scaffold projects, add components, and manage updates from the command line.
### devtools
- [DevTools](https://www.assistant-ui.com/docs/devtools.md): Inspect runtime state, context, and events in the browser.
### root
- [Documentation](https://www.assistant-ui.com/docs.md): Build production-grade AI chat experiences in React with assistant-ui — components, runtimes, and primitives for ChatGPT
### installation
- [Installation](https://www.assistant-ui.com/docs/installation.md): Get assistant-ui running in 5 minutes with npm and your first chat component.
### llm
- [Agent Skills](https://www.assistant-ui.com/docs/llm.md): Use AI tools to build with assistant-ui faster. AI-accessible documentation, Claude Code skills, and MCP integration.
### rtl
- [RTL Support](https://www.assistant-ui.com/docs/rtl.md): Use assistant