Add AI/automation tech detection (Anthropic, Cursor, Lovable, Windsurf, Zapier) + new "Artificial Intelligence" category#263
Merged
enthec-opensource merged 7 commits intoJun 23, 2026
Conversation
Detects sites that have verified domain ownership for Anthropic services through the anthropic-domain-verification DNS TXT record. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was no category describing AI/LLM products. Adds category 112 "Artificial Intelligence" (groups Utilities + Web development) and moves the Anthropic entry from Development (47) to it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Cursor is an AI code editor. Detects sites that verified domain ownership for Cursor via the cursor-domain-verification DNS TXT record (verified live on ifood.com.br). Uses the new Artificial Intelligence category (112). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Adds the lovable_verification DNS TXT fingerprint to the existing Lovable entry (verified live on ifood.com.br) and assigns it to the new Artificial Intelligence category (112) alongside Page builders. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Windsurf: AI code editor, windsurf-verification TXT (AI category 112) - Zapier: workflow automation, zapier-domain-verification-challenge TXT (Development category 47, consistent with n8n) Both verified live on ifood.com.br. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
|
Those logos don't look right... |
Reviewer feedback: the icons did not match the real brand logos. - Cursor: redraw as the official dark isometric cube with the white cursor/lid, replacing the off-tone gradient version. - Windsurf: redraw as the black flowing W wave + detached tick, replacing the incorrect green wave. - Zapier: replace the old orange asterisk with the current wordmark (charcoal 'zapier' with the orange underscore mark). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author
|
Thanks for the review! Fixed the three icons to match the official brand logos (commit e438481):
All three were render-verified against the official logos before pushing. |
Replace icons with the official brand SVGs provided. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Summary
Adds DNS
TXTdomain-verification detection for several SaaS products, and a new Artificial Intelligence category, since the project had no category covering AI/LLM products.All fingerprints are verified against a real, publicly verifiable domain (
ifood.com.br):Each fingerprint matches the generic verification prefix so it detects any verified domain, not a single instance — following the same convention as existing entries (
dropbox-domain-verification,heroku-domain-verification,onetrust-domain-verification=, etc.).Changes
src/categories.json— new category112Artificial Intelligence (groups5Utilities +9Web development, priority9). There was previously no AI/LLM category; the closest were Development (47) and Live chat (52).src/technologies/a.json— newAnthropic(AI safety company / Claude LLM API).src/technologies/c.json— newCursor(AI-powered code editor / IDE).src/technologies/l.json— existingLovable(AI app builder) gains thelovable_verificationDNS TXT fingerprint and the AI category.src/technologies/w.json— newWindsurf(AI-powered code editor / IDE).src/technologies/z.json— newZapier(workflow automation; Development, consistent with the existing n8n entry).src/images/icons/—Anthropic.svg,Cursor.svg,Windsurf.svg,Zapier.svglogomark icons (Lovable icon already existed).🤖 Generated with Claude Code