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.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repositories and verifies changes with the real compiler, debugger, sanitizers, and tests before showing a diff. It offers a free tier plus paid plans, with editor connectors and zero-retention handling described in the source.
hob is an independent workspace for coding agents that keeps agent sessions, terminals, history, and follow-up work organized around the tools and providers you already use. It is aimed at developers who want local control over routing, history, and workspace structure rather than a bundled model stack.
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.
Manta AI is an autonomous web app testing tool for teams that want to map application behavior, catch regressions, and generate tests without writing scripts or maintaining selectors. It works from a URL and supports plain-English test flows, run results with screenshots, and scheduled or deployment-triggered checks.
SonOf connects to your repo and PM tool, audits the codebase and surrounding product context, and turns approved work into shipped tickets with senior engineering review. It is aimed at founders and engineering leaders who need backlog help without hiring a full team immediately.
Ghost è un assistente AI da terminale per chattare, generare codice ed eseguire task da riga di comando. Include modelli gratuiti, supporta Linux, macOS e Windows, ed è open source.