LLMs.txt
Help AI tools understand Panda CSS with LLMs.txt support.
What is LLMs.txt?
LLMs.txt (opens in a new tab) files are used to provide the Panda 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 - Contains a structured overview of all concepts and their documentation links
- /llms-full.txt - Provides comprehensive documentation including implementation details and examples
Access Individual Pages
You can also access the raw markdown content for any documentation page 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
This is useful for AI tools that need to access specific documentation sections directly.
Usage with AI Tools
Cursor
Use the @Docs
feature in Cursor to include the LLMs.txt files in your project. This helps Cursor provide more accurate
code suggestions and documentation for Panda CSS.
Read more about @Docs in Cursor (opens in a new tab)
Windsurf
Reference the LLMs.txt files using @
or in your .windsurfrules
files to enhance Windsurf's understanding of Panda
CSS.
Read more about Windsurf Memories (opens in a new tab)
Other AI Tools
Any AI tool that supports LLMs.txt can use these routes to better understand Panda CSS. Simply point your tool to any of the routes above to get comprehensive documentation about our styling engine.