llms.txt on Vercel

Publish an llms.txt file for apps and sites deployed on Vercel.

Vercel serves static files from the framework's public/static folder. For Next.js, place your generated file at public/llms.txt. For other frameworks, use the equivalent static asset directory.

  1. Generate. Create a focused llms.txt from your live site.
  2. Add to repo. Commit it as a static file.
  3. Deploy. Push to production.
  4. Validate. Confirm it is available at the root URL.

Create your llms.txt

Generate and validate llms.txt before your next Vercel deployment.

Open the generator