llms.txt

@web-kits/audio exposes a llms.txt file at the root of the site. This follows the emerging convention for helping AI assistants understand a project quickly.

What it contains

  • Project name and description
  • Core API surface (functions, types, hooks)
  • Key concepts (sources, envelopes, filters, effects, patches)
  • Links to relevant documentation pages

Usage

Point your AI tool at the URL:

https://audio.raphaelsalaja.com/llms.txt

Or reference it in your project's AI configuration:

{
  "context": ["https://audio.raphaelsalaja.com/llms.txt"]
}