Purpose
Generates/llms/{product-slug}.txt files for products and deploys them to Vercel. These files provide detailed product information optimized for AI consumption.
Architecture
Pipeline Flow
This endpoint is the third step in a 3-step product pipeline:File Structure
| File | Path | Content |
|---|---|---|
| Root llms | /llms.txt | Business overview + links |
| Product llms | /llms/{slug}.txt | Product-specific content |
Source URL Filtering
The service only uses content from the productβssource_urls:
Scalability
This architecture scales to thousands of products:- Root
llms.txtstays small (~3KB) with just links - Each product gets its own file (~1-2KB)
- AI crawlers can fetch specific product files on-demand