CalcCafe

llms.txt Generator & Validator

Build a spec-compliant llms.txt so AI tools can understand your site — or paste an existing one to validate it. Everything runs in your browser.

Follows the llms.txt Markdown structure

Generator


Validator

What is llms.txt?

llms.txt is a Markdown file at your site root that gives AI assistants a clean, curated map of your most important pages — the way robots.txt guides crawlers and sitemap.xml lists URLs. The structure is simple: an H1 title, an optional > summary blockquote, optional details, then H2 sections containing bulleted links in the form - [Title](URL): note.

Spec at a glance

ElementRule
TitleExactly one H1 (# Title), required, first line
SummaryOptional blockquote (> …) right after the title
SectionsH2 headings (## Name)
LinksBullets: - [Title](https://url): optional note
LocationServed at /llms.txt as text/plain or text/markdown

FAQ

Is llms.txt an official standard?
It's a community proposal gaining adoption, not yet a formal web standard. It's cheap to add and harmless if ignored.
Does anything get uploaded?
No. Generation and validation run entirely in your browser.