Skip to content

v1.0.0

Choose a tag to compare

@johnfmorton johnfmorton released this 21 Mar 16:59
· 44 commits to main since this release

LLM Ready 1.0.0

Make your Craft CMS site machine-readable by serving clean Markdown versions of your content to AI crawlers and LLMs — no template changes required.

Highlights

  • Append .md to any entry URL for a Markdown version
  • Three detection methods: .md URL suffix, Accept: text/markdown content negotiation, and automatic AI bot user-agent detection
  • Smart HTML-to-Markdown conversion with configurable CSS selectors
  • Optional dedicated LLM templates per section/site
  • Auto-generated /llms.txt site index
  • YAML front matter with entry metadata
  • Listing page support
  • Per-section settings stored in project config for multi-environment sync
  • Markdown response caching with automatic invalidation
  • Permission checks, path traversal protection, and XPath injection prevention

See CHANGELOG.md for full details.