llms.txt Adoption — Who Uses It?
Real evidence of who has deployed llms.txt: major documentation platforms, developer-focused companies, open-source projects, and the AI tools that read it natively.
Last updated:
Adoption snapshot
Since Jeremy Howard proposed llms.txt at Answer.AI in September 2024, adoption has grown
from a handful of early experiments to tens of thousands of deployed files. The acceleration accelerated
sharply in 2025 when major documentation hosting platforms added automatic generation.
The clearest signal of a format's success is when the infrastructure adopts it — platforms serve thousands of sites each, multiplying reach without requiring individual developers to take action.
Documentation platforms
The largest force-multipliers in llms.txt adoption are documentation hosting platforms that generate the file automatically for every project:
- Mintlify — one of the first major platforms to ship automatic
llms.txtgeneration. Thousands of API documentation sites powered by Mintlify exposellms.txtandllms-full.txtwithout any developer configuration. - GitBook — added
llms.txtauto-generation in 2025. GitBook hosts documentation for hundreds of developer-facing companies; all of them now serve the file automatically. - Read the Docs — the widely-used open-source documentation hosting platform added
llms.txtsupport, covering a large portion of Python ecosystem projects. - Docusaurus (Meta) — a popular plugin generates
llms.txtfor Docusaurus sites. Many of the largest open-source project doc sites (React, Babel, Jest, etc.) use Docusaurus. - VitePress / VuePress — community plugins add
llms.txtgeneration to these static documentation generators, used by Vue.js ecosystem projects.
Companies and projects
Notable early adopters across developer tooling, AI, and infrastructure:
- Anthropic —
anthropic.com/llms.txtanddocs.anthropic.com/llms.txtprovide structured access to Claude documentation. - Cloudflare — developer documentation at
developers.cloudflare.com/llms.txtwith a comprehensive index of Workers, Pages, and AI Gateway docs. - Vercel —
vercel.com/docs/llms.txtserves an index of platform documentation for AI coding assistants. - Supabase —
supabase.com/docs/llms.txtcovering database, auth, storage, and edge function documentation. - PlanetScale, Neon, Turso — database-as-a-service providers that cater to AI developers have been quick adopters.
- FastAPI, Pydantic, Ruff — leading Python ecosystem projects expose
llms.txtto improve how AI assistants understand their APIs. - Tailwind CSS —
tailwindcss.com/llms.txthelps AI coding assistants provide accurate class suggestions.
AI tools with native support
Beyond the sites that publish llms.txt, these tools actively read it:
- Cursor — the AI code editor fetches
llms.txtwhen you add a URL as a project context source. This is the primary driver of developer awareness of the format. - Perplexity — has officially announced support, with PerplexityBot reading
llms.txtto prioritize indexing. - LlamaIndex — built-in
LlmsTxtReaderthat parses the file and fetches linked pages to populate a vector index. - LangChain — community
LlmsTxtLoaderintegration for building RAG pipelines from anyllms.txt-enabled site. - Firecrawl — uses
llms.txtto guide site crawls, prioritizing linked pages when building knowledge bases. - Cline, Aider, Continue.dev — open-source AI coding tools that support URL context
all benefit from
llms.txt.
Why adoption is accelerating
Three factors are driving rapid adoption:
- Platform multipliers — when a documentation platform ships auto-generation, thousands of sites adopt it overnight without any developer effort.
- AI coding assistant demand — Cursor, Copilot, and Cline users actively request
llms.txtfrom their libraries. Maintainers are responding to real demand. - Zero cost, immediate value — a static text file with no infrastructure requirements and measurable benefit to AI tool users is an easy yes for most developer-facing projects.
Check if a site has llms.txt by visiting https://<domain>/llms.txt or using the validator to analyze the file structure.
Related pages
- Which AI crawlers read llms.txt — detailed breakdown.
- llms.txt format reference — spec details.
- How to create llms.txt — add it to your site in minutes.
- Validator · Generator.