LLMs Integration

Access PrimeUI documentation as structured content optimized for Large Language Models.

#LLMs Integration

PrimeUI documentation is available in machine-readable formats optimized for Large Language Models. These endpoints allow AI assistants like ChatGPT, Claude, and others to read and understand PrimeUI documentation.

#Endpoints

EndpointDescription
/llms.txtSite content map with links to individual pages in markdown format.
/llms-full.txtComplete documentation content in a single file.
/raw/docs/<path>.mdIndividual page as raw markdown.

#Raw Markdown Endpoint

The /raw endpoint serves any documentation page as clean markdown with text/markdown; charset=utf-8 content type. Use the same path as the page URL with a .md extension.

Examples:

/raw/docs/scheduler.md

If a document is missing a top-level heading or description, the endpoint automatically prepends the title and description from the frontmatter.

#Usage

Point any LLM or AI tool to the /llms.txt endpoint to give it access to the full PrimeUI documentation:

https://vue.primeuipro.dev/llms.txt

This allows AI assistants to provide accurate, up-to-date answers about PrimeUI components, APIs, and usage patterns.