2

LLMs.txt

PreviousNext

Machine-readable documentation for AI assistants and LLMs.

Simplify Charts provides machine-readable documentation files following the llms.txt standard. These files help AI assistants and Large Language Models (LLMs) understand and work with our chart library more effectively.

Available Files

/llms.txt

A concise summary of Simplify Charts with links to detailed documentation.

https://ui.simplifyingai.com/llms.txt

This file includes:

  • Project overview and description
  • Links to all chart component documentation
  • Installation instructions
  • Quick reference for all 40+ chart types

/llms-full.txt

Complete documentation aggregated into a single file for comprehensive context.

https://ui.simplifyingai.com/llms-full.txt

This file includes:

  • Full content from all documentation pages
  • Detailed API references for each component
  • Code examples and usage patterns
  • Complete installation and setup guides

Usage with AI Assistants

Claude

When working with Claude, you can reference our documentation:

Please read https://ui.simplifyingai.com/llms.txt to understand the Simplify Charts library, then help me create a dashboard with line and bar charts.

ChatGPT

With ChatGPT's web browsing capability:

Fetch https://ui.simplifyingai.com/llms-full.txt and use it to help me implement a funnel chart in my React application.

Cursor / GitHub Copilot

Add our documentation to your project's context:

# Download for local context
curl -o .cursor/llms.txt https://ui.simplifyingai.com/llms.txt

Why llms.txt?

The llms.txt standard provides:

  • Structured Information: Organized documentation that LLMs can easily parse
  • Efficient Context: Summary version (llms.txt) for quick understanding, full version (llms-full.txt) for deep dives
  • Up-to-date Content: Always reflects the latest documentation
  • Better AI Assistance: Helps AI tools provide accurate, library-specific guidance

Markdown Access

Individual documentation pages are also available as raw Markdown:

https://ui.simplifyingai.com/docs/<page>.md

For example:

  • https://ui.simplifyingai.com/docs/components/line-chart.md
  • https://ui.simplifyingai.com/docs/components/funnel-chart.md
  • https://ui.simplifyingai.com/docs/setup.md

This allows AI assistants to fetch specific documentation when needed.

LLMs.txt | Simplify Charts