llms.txt
Lerpa UI follows the llms.txt convention so AI crawlers and assistants can understand the library and install from it without scraping the whole site.
The files
- /llms.txt
- A concise overview: what Lerpa UI is, how copy-paste install works, and links to the key pages (gallery, blocks, AI usage, Theme Studio, accessibility).
- /llms-full.txt
- The complete machine-readable catalog — every component with a one-line description, its docs link, and the exact install command.
Why it matters
- Discoverability. Assistants that respect
llms.txtcan answer "which Lerpa UI chart should I use?" and produce the right install command. - Accurate install lines. The catalog lists both the
lerpa-clicommand and theshadcnregistry URL for every component. - SEO for AI.A clean, structured summary makes the project legible to LLM crawlers alongside the site's JSON-LD structured data.
Fetch them directly:
curl https://lerpaui.com/llms.txtcurl https://lerpaui.com/llms-full.txtFor an interactive, agent-driven workflow rather than a static catalog, wire up the MCP server — it lets assistants search and install components live.