
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.