
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
This package generates a llms.txt file that summarizes your Next.js app's content for use by language models. It scans your project for informative pages (like marketing, legal, and pricing pages) and outputs a structured Markdown file containing high-level summaries.
Before running next-aeo, you must build your Next.js app first. In the root of your project, run your build script e.g.
npm run build
Then, run the following command whenever there are significant changes to your site:
npx -y next-aeo@latest
The generated llms.txt file is saved to public/llms.txt, making it accessible at /llms.txt on your website.
If you want to make generating an llms.txt file easier, you can also add it as a script to your package.json file and specify that the build script should be run before the llms script.
"scripts": {
"prellms": "npm run build",
"llms": "npx -y next-aeo@latest"
}
👇 Keep reading to learn more about the llms.txt standard and how it works.
The llms.txt file is an emerging standard that helps AI systems better understand your website's content and purpose. By providing a structured summary of your site, you can:
Learn more about the llms.txt standard:
public/llms.txt following the llms.txt specification.next/server directoryIncluded pages:
Automatically excluded:
To see detailed information about the processing:
You can use a custom OpenAI model by passing the --openai-key and --openai-model options.
npx -y next-aeo@latest --openai-key <your-api-key> --openai-model <your-model>
npx -y next-aeo@latest --debug
Made with ❤️ and 🤖 by Profound
FAQs
Help LLMs understand your Next.js website better.
We found that next-aeo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.