One-command CLI usage
Runs from the command line with `npx`, so you can generate a starter file without adding the package to a project first.
llms-txt-gen is a zero-dependency Node.js CLI that generates a starter `llms.txt` file from a website’s sitemap. It helps site owners create a publishable draft quickly, then edit and publish it at the site root.
llms-txt-gen is a zero-dependency Node.js CLI that generates a starter `llms.txt` file from a website’s sitemap. It is built for site owners who want a fast way to create a publishable `llms.txt` draft without hand-assembling the page list.
The tool reads `/sitemap.xml`, including sitemap indexes, collects the URLs it finds, and emits a Markdown scaffold you can edit before publishing at the root of your site. Its output is intentionally a starting point: the README tells you to replace the placeholder description, prune the page list, and publish the file yourself.
The repository positions the tool around answer engine optimization and AI search visibility, with examples that reference ChatGPT, Perplexity, Gemini, and Google AI Overviews. The package is designed for simple local use through `npx`, and the code requires Node 18+ so it can use the built-in `fetch`.
Runs from the command line with `npx`, so you can generate a starter file without adding the package to a project first.
Fetches `/sitemap.xml` from a site and reads the URLs listed there, including sitemap indexes that point to child sitemaps.
Creates a spec-shaped `llms.txt` scaffold with a site heading, placeholder summary, and a curated pages list that you can edit before publishing.
Lets you choose whether to print the result to stdout or write it directly to a file with `--output`.
Accepts a `--max` limit for the number of URLs included, with a default of 100, and removes duplicates before output.
Uses no external dependencies and only requires Node 18+ because it depends on the built-in `fetch`.
Create a first-pass `llms.txt` file from an existing sitemap when you want to publish a curated LLM-facing summary quickly.
Turn an established sitemap into a draft that can be trimmed down to the most relevant pages before publishing.
Generate a local output file that can be reviewed in a text editor and then uploaded to the site root.
Check how a site’s pages may be surfaced for AI search workflows by producing a structured, human-editable page list.
It runs as a Node.js CLI and can be invoked with `npx github:NitishSamurai/llms-txt-gen <site-url>`. The tool reads `/sitemap.xml`, supports sitemap indexes, and can write the generated content to a file with `-o` or print it to stdout.
Yes. The package metadata requires Node 18 or newer, and the code notes that it relies on the built-in `fetch` available in Node 18+.
The generated output is a starter `llms.txt` file based on sitemap URLs. The README shows a Markdown structure with a site heading, a placeholder description, and a `Pages` section of linked URLs that you are expected to edit before publishing.
It is designed to be a zero-dependency CLI. The package uses an MIT license and is published on GitHub, which makes it suitable for open-source use or quick evaluation without installing a dependency tree.
The repository says it follows a conservative workflow: fetch the site sitemap, optionally follow sitemap indexes, de-duplicate URLs, and cap the list with the `--max` option. It does not claim to crawl the full website beyond the sitemap.
Ably Chat is a chat API platform for building custom realtime chat applications. It supports room-based messaging, typing indicators, presence, reactions, and message updates, with usage-based pricing options for different deployment stages.
Ghost es un asistente de IA para terminal para chatear, generar código y ejecutar tareas en la línea de comandos. Incluye modelos gratuitos, es compatible con Linux, macOS y Windows, y es de código abierto.
AakarDev AI helps teams manage AI provider access, project-level setups, logs, and analytics from one dashboard. It supports BYOK workflows and lists providers including OpenAI, Google Gemini, Anthropic, Groq, Mistral AI, and Perplexity AI.
DeepMotion is a web-based AI motion capture and 3D animation platform with Animate 3D for video-to-animation and SayMotion for text-to-animation. It helps creators and teams generate motion in a browser and export results in common production formats.
Arduino VENTUNO Q is an edge AI computer for AI and robotics applications. It combines AI inference and deterministic control on a single board and is designed to work with Arduino App Lab.
Devin is an AI coding agent and software engineer that helps developers and engineering teams plan and execute complex software tasks. It is available through desktop, cloud, JetBrains, and CLI surfaces, with plans for individuals, teams, and enterprises.