About

What is an llm.txt file?

llm.txt is single text file that contains all of the code of a repository, created to provide context to LLMs when working with a codebase.

The file is generated from a repository and then can be fetched by an AI assistant.

curl https://www.llmtxt.xyz/g/alloy-rs/alloy/0

This gives AI to full visibility into the project structure, conventions, and implementation details without requiring the developer to manually explain or paste individual files.

What is llmtxt.xyz

llmtxt.xyz is a tool to flatten a GitHub repository into a single text file, store it permanently on Load Network, and return a short URL that an AI can use to fetch the content. /txtfiles has a library of all repos so far turned into llm.txt files.