justbetter/statamic-llms-generator

Generate llms.txt files for Statamic sites

Maintainers

Package info

github.com/justbetter/statamic-llms-generator

pkg:composer/justbetter/statamic-llms-generator

Transparency log

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.2 2026-07-17 08:12 UTC

This package is not auto-updated.

Last update: 2026-07-17 11:19:33 UTC


README

A Statamic addon that lets you manage your site's llms.txt file from the Control Panel.

Installation

composer require justbetter/statamic-llms-generator

When developing inside this monorepo, the package is already available via the path repository.

Usage

  1. Open Tools → LLMS Generator in the Control Panel
  2. Edit the llms.txt contents in the textarea
  3. Click Save

The file is served at /llms.txt (configurable via LLMS_GENERATOR_PATH).

Configuration

Publish the config file:

php artisan vendor:publish --tag=justbetter-llms-generator
Key Default Description
enabled true Toggle frontend route
path llms.txt URL path for the generated file

Settings are stored in resources/addons/llms-generator.yaml using Statamic's addon settings system.

Development

composer install
yarn install
yarn build
composer quality

Credits

License

The MIT License (MIT). Please see License File for more information.