ai
llms txt

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.

RouteContents
/llms/overview.txtGetting started, browser support, FAQ, why Bamboo CSS
/llms/installation.txtFramework-specific installation guides
/llms/concepts.txtPatterns, recipes, conditional styles, responsive
/llms/theming.txtTokens, text styles, layer styles, animation styles
/llms/utilities.txtAll CSS utilities by category
/llms/customization.txtTheme, utilities, patterns and preset customization
/llms/guides.txtPractical guides for specific use cases
/llms/migration.txtMigrating from other CSS-in-JS libraries
/llms/references.txtCLI 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/<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.