Build with AI
Analog provides integrations to use AI-assisted development practics.
LLMs Index files
Analog's docs site publishes two AI-friendly index files at the site root:
https://analogjs.org/llms.txthttps://analogjs.org/llms-full.txt
These files make it easier to feed the docs into AI-assisted workflows without crawling the full site manually.
What's the difference?
llms.txt
llms.txt is a compact index of the docs. It contains the page titles, URLs, and short descriptions so an assistant or retrieval pipeline can discover the relevant docs pages quickly.
Use it when you want:
- a lightweight entry point for retrieval
- a page index for custom RAG pipelines
- a quick way to point an AI tool at the Analog docs corpus
llms-full.txt
llms-full.txt is the expanded version. It concatenates the full Markdown content for the docs pages into a single text file.
Use it when you want:
- a single file for local indexing
- a fuller context window for long-form prompting
- offline processing without fetching each docs page individually