Use the llms.txt Generator Web Interface
mainllms.txt files through a browser without using the API, visit the hosted web interface at llmstxt.firecrawl.dev.repository·main·Indexed 19 days ago
https://github.com/firecrawl/llmstxt-generatorA tool that crawls websites using Firecrawl and processes content with GPT-4-mini to create consolidated llms.txt and llms-full.txt files optimized for LLM training and inference. Available via API endpoint, web interface, or local development setup. Note: This API is deprecated and will not be maintained after June 30, 2025.
llms.txt files through a browser without using the API, visit the hosted web interface at llmstxt.firecrawl.dev.To run the generator locally, follow these steps:
Create a .env file in the root directory and populate the following keys:
FIRECRAWL_API_KEYSUPABASE_URLSUPABASE_KEYOPENAI_API_KEYExecute the following commands to install dependencies and start the development server:
npm install
npm run devllms.txt files, use create-llmstxt-py.You can generate consolidated text files from websites for LLM training and inference by calling the API endpoint. The generator crawls websites and produces both standard (llms.txt) and full (llms-full.txt) versions. Note that processing can take several minutes because it involves web crawling and LLM-based text processing.
Endpoint Pattern:
GET https://llmstxt.firecrawl.dev/[YOUR_URL_HERE]
GET https://llmstxt.firecrawl.dev/https://example.com