Skip to content

Commit 0200282

Browse files
Merge pull request #263 from cristianovisk/feat/add-anthropic-detection
Add AI/automation tech detection (Anthropic, Cursor, Lovable, Windsurf, Zapier) + new "Artificial Intelligence" category
2 parents d4e4203 + 0d5f00c commit 0200282

10 files changed

Lines changed: 100 additions & 1 deletion

File tree

src/categories.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,5 +770,13 @@
770770
],
771771
"name": "Fundraising & donations",
772772
"priority": 9
773+
},
774+
"112": {
775+
"groups": [
776+
5,
777+
9
778+
],
779+
"name": "Artificial Intelligence",
780+
"priority": 9
773781
}
774782
}

src/images/icons/Anthropic.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/icons/Cursor.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/icons/Windsurf.svg

Lines changed: 3 additions & 0 deletions
Loading

src/images/icons/Zapier.svg

Lines changed: 8 additions & 0 deletions
Loading

src/technologies/a.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5896,6 +5896,24 @@
58965896
],
58975897
"website": "https://www.anthology.com/products/lifecycle-engagement/alumni-and-advancement/anthology-encompass"
58985898
},
5899+
"Anthropic": {
5900+
"cats": [
5901+
112
5902+
],
5903+
"description": "Anthropic is an AI safety company that develops Claude, a family of large language models, and provides an API for building AI-powered applications. The anthropic-domain-verification TXT record confirms domain ownership for Anthropic services.",
5904+
"dns": {
5905+
"TXT": [
5906+
"anthropic-domain-verification"
5907+
]
5908+
},
5909+
"icon": "Anthropic.svg",
5910+
"pricing": [
5911+
"payg",
5912+
"freemium"
5913+
],
5914+
"saas": true,
5915+
"website": "https://www.anthropic.com"
5916+
},
58995917
"AntiBot.Cloud": {
59005918
"cats": [
59015919
16

src/technologies/c.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10286,6 +10286,24 @@
1028610286
"saas": true,
1028710287
"website": "https://www.curaytor.com"
1028810288
},
10289+
"Cursor": {
10290+
"cats": [
10291+
112
10292+
],
10293+
"description": "Cursor is an AI-powered code editor (IDE) that uses large language models to generate, edit, and explain code. The cursor-domain-verification TXT record confirms domain ownership for Cursor services.",
10294+
"dns": {
10295+
"TXT": [
10296+
"cursor-domain-verification"
10297+
]
10298+
},
10299+
"icon": "Cursor.svg",
10300+
"pricing": [
10301+
"payg",
10302+
"freemium"
10303+
],
10304+
"saas": true,
10305+
"website": "https://www.cursor.com"
10306+
},
1028910307
"Custobar": {
1029010308
"cats": [
1029110309
97

src/technologies/l.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3949,12 +3949,18 @@
39493949
},
39503950
"Lovable": {
39513951
"cats": [
3952-
51
3952+
51,
3953+
112
39533954
],
39543955
"cookies": {
39553956
"lovable-preview-mode": ""
39563957
},
39573958
"description": "Lovable is an AI-powered collaborative page builder for generating UI components, projects, and templates in real time.",
3959+
"dns": {
3960+
"TXT": [
3961+
"lovable_verification="
3962+
]
3963+
},
39583964
"dom": {
39593965
"link[href*='/lovable-uploads/']": {
39603966
"exists": ""

src/technologies/w.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,6 +2892,24 @@
28922892
"icon": "WindowsServer.png",
28932893
"website": "https://microsoft.com/windowsserver"
28942894
},
2895+
"Windsurf": {
2896+
"cats": [
2897+
112
2898+
],
2899+
"description": "Windsurf (formerly Codeium) is an AI-powered code editor (IDE) that uses large language models for code generation, completion, and agentic workflows. The windsurf-verification TXT record confirms domain ownership for Windsurf services.",
2900+
"dns": {
2901+
"TXT": [
2902+
"windsurf-verification="
2903+
]
2904+
},
2905+
"icon": "Windsurf.svg",
2906+
"pricing": [
2907+
"payg",
2908+
"freemium"
2909+
],
2910+
"saas": true,
2911+
"website": "https://windsurf.com"
2912+
},
28952913
"WINEAROUND": {
28962914
"cats": [
28972915
93

src/technologies/z.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,24 @@
217217
],
218218
"website": "https://zanox.com"
219219
},
220+
"Zapier": {
221+
"cats": [
222+
47
223+
],
224+
"description": "Zapier is a workflow automation platform that connects apps and services to build automated workflows (Zaps) without code. The zapier-domain-verification-challenge TXT record confirms domain ownership for Zapier services.",
225+
"dns": {
226+
"TXT": [
227+
"zapier-domain-verification-challenge="
228+
]
229+
},
230+
"icon": "Zapier.svg",
231+
"pricing": [
232+
"payg",
233+
"freemium"
234+
],
235+
"saas": true,
236+
"website": "https://zapier.com"
237+
},
220238
"Zapiet": {
221239
"cats": [
222240
6

0 commit comments

Comments
 (0)