Skip to content

Add AI/automation tech detection (Anthropic, Cursor, Lovable, Windsurf, Zapier) + new "Artificial Intelligence" category#263

Merged
enthec-opensource merged 7 commits into
enthec:mainfrom
cristianovisk:feat/add-anthropic-detection
Jun 23, 2026
Merged

Add AI/automation tech detection (Anthropic, Cursor, Lovable, Windsurf, Zapier) + new "Artificial Intelligence" category#263
enthec-opensource merged 7 commits into
enthec:mainfrom
cristianovisk:feat/add-anthropic-detection

Conversation

@cristianovisk

@cristianovisk cristianovisk commented Jun 22, 2026

Copy link
Copy Markdown

Summary

Adds DNS TXT domain-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):

$ dig @8.8.8.8 +short TXT ifood.com.br | grep -E 'anthropic|cursor|lovable|windsurf|zapier'
"anthropic-domain-verification-nkd8t1=41ye8iBPuIpM77lWfj1ZzqQH1"
"cursor-domain-verification-399g08=WPzqgjc7CGaeQDusTq2JywFmY"
"lovable_verification=hkC5CboSQqFRKhfr4760"
"windsurf-verification=I73ZZdj4hOSKqvjAEv9pS0IIq4F0EUOR7uyUEESuINQ="
"zapier-domain-verification-challenge=bfc92093-af70-4ce7-abe2-22c724a77313"

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 category 112 Artificial Intelligence (groups 5 Utilities + 9 Web development, priority 9). There was previously no AI/LLM category; the closest were Development (47) and Live chat (52).
  • src/technologies/a.json — new Anthropic (AI safety company / Claude LLM API).
  • src/technologies/c.json — new Cursor (AI-powered code editor / IDE).
  • src/technologies/l.json — existing Lovable (AI app builder) gains the lovable_verification DNS TXT fingerprint and the AI category.
  • src/technologies/w.json — new Windsurf (AI-powered code editor / IDE).
  • src/technologies/z.json — new Zapier (workflow automation; Development, consistent with the existing n8n entry).
  • src/images/icons/Anthropic.svg, Cursor.svg, Windsurf.svg, Zapier.svg logomark icons (Lovable icon already existed).

🤖 Generated with Claude Code

Cristiano Henrique and others added 2 commits June 22, 2026 17:49
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>
@cristianovisk cristianovisk changed the title Add Anthropic detection via domain verification TXT record Add Anthropic detection + new "Artificial Intelligence" category Jun 22, 2026
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>
@cristianovisk cristianovisk changed the title Add Anthropic detection + new "Artificial Intelligence" category Add Anthropic & Cursor detection + new "Artificial Intelligence" category Jun 22, 2026
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>
@cristianovisk cristianovisk changed the title Add Anthropic & Cursor detection + new "Artificial Intelligence" category Add AI tech detection (Anthropic, Cursor, Lovable) + new "Artificial Intelligence" category Jun 22, 2026
- 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>
@cristianovisk cristianovisk changed the title Add AI tech detection (Anthropic, Cursor, Lovable) + new "Artificial Intelligence" category Add AI/automation tech detection (Anthropic, Cursor, Lovable, Windsurf, Zapier) + new "Artificial Intelligence" category Jun 22, 2026
@enthec-opensource

Copy link
Copy Markdown
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>
@cristianovisk

Copy link
Copy Markdown
Author

Thanks for the review! Fixed the three icons to match the official brand logos (commit e438481):

  • Cursor — redrawn as the official dark isometric cube with the white cursor/lid (the previous gradient version wasn't faithful).
  • Windsurf — redrawn as the black flowing W wave with the detached tick (replaced the incorrect green wave).
  • Zapier — replaced the old orange asterisk with the current wordmark (charcoal zapier + orange underscore mark), as shown on https://zapier.com/.

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>
@enthec-opensource enthec-opensource merged commit 0200282 into enthec:main Jun 23, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants