llms.txt Generator
Guide AI crawlers.
Loading toolโฆ
About llms.txt Generator
The llms.txt Generator builds a clean, standards-compliant llms.txt file for your website or project. Enter your site name, a short summary, and a list of your most important links, then group them into sections. The tool produces the standard Markdown format an H1 title, a blockquote summary, and titled sections of links so AI assistants can quickly understand and navigate your site.
It is completely free with no sign-up, and it runs entirely in your browser. Nothing you type is uploaded to a server. Copy the result to your clipboard or download it as llms.txt in one click, then drop it in the root of your domain.
Frequently asked questions
- What is an llms.txt file and why do I need one?
- llms.txt is a proposed Markdown standard that gives AI assistants and LLM-powered tools a concise, curated map of your website. It lives at the root of your domain (like /llms.txt) and lists your most important pages so models can find and cite the right content instead of guessing from raw HTML.
- Is this llms.txt generator free?
- Yes, it is 100% free with no account, sign-up, or usage limits. Generate as many llms.txt files as you need.
- Is my data uploaded anywhere?
- No. The generator runs entirely in your browser using JavaScript. Your site name, summary, and links are never sent to a server, so your information stays private on your device.
- What format does the output follow?
- It follows the standard llms.txt structure: an H1 with your project name, an optional blockquote (>) summary, and one or more ## sections containing Markdown links in the form - [title](url): note. This matches what LLM tooling expects.
- How do I group links into sections?
- Each link row has a Section field. Give several links the same section name (for example Docs, Examples, or Optional) and the tool automatically lists them together under a single ## heading in the order the sections first appear.
- Where do I put the llms.txt file once it's generated?
- Download it and upload it to the root of your website so it resolves at https://yoursite.com/llms.txt. That is the location AI crawlers and assistants look for it, similar to robots.txt or sitemap.xml.