docs: add llms.txt for docs.crawl4ai.com - #2267
Open
judegomila wants to merge 1 commit into
Open
judegomila wants to merge 1 commit into
judegomila wants to merge 1 commit into
Conversation
judegomila
added a commit
to ultrametricai/productarena
that referenced
this pull request
Sep 14, 2026
…, Products heading, clickable ranks, sub-product logos, legend below tables, compare chip logos - /gifts (unlinked, noindex): founder review of the drafts/outreach gift program. lib/gifts.ts parses GIFT-LIST.md's ranked table + per-vendor dirs (PR.md/issue-body verbatim title+body, NOTES.md, llms.txt/cert-report artifacts); lifecycle via per-vendor status.json (documented in drafts/outreach/README.md; crawl4ai = SENT, unclecode/crawl4ai#2267). Tolerant of missing files, tested; .vercelignore now re-includes drafts/outreach markdown so the page builds populated on Vercel. - PA Score pill sweep: AiEraBadge grows size="xs"; converted every bare-text PA Score (FamilySection mini-table, family page cards, /missing leaders, StackBattle mean/ weakest-link/slot roster, my-stack pick chips, /rankings/rising column, alternatives rival+adjacent cards, CompareBuilder PA row). - FamilySection heading "Product lines" -> "Products"; rank #x/Y cells (FamilySection + family page) click through to /arena/<id>. - Distinct sub-product marks where vendors ship them: cloudflare (Workers glyph), github-copilot, langsmith, cloudflare-ai-gateway (docs icon, added to dark-logos); all other same-as-parent sub-products verified to have no vendor-shipped mark. - Arena pages: Legend moved below the story matrix (last table it explains); Legend glosses now wrap at 375px instead of forcing horizontal scroll. - /compare starter chips: 16px ProductLogoView per product. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Crawl4AI ships an llms.txt generator app, but docs.crawl4ai.com itself serves no
llms.txt(it returns 404 — re-checked 2026-09-14). This PR adds one — use it freely, changeanything, no attribution needed. It also closes the loop on #326, which asked for this back
in January 2025.
llms.txt(https://llmstxt.org) is a small markdown index at the docs root that tells AIassistants and coding agents where the canonical docs live. This one was drafted from the
docs.crawl4ai.com sitemap: a one-line summary plus ~49 curated links (setup, core crawling,
extraction, advanced browser control, API reference) with short descriptions. Every URL was
checked to return HTTP 200 as of 2026-09-14.
Placement:
docs/md_v2/llms.txt(docs_dirin mkdocs.yml), which MkDocs copies through tothe site root. Crawl4AI's users are, almost by definition, building LLM pipelines — their
agents get a reliable entry point into the current docs instead of scraping guesses.
For provenance: we maintain ProductArena, an open,
evidence-based tracker of how agent-ready developer products are, and Crawl4AI's page there
is what surfaced the gap (our probe found
docs.crawl4ai.com/llms.txtreturning 404):https://ultrametric.ai/productarena/arena/web-scraping/product/crawl4ai
No expectation attached — if this isn't something the project wants, please just close, and
sorry for the noise. If it's welcome but you'd rather restructure or trim it (or generate it
with your own LLMText app instead — honestly the better story), it's plain markdown; happy to
adjust or for you to take it over entirely.