# llmstxtgenerator > llmstxtgenerator creates a useful, AI-readable map of a website and keeps the published file current as the source website changes. llmstxtgenerator is a hosted llms.txt generator for website owners, developers, and SEO teams. Enter a website URL, let the service discover its public pages, and receive concise Markdown context that helps AI systems understand the business, products, documentation, and important resources. ## What the product does - Discovers public pages through common sitemap locations, sitemap indexes, nested sitemaps, and related page discovery logic. - Reads the homepage to understand the business, audience, offers, pricing, and important terminology. - Generates an llms.txt entry for each eligible page with a useful title, URL, and concise description. - Provides a free preview of the first 20 discovered pages. - Unlocks full-site generation with a one-time payment based on the discovered page count. - Publishes the completed artifact at one stable public URL. - Refreshes paid projects automatically every 24 hours and supports a manual update from the dashboard. - Keeps individual page failures from blocking publication; critical failures such as an unavailable homepage or complete discovery failure are treated separately. ## Product pages - [Homepage and generator](https://llmstxtgenerator.co/): Enter a website URL and start a free preview. - [llms.txt checker](https://llmstxtgenerator.co/llmstxt-checker): Retrieve and inspect an existing public llms.txt file. - [How to create llms.txt](https://llmstxtgenerator.co/how-to-create-llms-txt): A step-by-step guide from website discovery to publishing. - [How to implement llms.txt](https://llmstxtgenerator.co/how-to-implement-llmstxt): Curl, cron, Node.js, Python, and GitHub Actions integration examples. - [llms.txt specification](https://llmstxtgenerator.co/llms-txt-specification): Explanation of the Markdown structure and practical file conventions. - [llms.txt examples](https://llmstxtgenerator.co/llms-txt-examples): Copyable examples and templates for common website types. - [llms.txt for websites](https://llmstxtgenerator.co/llms-txt-for-website): Guidance on turning a website into maintainable AI context. ## Hosted artifact Paid projects receive a public Markdown endpoint in this form: `https://llmstxtgenerator.co/p/{public-project-id}/llms.txt` The URL is intended to be used by a website, cron job, CI pipeline, deploy hook, or application scheduler. The same URL continues to serve the newest published version after an automatic or manual refresh. ## Pricing - Up to 200 pages: $9 one time. - 201 to 500 pages: $19 one time. - More than 500 pages: $29 one time. Daily updates are included with a paid project. No recurring subscription is required. ## Recommended use Use the hosted URL directly when an AI tool or crawler can read a remote Markdown file. If the file needs to live inside a deployment, fetch it on a schedule and save it as `public/llms.txt` or the equivalent public path in the application. ## Scope and limitations llmstxtgenerator works with publicly reachable websites. It uses HTML page content and publicly available sitemap information; private, authenticated, blocked, or unavailable pages cannot be reliably included. Page-level fetch or AI errors fall back to lightweight metadata summaries where possible so a paid artifact can still be published. ## Company and contact - Website: https://llmstxtgenerator.co/ - Contact: mailto:hello@llmstxtgenerator.co - [Privacy](https://llmstxtgenerator.co/privacy) - [Terms](https://llmstxtgenerator.co/terms)