LLMs.txt
Enable AI assistants like Claude, Cursor, and Windsurf to understand HeroUI Native
We provide LLMs.txt files to make HeroUI Native documentation accessible to AI coding assistants.
Available Files
Core documentation:
- /native/llms.txt — Quick reference index for Native documentation
- /native/llms-full.txt — Complete HeroUI Native documentation
For limited context windows:
- /native/llms-components.txt — Component documentation only
- /native/llms-patterns.txt — Common patterns and recipes
All platforms:
- /llms.txt — Quick reference index (React + Native)
- /llms-full.txt — Complete documentation (React + Native)
- /llms-components.txt — All component documentation
- /llms-patterns.txt — All patterns and recipes
Integration
Claude Code: Tell Claude to reference the documentation:
Use HeroUI Native documentation from https://v3.heroui.com/native/llms.txtOr add to your project's .claude file for automatic loading.
Cursor: Use the @Docs feature:
@Docs https://v3.heroui.com/native/llms-full.txtWindsurf: Add to your .windsurfrules file:
#docs https://v3.heroui.com/native/llms-full.txtOther AI tools: Most AI assistants can reference documentation by URL. Simply provide:
https://v3.heroui.com/native/llms.txtFor component-specific documentation:
https://v3.heroui.com/native/llms-components.txtFor patterns and best practices:
https://v3.heroui.com/native/llms-patterns.txtContributing
Found an issue with AI-generated code? Help us improve our LLMs.txt files on GitHub.