LLMs.txt
Help AI tools understand Bamboo CSS with LLMs.txt support.
What is LLMs.txt?
LLMs.txt (opens in a new tab) files are used to provide the Bamboo CSS documentation to large language models (LLMs). This helps AI tools better understand our styling engine, its APIs, and usage patterns.
Available Routes
These routes are available to help AI tools access our documentation:
- /llms.txt - An index linking the complete documentation and each of the nine category files below
- /llms-full.txt - Provides comprehensive documentation including implementation details and examples
Category files
Each category is served in full at /llms/<category>.txt. The extensionless form redirects to it, so /llms/concepts
and /llms/concepts.txt both work.
| Route | Contents |
|---|---|
| /llms/overview.txt | Getting started, browser support, FAQ, why Bamboo CSS |
| /llms/installation.txt | Framework-specific installation guides |
| /llms/concepts.txt | Patterns, recipes, conditional styles, responsive |
| /llms/theming.txt | Tokens, text styles, layer styles, animation styles |
| /llms/utilities.txt | All CSS utilities by category |
| /llms/customization.txt | Theme, utilities, patterns and preset customization |
| /llms/guides.txt | Practical guides for specific use cases |
| /llms/migration.txt | Migrating from other CSS-in-JS libraries |
| /llms/references.txt | CLI commands and configuration reference |
Access Individual Pages
Every documentation page is also served on its own, as raw markdown, by adding .mdx to the end of the URL. For
example:
/docs/overview/getting-started.mdx- Raw markdown for the getting started page/docs/concepts/recipes.mdx- Raw markdown for the recipes documentation/docs/theming/tokens.mdx- Raw markdown for the tokens documentation
/docs/<path>.mdx redirects to /llms/<path>.mdx, which is where the raw markdown is emitted. This is useful for AI
tools that need to access specific documentation sections directly.
Usage with AI Tools
Any AI tool that supports LLMs.txt can use these routes to better understand Bamboo CSS. Simply point your tool to any of the routes above to get comprehensive documentation about our styling engine.