UI for Agents
LLMs.txt
Enable AI assistants like Claude, Cursor, and Windsurf to understand blakeUI
We provide LLMs.txt files to make blakeUI documentation accessible to AI coding assistants.
Available Files
Core documentation:
- /react/llms.txt — Quick reference index for React documentation
- /react/llms-full.txt — Complete blakeUI React documentation
For limited context windows:
- /react/llms-components.txt — Component documentation only
- /react/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 BlakeUI React documentation from https://blakeui.com/react/llms.txtOr add to your project's .claude file for automatic loading.
Cursor: Use the @Docs feature:
@Docs https://blakeui.com/react/llms-full.txtWindsurf: Add to your .windsurfrules file:
#docs https://blakeui.com/react/llms-full.txtOther AI tools: Most AI assistants can reference documentation by URL. Simply provide:
https://blakeui.com/react/llms.txtFor component-specific documentation:
https://blakeui.com/react/llms-components.txtFor patterns and best practices:
https://blakeui.com/react/llms-patterns.txt