VectorCiteVectorCite
llms.txt · spec-compliant generator + validator

Make your sitereadable by AI agents.

The llms.txt standard (llmstxt.org) tells AI agents which pages are the most useful summary of your site. Adopted by Anthropic's Claude, Cloudflare, Stripe, Vercel — and every modern IDE coding agent (Cursor, Claude Code, Copilot, Windsurf) fetches it on the fly.

What this generates

A complete llms.txt in the official spec format:

# Your Site Name

> One-line summary of what your site does (pulled from your meta description).

## Home
- [Home](https://yoursite.com/)

## Product
- [Pricing](https://yoursite.com/pricing)
- [Features](https://yoursite.com/features)

## Docs
- [Getting Started](https://yoursite.com/docs/getting-started)
- [API Reference](https://yoursite.com/docs/api)

## Blog
- [Recent Posts](https://yoursite.com/blog/...)

We discover your URLs via sitemap.xml (or homepage crawl), group them by path-pattern (Home / Product / Docs / Pricing / Blog / About / Other), and emit a spec-compliant document. Save it to your repo at /public/llms.txt (Next.js) or your CMS root.