NEW: LLMs.txt file for Dash Mantine Components
LLMs like ChatGPT and Claude are great at answering general coding questions, but they often get Dash Mantine Components wrong โ especially for newer versions. Many answers are based on outdated docs or incomplete knowledge, which can lead to broken examples or missing props.
To fix this, thereโs now a public llms.txt file for DMC:
https://www.dash-mantine-components.com/assets/llms.txt
This file contains the full DMC documentation in a format optimized for LLMs. When you include it in your prompt, the model can give much more accurate answers, use up-to-date syntax, and generate working examples without needing to copy/paste the docs yourself.
How to Use It
Simply mention the file URL when chatting with your AI assistant:
I'm using Dash Mantine Components v2
The llms.txt file is here: https://www.dash-mantine-components.com/assets/llms.txt
Show an example of Accordion with chevrons on the right.
The model fetches the file automatically and generates responses based on actual DMC documentation. Youโll immediately notice more accurate answers, especially for complex components and edge cases.
More info in the dmc-docs here:
We Want Your Feedback
This is the initial release of the LLMs.txt, and weโre committed to refining it based on real-world use. Found formatting issues? Missing sections? Ideas for improvement? Let us knowโyour input will help make this resource even better for the entire community.
Coming soon based on a suggestion from @PipInstallPython - dynamically request specific pages and components rather than a single (large) download file.