From 728fef7312e42c1f78753037ae4d0adbfec34bcc Mon Sep 17 00:00:00 2001 From: Giuseppe Socci Date: Thu, 11 Jun 2026 09:42:45 +0200 Subject: [PATCH 1/3] Add KaliCart Bridge information to k.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds detection for KaliCart Bridge, a free GPLv2 WooCommerce plugin that exposes the merchant catalog as a structured REST API for AI shopping agents. Detection method: link[rel='kalicart-agent'] injected in — the rel value is unique, stable across all Bridge installations and documented in the public spec. Live examples (verifiable now): https://duinshop.it https://www.project2209.com Spec / docs: https://bridge.kalicart.com/docs/ Plugin is open source (GPLv2), actively maintained, distributed at bridge.kalicart.com. Two merchants live at time of submission; fingerprint registration requested now so HTTP Archive crawls start attributing installations from this point forward. --- src/technologies/k.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/technologies/k.json b/src/technologies/k.json index 76513b90..6b3b108e 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -172,6 +172,17 @@ "saas": true, "website": "https://kajabi.com" }, + "KaliCart Bridge": { + "cats": [ + 6 + ], + "description": "KaliCart Bridge is a free WooCommerce plugin that exposes the merchant catalog as a structured, agent-readable API for AI shopping agents, with federated discovery via the KaliCart network.", + "dom": "link[rel='kalicart-agent']", + "icon": "KaliCartBridge.svg", + "implies": "WooCommerce", + "oss": true, + "website": "https://bridge.kalicart.com" + }, "Kakao": { "cats": [ 19 From 8d3401e549319b960f3d4ccfb3253d797593e312 Mon Sep 17 00:00:00 2001 From: Giuseppe Socci Date: Mon, 15 Jun 2026 19:04:32 +0200 Subject: [PATCH 2/3] Add files via upload --- src/images/icons/KaliCartBridge.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/images/icons/KaliCartBridge.svg diff --git a/src/images/icons/KaliCartBridge.svg b/src/images/icons/KaliCartBridge.svg new file mode 100644 index 00000000..ffadb25f --- /dev/null +++ b/src/images/icons/KaliCartBridge.svg @@ -0,0 +1,8 @@ + + + + + + + + From 59cce958f0c0bc2ef4fcc8e1bd1eb4b6ddd6b05c Mon Sep 17 00:00:00 2001 From: Giuseppe Socci Date: Mon, 15 Jun 2026 19:12:44 +0200 Subject: [PATCH 3/3] Re-add KaliCart Bridge entry in k.json --- src/technologies/k.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/technologies/k.json b/src/technologies/k.json index 6b3b108e..84deb8ee 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -172,17 +172,6 @@ "saas": true, "website": "https://kajabi.com" }, - "KaliCart Bridge": { - "cats": [ - 6 - ], - "description": "KaliCart Bridge is a free WooCommerce plugin that exposes the merchant catalog as a structured, agent-readable API for AI shopping agents, with federated discovery via the KaliCart network.", - "dom": "link[rel='kalicart-agent']", - "icon": "KaliCartBridge.svg", - "implies": "WooCommerce", - "oss": true, - "website": "https://bridge.kalicart.com" - }, "Kakao": { "cats": [ 19 @@ -200,6 +189,17 @@ ], "website": "https://developers.kakao.com/product" }, + "KaliCart Bridge": { + "cats": [ + 6 + ], + "description": "KaliCart Bridge is a free WooCommerce plugin that exposes the merchant catalog as a structured, agent-readable API for AI shopping agents, with federated discovery via the KaliCart network.", + "dom": "link[rel='kalicart-agent']", + "icon": "KaliCartBridge.svg", + "implies": "WooCommerce", + "oss": true, + "website": "https://bridge.kalicart.com" + }, "Kalio": { "cats": [ 6