About this tool
The llms.txt standard is a Markdown file at your site root that tells large language models where your most important pages live. This generator assembles a valid one from a few fields, entirely in your browser — nothing is crawled or uploaded.
It writes your site name as the top-level H1 (# Name), your summary as a blockquote (> …), then each link as a Markdown list item. In the links box, every line is "Title | URL | optional description"; a line beginning with "## " starts a new titled section. Each link becomes "- [Title](URL): description", exactly as the spec expects.
Type your details and the file updates live; copy it or download it as llms.txt and place it at https://yoursite.com/llms.txt. Keep the summary tight and group related pages under clear section headings so models can navigate quickly.