Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Hydrogen regex less strict #63

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

krzksz
Copy link

@krzksz krzksz commented Aug 29, 2024

This PR makes the regular expression for detecting Hydrogen a bit less strict. This builds on the query results that @tunetheweb did which identified more variants of the header.


Test websites:

Copy link

WPT test run for https://almanac.httparchive.org/en/2022/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240829_MR_1
Detected technologies:

{
    "detected": {
        "IaaS": "Google Cloud",
        "JavaScript libraries": "web-vitals",
        "RUM": "web-vitals",
        "Performance": "Priority Hints,Google Cloud Trace",
        "Security": "HSTS",
        "Webmail": "Google Workspace",
        "Email": "Google Workspace",
        "Analytics": "Google Analytics",
        "CDN": "Cloudflare",
        "Miscellaneous": "RSS,Open Graph"
    },
    "detected_apps": {
        "Google Cloud": "",
        "web-vitals": "",
        "Priority Hints": "",
        "HSTS": "",
        "Google Workspace": "",
        "Google Cloud Trace": "",
        "Google Analytics": "",
        "Cloudflare": "",
        "RSS": "",
        "Open Graph": ""
    },
    "detected_technologies": {
        "Google Cloud": {
            "name": "Google Cloud",
            "description": "Google Cloud is a suite of cloud computing services.",
            "slug": "google-cloud",
            "categories": [
                {
                    "id": 63,
                    "slug": "iaas",
                    "groups": [
                        7
                    ],
                    "name": "IaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Cloud.svg",
            "website": "https://cloud.google.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:google:cloud_platform:*:*:*:*:*:*:*:*"
        },
        "web-vitals": {
            "name": "web-vitals",
            "description": "The web-vitals JavaScript is a tiny, modular library for measuring all the web vitals metrics on real users.",
            "slug": "web-vitals",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                },
                {
                    "id": 78,
                    "slug": "rum",
                    "groups": [
                        2
                    ],
                    "name": "RUM",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "web-vitals.svg",
            "website": "https://github.com/GoogleChrome/web-vitals",
            "pricing": [],
            "cpe": null
        },
        "Priority Hints": {
            "name": "Priority Hints",
            "description": "Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.",
            "slug": "priority-hints",
            "categories": [
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Priority Hints.svg",
            "website": "https://wicg.github.io/priority-hints/",
            "pricing": [],
            "cpe": null
        },
        "HSTS": {
            "name": "HSTS",
            "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
            "slug": "hsts",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1",
            "pricing": [],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Cloud Trace": {
            "name": "Google Cloud Trace",
            "description": "Google Cloud Trace is a distributed tracing system that collects latency data from applications and displays it in the Google Cloud Console.",
            "slug": "google-cloud-trace",
            "categories": [
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "google-cloud-trace.svg",
            "website": "https://cloud.google.com/trace",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "RSS": {
            "name": "RSS",
            "description": "RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.",
            "slug": "rss",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "RSS.svg",
            "website": "https://www.rssboard.org/rss-specification",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://baboontothemoon.com/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240829_H0_2
Detected technologies:

{
    "detected": {
        "Ecommerce": "Cart Functionality,Shopify",
        "CMS": "Shopify",
        "Issue trackers": "Sentry",
        "UI frameworks": "Headless UI",
        "JavaScript frameworks": "React,Hydrogen",
        "Payment processors": "Amazon Pay",
        "User onboarding": "Userflow",
        "Analytics": "VWO,TikTok Pixel,LogRocket,Microsoft Clarity 0.7.45,Google Analytics,Facebook Pixel 2.9.166",
        "A/B Testing": "VWO",
        "JavaScript libraries": "lit-html 2.7.4,lit-element 3.3.2,core-js 2.5.7,Boomerang",
        "RUM": "Boomerang",
        "Performance": "Priority Hints",
        "CDN": "Unpkg,Cloudflare",
        "Cookie compliance": "Termly",
        "Marketing automation": "Postscript,Mautic",
        "Email": "Mailgun,Google Workspace",
        "Webmail": "Google Workspace",
        "Tag managers": "Google Tag Manager",
        "Hosting": "GoDaddy",
        "Security": "Cloudflare Bot Management",
        "Personalisation": "Attentive",
        "Miscellaneous": "Vite,Open Graph,HTTP/3,Buy with Prime"
    },
    "detected_apps": {
        "Cart Functionality": "",
        "Shopify": "",
        "Sentry": "",
        "Headless UI": "",
        "React": "",
        "Amazon Pay": "",
        "Userflow": "",
        "Hydrogen": "",
        "VWO": "",
        "TikTok Pixel": "",
        "lit-html": "2.7.4",
        "lit-element": "3.3.2",
        "LogRocket": "",
        "core-js": "2.5.7",
        "Boomerang": "",
        "Priority Hints": "",
        "Unpkg": "",
        "Termly": "",
        "Postscript": "",
        "Microsoft Clarity": "0.7.45",
        "Mautic": "",
        "Mailgun": "",
        "Google Workspace": "",
        "Google Tag Manager": "",
        "Google Analytics": "",
        "GoDaddy": "",
        "Facebook Pixel": "2.9.166",
        "Cloudflare Bot Management": "",
        "Cloudflare": "",
        "Attentive": "",
        "Vite": "",
        "Open Graph": "",
        "HTTP/3": "",
        "Buy with Prime": ""
    },
    "detected_technologies": {
        "Cart Functionality": {
            "name": "Cart Functionality",
            "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
            "slug": "cart-functionality",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Cart-generic.svg",
            "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
            "pricing": [],
            "cpe": null
        },
        "Shopify": {
            "name": "Shopify",
            "description": "Shopify is a subscription-based software that allows anyone to set up an online store and sell their products. Shopify store owners can also sell in physical locations using Shopify POS, a point-of-sale app and accompanying hardware.",
            "slug": "shopify",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                },
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Shopify.svg",
            "website": "https://shopify.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Sentry": {
            "name": "Sentry",
            "description": "Sentry is an open-source platform for workflow productivity, aggregating errors from across the stack in real time.",
            "slug": "sentry",
            "categories": [
                {
                    "id": 13,
                    "slug": "issue-trackers",
                    "groups": [
                        3,
                        18
                    ],
                    "name": "Issue trackers",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Sentry.svg",
            "website": "https://sentry.io/",
            "pricing": [],
            "cpe": null
        },
        "Headless UI": {
            "name": "Headless UI",
            "description": "Headless UI is an unstyled component library for either React.js or Vue.js from the same people that created Tailwind CSS.",
            "slug": "headless-ui",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Headless UI.svg",
            "website": "https://headlessui.dev",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Amazon Pay": {
            "name": "Amazon Pay",
            "description": "Amazon Pay is an online payments processing service that is owned by Amazon. It lets you use the payment methods associated with your Amazon account to make payments for goods and services.",
            "slug": "amazon-pay",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Pay.svg",
            "website": "https://pay.amazon.com",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Userflow": {
            "name": "Userflow",
            "description": "Userflow is a user onboarding software for building product tours and onboarding checklists, tailored to your app and your users.",
            "slug": "userflow",
            "categories": [
                {
                    "id": 58,
                    "slug": "user-onboarding",
                    "groups": [
                        6
                    ],
                    "name": "User onboarding",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Userflow.svg",
            "website": "https://userflow.com",
            "pricing": [
                "mid",
                "recurring"
            ],
            "cpe": null
        },
        "Hydrogen": {
            "name": "Hydrogen",
            "description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.",
            "slug": "hydrogen",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hydrogen.svg",
            "website": "https://hydrogen.shopify.dev",
            "pricing": [],
            "cpe": null
        },
        "VWO": {
            "name": "VWO",
            "description": "VWO is a website testing and conversion optimisation platform.",
            "slug": "vwo",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                },
                {
                    "id": 74,
                    "slug": "a-b-testing",
                    "groups": [
                        8
                    ],
                    "name": "A/B Testing",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "VWO.svg",
            "website": "https://vwo.com",
            "pricing": [
                "mid",
                "recurring"
            ],
            "cpe": null
        },
        "TikTok Pixel": {
            "name": "TikTok Pixel",
            "description": null,
            "slug": "tiktok-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "TikTok.svg",
            "website": "https://ads.tiktok.com",
            "pricing": [],
            "cpe": null
        },
        "lit-html": {
            "name": "lit-html",
            "description": "lit-html is a simple, modern, safe, small and fast HTML templating library for JavaScript.",
            "slug": "lit-html",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.7.4",
            "icon": "Lit.svg",
            "website": "https://lit.dev",
            "pricing": [],
            "cpe": null
        },
        "lit-element": {
            "name": "lit-element",
            "description": "lit-element is a simple base class for creating web components that work in any web page with any framework. lit-element uses lit-html to render into shadow DOM, and adds API to manage properties and attributes.",
            "slug": "lit-element",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.3.2",
            "icon": "Lit.svg",
            "website": "https://lit.dev",
            "pricing": [],
            "cpe": null
        },
        "LogRocket": {
            "name": "LogRocket",
            "description": "LogRocket is a logging and session replay platform that helps developers identify and troubleshoot issues in web applications by recording and replaying user sessions, along with capturing logs and user interactions in real-time.",
            "slug": "logrocket",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "LogRocket.svg",
            "website": "https://logrocket.com",
            "pricing": [
                "freemium",
                "mid",
                "recurring"
            ],
            "cpe": null
        },
        "core-js": {
            "name": "core-js",
            "description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
            "slug": "core-js",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.5.7",
            "icon": "core-js.png",
            "website": "https://github.com/zloirock/core-js",
            "pricing": [],
            "cpe": null
        },
        "Boomerang": {
            "name": "Boomerang",
            "description": "boomerang is a JavaScript library that measures the page load time experienced by real users, commonly called RUM (Real User Measurement).",
            "slug": "boomerang",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                },
                {
                    "id": 78,
                    "slug": "rum",
                    "groups": [
                        2
                    ],
                    "name": "RUM",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "boomerang.svg",
            "website": "https://akamai.github.io/boomerang",
            "pricing": [],
            "cpe": null
        },
        "Priority Hints": {
            "name": "Priority Hints",
            "description": "Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.",
            "slug": "priority-hints",
            "categories": [
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Priority Hints.svg",
            "website": "https://wicg.github.io/priority-hints/",
            "pricing": [],
            "cpe": null
        },
        "Unpkg": {
            "name": "Unpkg",
            "description": "Unpkg is a content delivery network for everything on npm.",
            "slug": "unpkg",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Unpkg.png",
            "website": "https://unpkg.com",
            "pricing": [],
            "cpe": null
        },
        "Termly": {
            "name": "Termly",
            "description": "Termly provides free website policy resources and web-based policy creation software.",
            "slug": "termly",
            "categories": [
                {
                    "id": 67,
                    "slug": "cookie-compliance",
                    "groups": [
                        13
                    ],
                    "name": "Cookie compliance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "termly.svg",
            "website": "https://termly.io/",
            "pricing": [],
            "cpe": null
        },
        "Postscript": {
            "name": "Postscript",
            "description": "Postscript is an SMS and MMS marketing platform for Shopify stores.",
            "slug": "postscript",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Postscript.svg",
            "website": "https://www.postscript.io",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Microsoft Clarity": {
            "name": "Microsoft Clarity",
            "description": "Microsoft's Clarity is a analytics tool which provides website usage statistics, session recording, and heatmaps.",
            "slug": "microsoft-clarity",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "0.7.45",
            "icon": "Microsoft Clarity.svg",
            "website": "https://clarity.microsoft.com",
            "pricing": [
                "freemium"
            ],
            "cpe": null
        },
        "Mautic": {
            "name": "Mautic",
            "description": "Mautic is a free and open-source marketing automation tool for Content Management, Social Media, Email Marketing, and can be used for the integration of social networks, campaign management, forms, questionnaires, reports, etc.",
            "slug": "mautic",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "mautic.svg",
            "website": "https://www.mautic.org/",
            "pricing": [],
            "cpe": "cpe:2.3:a:mautic:mautic:*:*:*:*:*:*:*:*"
        },
        "Mailgun": {
            "name": "Mailgun",
            "description": "Mailgun is a transactional email API service for developers.",
            "slug": "mailgun",
            "categories": [
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Mailgun.svg",
            "website": "https://www.mailgun.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Tag Manager": {
            "name": "Google Tag Manager",
            "description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.",
            "slug": "google-tag-manager",
            "categories": [
                {
                    "id": 42,
                    "slug": "tag-managers",
                    "groups": [
                        8
                    ],
                    "name": "Tag managers",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Tag Manager.svg",
            "website": "https://www.google.com/tagmanager",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "GoDaddy": {
            "name": "GoDaddy",
            "description": "GoDaddy is used as a web host and domain registrar.",
            "slug": "godaddy",
            "categories": [
                {
                    "id": 88,
                    "slug": "hosting",
                    "groups": [
                        7
                    ],
                    "name": "Hosting",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "GoDaddy.svg",
            "website": "https://www.godaddy.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Facebook Pixel": {
            "name": "Facebook Pixel",
            "description": "Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.",
            "slug": "facebook-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.9.166",
            "icon": "Facebook.svg",
            "website": "https://facebook.com",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare Bot Management": {
            "name": "Cloudflare Bot Management",
            "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
            "slug": "cloudflare-bot-management",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com/en-gb/products/bot-management/",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "Attentive": {
            "name": "Attentive",
            "description": "Attentive is a personalised mobile messaging platform that helps retail & ecommerce brands acquire, retain, and interact with mobile shoppers.",
            "slug": "attentive",
            "categories": [
                {
                    "id": 76,
                    "slug": "personalisation",
                    "groups": [
                        2
                    ],
                    "name": "Personalisation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Attentive.svg",
            "website": "https://www.attentivemobile.com",
            "pricing": [
                "poa"
            ],
            "cpe": null
        },
        "Vite": {
            "name": "Vite",
            "description": "Vite is a rapid development tool for modern web projects.",
            "slug": "vite",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vite.svg",
            "website": "https://vitejs.dev",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        },
        "HTTP/3": {
            "name": "HTTP/3",
            "description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
            "slug": "http-3",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HTTP3.svg",
            "website": "https://httpwg.org/",
            "pricing": [],
            "cpe": null
        },
        "Buy with Prime": {
            "name": "Buy with Prime",
            "description": "Buy with Prime is a feature offered by Amazon that allows Amazon Prime members to make purchases with the benefits associated with their Prime membership.",
            "slug": "buy-with-prime",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://buywithprime.amazon.com",
            "pricing": [
                "recurring"
            ],
            "cpe": null
        }
    }
}
WPT test run for https://atoms.com/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240829_AX_3
Detected technologies:

{
    "detected": {
        "Ecommerce": "Shopify",
        "CMS": "Shopify",
        "UI frameworks": "Radix UI",
        "Video players": "YouTube",
        "Web frameworks": "Remix",
        "Web servers": "Remix",
        "JavaScript frameworks": "React,Hydrogen",
        "Analytics": "TikTok Pixel,Hotjar,Google Analytics,Facebook Pixel 2.9.166",
        "Affiliate programs": "Impact",
        "JavaScript libraries": "core-js 3.37.1,Preact",
        "Live chat": "Intercom",
        "CRM": "Intercom",
        "Advertising": "Twitter Ads",
        "Email": "Sendgrid,Google Workspace",
        "Marketing automation": "Mautic,Klaviyo",
        "Webmail": "Google Workspace",
        "Security": "Cloudflare Bot Management",
        "CDN": "Cloudflare",
        "Miscellaneous": "Vite,Open Graph,HTTP/3"
    },
    "detected_apps": {
        "Shopify": "",
        "Radix UI": "",
        "YouTube": "",
        "Remix": "",
        "React": "",
        "Hydrogen": "",
        "TikTok Pixel": "",
        "Impact": "",
        "core-js": "3.37.1",
        "Preact": "",
        "Intercom": "",
        "Twitter Ads": "",
        "Sendgrid": "",
        "Mautic": "",
        "Klaviyo": "",
        "Hotjar": "",
        "Google Workspace": "",
        "Google Analytics": "",
        "Facebook Pixel": "2.9.166",
        "Cloudflare Bot Management": "",
        "Cloudflare": "",
        "Vite": "",
        "Open Graph": "",
        "HTTP/3": ""
    },
    "detected_technologies": {
        "Shopify": {
            "name": "Shopify",
            "description": "Shopify is a subscription-based software that allows anyone to set up an online store and sell their products. Shopify store owners can also sell in physical locations using Shopify POS, a point-of-sale app and accompanying hardware.",
            "slug": "shopify",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                },
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Shopify.svg",
            "website": "https://shopify.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Radix UI": {
            "name": "Radix UI",
            "description": "Radix UI is a React-based user interface component library that offers accessible, responsive, and customisable components for building web applications.",
            "slug": "radix-ui",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Radix UI.svg",
            "website": "https://www.radix-ui.com",
            "pricing": [],
            "cpe": null
        },
        "YouTube": {
            "name": "YouTube",
            "description": "YouTube is a video sharing service where users can create their own profile, upload videos, watch, like and comment on other videos.",
            "slug": "youtube",
            "categories": [
                {
                    "id": 14,
                    "slug": "video-players",
                    "groups": [
                        10
                    ],
                    "name": "Video players",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "YouTube.png",
            "website": "https://www.youtube.com",
            "pricing": [],
            "cpe": null
        },
        "Remix": {
            "name": "Remix",
            "description": "Remix is a React framework used for server-side rendering (SSR).",
            "slug": "remix",
            "categories": [
                {
                    "id": 18,
                    "slug": "web-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "Web frameworks",
                    "priority": 7
                },
                {
                    "id": 22,
                    "slug": "web-servers",
                    "groups": [
                        7
                    ],
                    "name": "Web servers",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Remix.svg",
            "website": "https://remix.run/",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Hydrogen": {
            "name": "Hydrogen",
            "description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.",
            "slug": "hydrogen",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hydrogen.svg",
            "website": "https://hydrogen.shopify.dev",
            "pricing": [],
            "cpe": null
        },
        "TikTok Pixel": {
            "name": "TikTok Pixel",
            "description": null,
            "slug": "tiktok-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "TikTok.svg",
            "website": "https://ads.tiktok.com",
            "pricing": [],
            "cpe": null
        },
        "Impact": {
            "name": "Impact",
            "description": "Impact helps businesses contract and pay partners.",
            "slug": "impact",
            "categories": [
                {
                    "id": 71,
                    "slug": "affiliate-programs",
                    "groups": [
                        2
                    ],
                    "name": "Affiliate programs",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Impact.svg",
            "website": "https://impact.com/",
            "pricing": [],
            "cpe": null
        },
        "core-js": {
            "name": "core-js",
            "description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
            "slug": "core-js",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.37.1",
            "icon": "core-js.png",
            "website": "https://github.com/zloirock/core-js",
            "pricing": [],
            "cpe": null
        },
        "Preact": {
            "name": "Preact",
            "description": "Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API.",
            "slug": "preact",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Preact.svg",
            "website": "https://preactjs.com",
            "pricing": [],
            "cpe": null
        },
        "Intercom": {
            "name": "Intercom",
            "description": "Intercom is an American software company that produces a messaging platform which allows businesses to communicate with prospective and existing customers within their app, on their website, through social media, or via email.",
            "slug": "intercom",
            "categories": [
                {
                    "id": 52,
                    "slug": "live-chat",
                    "groups": [
                        4,
                        16
                    ],
                    "name": "Live chat",
                    "priority": 9
                },
                {
                    "id": 53,
                    "slug": "crm",
                    "groups": [
                        2,
                        16
                    ],
                    "name": "CRM",
                    "priority": 5
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Intercom.svg",
            "website": "https://www.intercom.com",
            "pricing": [
                "mid",
                "recurring"
            ],
            "cpe": null
        },
        "Twitter Ads": {
            "name": "Twitter Ads",
            "description": "Twitter Ads is an advertising platform for Twitter 'microblogging' system.",
            "slug": "twitter-ads",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Twitter.svg",
            "website": "https://ads.twitter.com",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Sendgrid": {
            "name": "Sendgrid",
            "description": "SendGrid is a cloud-based email delivery platform for transactional and marketing emails.",
            "slug": "sendgrid",
            "categories": [
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "SendGrid.svg",
            "website": "https://sendgrid.com/",
            "pricing": [],
            "cpe": null
        },
        "Mautic": {
            "name": "Mautic",
            "description": "Mautic is a free and open-source marketing automation tool for Content Management, Social Media, Email Marketing, and can be used for the integration of social networks, campaign management, forms, questionnaires, reports, etc.",
            "slug": "mautic",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "mautic.svg",
            "website": "https://www.mautic.org/",
            "pricing": [],
            "cpe": "cpe:2.3:a:mautic:mautic:*:*:*:*:*:*:*:*"
        },
        "Klaviyo": {
            "name": "Klaviyo",
            "description": "Klaviyo is an email marketing platform for online businesses.",
            "slug": "klaviyo",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Klaviyo.svg",
            "website": "https://www.klaviyo.com/",
            "pricing": [],
            "cpe": null
        },
        "Hotjar": {
            "name": "Hotjar",
            "description": "Hotjar is a suite of analytic tools to assist in the gathering of qualitative data, providing feedback through tools such as heatmaps, session recordings, and surveys.",
            "slug": "hotjar",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hotjar.svg",
            "website": "https://www.hotjar.com",
            "pricing": [
                "freemium",
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "Facebook Pixel": {
            "name": "Facebook Pixel",
            "description": "Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.",
            "slug": "facebook-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.9.166",
            "icon": "Facebook.svg",
            "website": "https://facebook.com",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare Bot Management": {
            "name": "Cloudflare Bot Management",
            "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
            "slug": "cloudflare-bot-management",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com/en-gb/products/bot-management/",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "Vite": {
            "name": "Vite",
            "description": "Vite is a rapid development tool for modern web projects.",
            "slug": "vite",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vite.svg",
            "website": "https://vitejs.dev",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        },
        "HTTP/3": {
            "name": "HTTP/3",
            "description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
            "slug": "http-3",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HTTP3.svg",
            "website": "https://httpwg.org/",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://speak.wallstreetenglish.com/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240829_7F_4
Detected technologies:

{
    "detected": {
        "Ecommerce": "Shopify",
        "CMS": "Shopify",
        "Webmail": "Apple iCloud Mail,Microsoft 365",
        "CRM": "Zoho",
        "UI frameworks": "Tailwind CSS",
        "JavaScript frameworks": "React,Hydrogen",
        "Web frameworks": "Remix",
        "Web servers": "Remix",
        "PaaS": "Amazon Web Services",
        "CDN": "Cloudflare,Amazon CloudFront",
        "Analytics": "Microsoft Clarity,Linkedin Insight Tag,HubSpot Analytics,Google Analytics,Facebook Pixel 2.9.166",
        "JavaScript libraries": "core-js 3.0.0",
        "Cookie compliance": "Cookiebot 1",
        "Email": "Zoho Mail,Microsoft 365,Amazon SES",
        "Marketing automation": "HubSpot",
        "Tag managers": "Google Tag Manager",
        "Security": "Cloudflare Bot Management",
        "Miscellaneous": "Vite,Open Graph"
    },
    "detected_apps": {
        "Shopify": "",
        "Apple iCloud Mail": "",
        "Zoho": "",
        "Tailwind CSS": "",
        "React": "",
        "Remix": "",
        "Hydrogen": "",
        "Amazon Web Services": "",
        "Cloudflare": "",
        "Microsoft Clarity": "",
        "core-js": "3.0.0",
        "Cookiebot": "1",
        "Zoho Mail": "",
        "Microsoft 365": "",
        "Linkedin Insight Tag": "",
        "HubSpot Analytics": "",
        "HubSpot": "",
        "Google Tag Manager": "",
        "Google Analytics": "",
        "Facebook Pixel": "2.9.166",
        "Cloudflare Bot Management": "",
        "Amazon SES": "",
        "Amazon CloudFront": "",
        "Vite": "",
        "Open Graph": ""
    },
    "detected_technologies": {
        "Shopify": {
            "name": "Shopify",
            "description": "Shopify is a subscription-based software that allows anyone to set up an online store and sell their products. Shopify store owners can also sell in physical locations using Shopify POS, a point-of-sale app and accompanying hardware.",
            "slug": "shopify",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                },
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Shopify.svg",
            "website": "https://shopify.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Apple iCloud Mail": {
            "name": "Apple iCloud Mail",
            "description": "Apple iCloud Mail is a webmail service provided by Apple, Inc.",
            "slug": "apple-icloud-mail",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Apple.svg",
            "website": "https://www.apple.com/icloud/",
            "pricing": [],
            "cpe": null
        },
        "Zoho": {
            "name": "Zoho",
            "description": "Zoho is a web-based online office suite.",
            "slug": "zoho",
            "categories": [
                {
                    "id": 53,
                    "slug": "crm",
                    "groups": [
                        2,
                        16
                    ],
                    "name": "CRM",
                    "priority": 5
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Zoho.svg",
            "website": "https://www.zoho.com/",
            "pricing": [
                "low",
                "freemium"
            ],
            "cpe": null
        },
        "Tailwind CSS": {
            "name": "Tailwind CSS",
            "description": "Tailwind is a utility-first CSS framework.",
            "slug": "tailwind-css",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "tailwindcss.svg",
            "website": "https://tailwindcss.com/",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Remix": {
            "name": "Remix",
            "description": "Remix is a React framework used for server-side rendering (SSR).",
            "slug": "remix",
            "categories": [
                {
                    "id": 18,
                    "slug": "web-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "Web frameworks",
                    "priority": 7
                },
                {
                    "id": 22,
                    "slug": "web-servers",
                    "groups": [
                        7
                    ],
                    "name": "Web servers",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Remix.svg",
            "website": "https://remix.run/",
            "pricing": [],
            "cpe": null
        },
        "Hydrogen": {
            "name": "Hydrogen",
            "description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.",
            "slug": "hydrogen",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hydrogen.svg",
            "website": "https://hydrogen.shopify.dev",
            "pricing": [],
            "cpe": null
        },
        "Amazon Web Services": {
            "name": "Amazon Web Services",
            "description": "Amazon Web Services (AWS) is a comprehensive cloud services platform offering compute power, database storage, content delivery and other functionality.",
            "slug": "amazon-web-services",
            "categories": [
                {
                    "id": 62,
                    "slug": "paas",
                    "groups": [
                        7
                    ],
                    "name": "PaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Web Services.svg",
            "website": "https://aws.amazon.com/",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "Microsoft Clarity": {
            "name": "Microsoft Clarity",
            "description": "Microsoft's Clarity is a analytics tool which provides website usage statistics, session recording, and heatmaps.",
            "slug": "microsoft-clarity",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Microsoft Clarity.svg",
            "website": "https://clarity.microsoft.com",
            "pricing": [
                "freemium"
            ],
            "cpe": null
        },
        "core-js": {
            "name": "core-js",
            "description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
            "slug": "core-js",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.0.0",
            "icon": "core-js.png",
            "website": "https://github.com/zloirock/core-js",
            "pricing": [],
            "cpe": null
        },
        "Cookiebot": {
            "name": "Cookiebot",
            "description": "Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.",
            "slug": "cookiebot",
            "categories": [
                {
                    "id": 67,
                    "slug": "cookie-compliance",
                    "groups": [
                        13
                    ],
                    "name": "Cookie compliance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "1",
            "icon": "Cookiebot.svg",
            "website": "https://www.cookiebot.com",
            "pricing": [],
            "cpe": null
        },
        "Zoho Mail": {
            "name": "Zoho Mail",
            "description": "Zoho Mail is an email hosting service for businesses.",
            "slug": "zoho-mail",
            "categories": [
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Zoho.svg",
            "website": "https://www.zoho.com/mail/",
            "pricing": [],
            "cpe": null
        },
        "Microsoft 365": {
            "name": "Microsoft 365",
            "description": "Microsoft 365 is a line of subscription services offered by Microsoft as part of the Microsoft Office product line.",
            "slug": "microsoft-365",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Microsoft 365.svg",
            "website": "https://www.microsoft.com/microsoft-365",
            "pricing": [],
            "cpe": null
        },
        "Linkedin Insight Tag": {
            "name": "Linkedin Insight Tag",
            "description": "LinkedIn Insight Tag is a lightweight JavaScript tag that powers conversion tracking, website audiences, and website demographics.",
            "slug": "linkedin-insight-tag",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Linkedin.svg",
            "website": "https://business.linkedin.com/marketing-solutions/insight-tag",
            "pricing": [],
            "cpe": null
        },
        "HubSpot Analytics": {
            "name": "HubSpot Analytics",
            "description": "HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.",
            "slug": "hubspot-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HubSpot.svg",
            "website": "https://www.hubspot.com/products/marketing/analytics",
            "pricing": [],
            "cpe": null
        },
        "HubSpot": {
            "name": "HubSpot",
            "description": "HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.",
            "slug": "hubspot",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HubSpot.svg",
            "website": "https://www.hubspot.com",
            "pricing": [
                "recurring",
                "high"
            ],
            "cpe": null
        },
        "Google Tag Manager": {
            "name": "Google Tag Manager",
            "description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.",
            "slug": "google-tag-manager",
            "categories": [
                {
                    "id": 42,
                    "slug": "tag-managers",
                    "groups": [
                        8
                    ],
                    "name": "Tag managers",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Tag Manager.svg",
            "website": "https://www.google.com/tagmanager",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "Facebook Pixel": {
            "name": "Facebook Pixel",
            "description": "Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.",
            "slug": "facebook-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.9.166",
            "icon": "Facebook.svg",
            "website": "https://facebook.com",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare Bot Management": {
            "name": "Cloudflare Bot Management",
            "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
            "slug": "cloudflare-bot-management",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com/en-gb/products/bot-management/",
            "pricing": [],
            "cpe": null
        },
        "Amazon SES": {
            "name": "Amazon SES",
            "description": "Amazon Simple Email Service (SES) is an email service that enables developers to send mail from within any application.",
            "slug": "amazon-ses",
            "categories": [
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon SES.svg",
            "website": "https://aws.amazon.com/ses/",
            "pricing": [],
            "cpe": null
        },
        "Amazon CloudFront": {
            "name": "Amazon CloudFront",
            "description": "Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds.",
            "slug": "amazon-cloudfront",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Cloudfront.svg",
            "website": "https://aws.amazon.com/cloudfront/",
            "pricing": [],
            "cpe": null
        },
        "Vite": {
            "name": "Vite",
            "description": "Vite is a rapid development tool for modern web projects.",
            "slug": "vite",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vite.svg",
            "website": "https://vitejs.dev",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://www.stickabush.com/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240829_ZK_5
Detected technologies:

{
    "detected": {
        "CMS": "Sanity,Shopify",
        "Ecommerce": "Cart Functionality,Shopify",
        "UI frameworks": "Headless UI,Tailwind CSS",
        "JavaScript frameworks": "React,Hydrogen",
        "Web frameworks": "Remix",
        "Web servers": "Remix",
        "Payment processors": "Visa,Shop Pay,PayPal,Mastercard,Google Pay,Apple Pay,American Express,Klarna Checkout",
        "PaaS": "Vercel",
        "Buy now pay later": "Klarna Checkout",
        "Font scripts": "Google Font API",
        "Security": "HSTS",
        "Analytics": "Google Analytics",
        "Miscellaneous": "Vite,Open Graph"
    },
    "detected_apps": {
        "Sanity": "",
        "Cart Functionality": "",
        "Shopify": "",
        "Headless UI": "",
        "Tailwind CSS": "",
        "React": "",
        "Remix": "",
        "Visa": "",
        "Shop Pay": "",
        "PayPal": "",
        "Mastercard": "",
        "Google Pay": "",
        "Apple Pay": "",
        "American Express": "",
        "Vercel": "",
        "Hydrogen": "",
        "Klarna Checkout": "",
        "Google Font API": "",
        "HSTS": "",
        "Google Analytics": "",
        "Vite": "",
        "Open Graph": ""
    },
    "detected_technologies": {
        "Sanity": {
            "name": "Sanity",
            "description": "Sanity is a platform for structured content. It comes with an open-source, headless CMS that can be customized with Javascript, a real-time hosted data store and an asset delivery pipeline.",
            "slug": "sanity",
            "categories": [
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Sanity.svg",
            "website": "https://www.sanity.io",
            "pricing": [
                "freemium",
                "recurring",
                "payg"
            ],
            "cpe": null
        },
        "Cart Functionality": {
            "name": "Cart Functionality",
            "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
            "slug": "cart-functionality",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Cart-generic.svg",
            "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
            "pricing": [],
            "cpe": null
        },
        "Shopify": {
            "name": "Shopify",
            "description": "Shopify is a subscription-based software that allows anyone to set up an online store and sell their products. Shopify store owners can also sell in physical locations using Shopify POS, a point-of-sale app and accompanying hardware.",
            "slug": "shopify",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                },
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Shopify.svg",
            "website": "https://shopify.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Headless UI": {
            "name": "Headless UI",
            "description": "Headless UI is an unstyled component library for either React.js or Vue.js from the same people that created Tailwind CSS.",
            "slug": "headless-ui",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Headless UI.svg",
            "website": "https://headlessui.dev",
            "pricing": [],
            "cpe": null
        },
        "Tailwind CSS": {
            "name": "Tailwind CSS",
            "description": "Tailwind is a utility-first CSS framework.",
            "slug": "tailwind-css",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "tailwindcss.svg",
            "website": "https://tailwindcss.com/",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Remix": {
            "name": "Remix",
            "description": "Remix is a React framework used for server-side rendering (SSR).",
            "slug": "remix",
            "categories": [
                {
                    "id": 18,
                    "slug": "web-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "Web frameworks",
                    "priority": 7
                },
                {
                    "id": 22,
                    "slug": "web-servers",
                    "groups": [
                        7
                    ],
                    "name": "Web servers",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Remix.svg",
            "website": "https://remix.run/",
            "pricing": [],
            "cpe": null
        },
        "Visa": {
            "name": "Visa",
            "description": null,
            "slug": "visa",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Visa.svg",
            "website": "https://www.visa.com",
            "pricing": [],
            "cpe": null
        },
        "Shop Pay": {
            "name": "Shop Pay",
            "description": "Shop Pay is an accelerated checkout that lets customers save their email address, credit card, and shipping and billing information so they can complete their transaction faster the next time they are directed to the Shopify checkout.",
            "slug": "shop-pay",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Shop Pay.svg",
            "website": "https://shop.app",
            "pricing": [],
            "cpe": null
        },
        "PayPal": {
            "name": "PayPal",
            "description": "PayPal is an online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.",
            "slug": "paypal",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "PayPal.svg",
            "website": "https://paypal.com",
            "pricing": [
                "payg"
            ],
            "cpe": "cpe:2.3:a:paypal:paypal:*:*:*:*:*:*:*:*"
        },
        "Mastercard": {
            "name": "Mastercard",
            "description": "MasterCard facilitates electronic funds transfers throughout the world, most commonly through branded credit cards, debit cards and prepaid cards.",
            "slug": "mastercard",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Mastercard.svg",
            "website": "https://www.mastercard.com",
            "pricing": [],
            "cpe": null
        },
        "Google Pay": {
            "name": "Google Pay",
            "description": "Google Pay is a digital wallet platform and online payment system developed by Google to power in-app and tap-to-pay purchases on mobile devices, enabling users to make payments with Android phones, tablets or watches.",
            "slug": "google-pay",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://pay.google.com",
            "pricing": [],
            "cpe": null
        },
        "Apple Pay": {
            "name": "Apple Pay",
            "description": "Apple Pay is a mobile payment and digital wallet service by Apple that allows users to make payments in person, in iOS apps, and on the web.",
            "slug": "apple-pay",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Apple.svg",
            "website": "https://www.apple.com/apple-pay",
            "pricing": [],
            "cpe": null
        },
        "American Express": {
            "name": "American Express",
            "description": "American Express, also known as Amex, facilitates electronic funds transfers throughout the world, most commonly through branded credit cards, debit cards and prepaid cards.",
            "slug": "american-express",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amex.svg",
            "website": "https://www.americanexpress.com",
            "pricing": [],
            "cpe": null
        },
        "Vercel": {
            "name": "Vercel",
            "description": "Vercel is a cloud platform for static frontends and serverless functions.",
            "slug": "vercel",
            "categories": [
                {
                    "id": 62,
                    "slug": "paas",
                    "groups": [
                        7
                    ],
                    "name": "PaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vercel.svg",
            "website": "https://vercel.com",
            "pricing": [
                "freemium",
                "low",
                "recurring",
                "poa"
            ],
            "cpe": null
        },
        "Hydrogen": {
            "name": "Hydrogen",
            "description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.",
            "slug": "hydrogen",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hydrogen.svg",
            "website": "https://hydrogen.shopify.dev",
            "pricing": [],
            "cpe": null
        },
        "Klarna Checkout": {
            "name": "Klarna Checkout",
            "description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.",
            "slug": "klarna-checkout",
            "categories": [
                {
                    "id": 41,
                    "slug": "payment-processors",
                    "groups": [
                        1
                    ],
                    "name": "Payment processors",
                    "priority": 8
                },
                {
                    "id": 91,
                    "slug": "buy-now-pay-later",
                    "groups": [
                        1
                    ],
                    "name": "Buy now pay later",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Klarna.svg",
            "website": "https://www.klarna.com/international/",
            "pricing": [
                "payg",
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Google Font API": {
            "name": "Google Font API",
            "description": "Google Font API is a web service that supports open-source font files that can be used on your web designs.",
            "slug": "google-font-api",
            "categories": [
                {
                    "id": 17,
                    "slug": "font-scripts",
                    "groups": [
                        9
                    ],
                    "name": "Font scripts",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Font API.svg",
            "website": "https://google.com/fonts",
            "pricing": [],
            "cpe": null
        },
        "HSTS": {
            "name": "HSTS",
            "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
            "slug": "hsts",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "Vite": {
            "name": "Vite",
            "description": "Vite is a rapid development tool for modern web projects.",
            "slug": "vite",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vite.svg",
            "website": "https://vitejs.dev",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://dossier.co/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240829_2X_6
Detected technologies:

{
    "detected": {
        "Ecommerce": "Amazon Webstore,Shopify",
        "CMS": "Shopify",
        "Issue trackers": "Sentry",
        "UI frameworks": "Headless UI,Tailwind CSS",
        "JavaScript frameworks": "React,Hydrogen",
        "PaaS": "Amazon Web Services",
        "Web frameworks": "Remix",
        "Web servers": "Remix",
        "Analytics": "TikTok Pixel,Elevar,Google Analytics,Facebook Pixel 2.9.166",
        "JavaScript libraries": "lit-html 2.7.4,lit-element 3.3.2,core-js 3.0.0,Swiper",
        "Reviews": "Yotpo Reviews",
        "Security": "reCAPTCHA,Cloudflare Bot Management",
        "Advertising": "Reddit Ads,Microsoft Advertising,Amazon Advertising",
        "Marketing automation": "PushOwl,Postscript,Mautic,Klaviyo",
        "Email": "Mailgun,Google Workspace",
        "Webmail": "Google Workspace",
        "Tag managers": "Google Tag Manager",
        "Hosting": "GoDaddy",
        "CDN": "Cloudflare,Amazon S3",
        "Miscellaneous": "Vite,PWA,Open Graph,HTTP/3"
    },
    "detected_apps": {
        "Amazon Webstore": "",
        "Shopify": "",
        "Sentry": "",
        "Headless UI": "",
        "Tailwind CSS": "",
        "React": "",
        "Amazon Web Services": "",
        "Remix": "",
        "Hydrogen": "",
        "TikTok Pixel": "",
        "lit-html": "2.7.4",
        "lit-element": "3.3.2",
        "Elevar": "",
        "core-js": "3.0.0",
        "Swiper": "",
        "Yotpo Reviews": "",
        "reCAPTCHA": "",
        "Reddit Ads": "",
        "PushOwl": "",
        "Postscript": "",
        "Microsoft Advertising": "",
        "Mautic": "",
        "Mailgun": "",
        "Klaviyo": "",
        "Google Workspace": "",
        "Google Tag Manager": "",
        "Google Analytics": "",
        "GoDaddy": "",
        "Facebook Pixel": "2.9.166",
        "Cloudflare Bot Management": "",
        "Cloudflare": "",
        "Amazon S3": "",
        "Amazon Advertising": "",
        "Vite": "",
        "PWA": "",
        "Open Graph": "",
        "HTTP/3": ""
    },
    "detected_technologies": {
        "Amazon Webstore": {
            "name": "Amazon Webstore",
            "description": "Amazon Webstore is an all-in-one hosted ecommerce website solution.",
            "slug": "amazon-webstore",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Webstore.svg",
            "website": "https://aws.amazon.com/marketplace/pp/Amazon-Web-Services-Amazon-Webstore/B007NLVI2S",
            "pricing": [],
            "cpe": null
        },
        "Shopify": {
            "name": "Shopify",
            "description": "Shopify is a subscription-based software that allows anyone to set up an online store and sell their products. Shopify store owners can also sell in physical locations using Shopify POS, a point-of-sale app and accompanying hardware.",
            "slug": "shopify",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                },
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Shopify.svg",
            "website": "https://shopify.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Sentry": {
            "name": "Sentry",
            "description": "Sentry is an open-source platform for workflow productivity, aggregating errors from across the stack in real time.",
            "slug": "sentry",
            "categories": [
                {
                    "id": 13,
                    "slug": "issue-trackers",
                    "groups": [
                        3,
                        18
                    ],
                    "name": "Issue trackers",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Sentry.svg",
            "website": "https://sentry.io/",
            "pricing": [],
            "cpe": null
        },
        "Headless UI": {
            "name": "Headless UI",
            "description": "Headless UI is an unstyled component library for either React.js or Vue.js from the same people that created Tailwind CSS.",
            "slug": "headless-ui",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Headless UI.svg",
            "website": "https://headlessui.dev",
            "pricing": [],
            "cpe": null
        },
        "Tailwind CSS": {
            "name": "Tailwind CSS",
            "description": "Tailwind is a utility-first CSS framework.",
            "slug": "tailwind-css",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "tailwindcss.svg",
            "website": "https://tailwindcss.com/",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Amazon Web Services": {
            "name": "Amazon Web Services",
            "description": "Amazon Web Services (AWS) is a comprehensive cloud services platform offering compute power, database storage, content delivery and other functionality.",
            "slug": "amazon-web-services",
            "categories": [
                {
                    "id": 62,
                    "slug": "paas",
                    "groups": [
                        7
                    ],
                    "name": "PaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Web Services.svg",
            "website": "https://aws.amazon.com/",
            "pricing": [],
            "cpe": null
        },
        "Remix": {
            "name": "Remix",
            "description": "Remix is a React framework used for server-side rendering (SSR).",
            "slug": "remix",
            "categories": [
                {
                    "id": 18,
                    "slug": "web-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "Web frameworks",
                    "priority": 7
                },
                {
                    "id": 22,
                    "slug": "web-servers",
                    "groups": [
                        7
                    ],
                    "name": "Web servers",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Remix.svg",
            "website": "https://remix.run/",
            "pricing": [],
            "cpe": null
        },
        "Hydrogen": {
            "name": "Hydrogen",
            "description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.",
            "slug": "hydrogen",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hydrogen.svg",
            "website": "https://hydrogen.shopify.dev",
            "pricing": [],
            "cpe": null
        },
        "TikTok Pixel": {
            "name": "TikTok Pixel",
            "description": null,
            "slug": "tiktok-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "TikTok.svg",
            "website": "https://ads.tiktok.com",
            "pricing": [],
            "cpe": null
        },
        "lit-html": {
            "name": "lit-html",
            "description": "lit-html is a simple, modern, safe, small and fast HTML templating library for JavaScript.",
            "slug": "lit-html",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.7.4",
            "icon": "Lit.svg",
            "website": "https://lit.dev",
            "pricing": [],
            "cpe": null
        },
        "lit-element": {
            "name": "lit-element",
            "description": "lit-element is a simple base class for creating web components that work in any web page with any framework. lit-element uses lit-html to render into shadow DOM, and adds API to manage properties and attributes.",
            "slug": "lit-element",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.3.2",
            "icon": "Lit.svg",
            "website": "https://lit.dev",
            "pricing": [],
            "cpe": null
        },
        "Elevar": {
            "name": "Elevar",
            "description": "Elevar is an official Shopify Plus Partner data collection and marketing monitoring tool.",
            "slug": "elevar",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Elevar.svg",
            "website": "https://www.getelevar.com",
            "pricing": [
                "freemium",
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "core-js": {
            "name": "core-js",
            "description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
            "slug": "core-js",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.0.0",
            "icon": "core-js.png",
            "website": "https://github.com/zloirock/core-js",
            "pricing": [],
            "cpe": null
        },
        "Swiper": {
            "name": "Swiper",
            "description": "Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.",
            "slug": "swiper",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Swiper.svg",
            "website": "https://swiperjs.com",
            "pricing": [],
            "cpe": null
        },
        "Yotpo Reviews": {
            "name": "Yotpo Reviews",
            "description": "Yotpo is a user-generated content marketing platform.",
            "slug": "yotpo-reviews",
            "categories": [
                {
                    "id": 90,
                    "slug": "reviews",
                    "groups": [
                        2,
                        18
                    ],
                    "name": "Reviews",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Yotpo.svg",
            "website": "https://www.yotpo.com/platform/reviews/",
            "pricing": [
                "freemium",
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "reCAPTCHA": {
            "name": "reCAPTCHA",
            "description": "reCAPTCHA is a free service from Google that helps protect websites from spam and abuse.",
            "slug": "recaptcha",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "reCAPTCHA.svg",
            "website": "https://www.google.com/recaptcha/",
            "pricing": [
                "freemium",
                "payg",
                "poa"
            ],
            "cpe": null
        },
        "Reddit Ads": {
            "name": "Reddit Ads",
            "description": "Reddit Ads is an online advertising offering from Reddit.",
            "slug": "reddit-ads",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Reddit.svg",
            "website": "https://advertising.reddithelp.com/",
            "pricing": [],
            "cpe": null
        },
        "PushOwl": {
            "name": "PushOwl",
            "description": "PushOwl is a push notification platform for ecommerce stores.",
            "slug": "pushowl",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "PushOwl.svg",
            "website": "https://pushowl.com",
            "pricing": [
                "low",
                "freemium",
                "recurring"
            ],
            "cpe": null
        },
        "Postscript": {
            "name": "Postscript",
            "description": "Postscript is an SMS and MMS marketing platform for Shopify stores.",
            "slug": "postscript",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Postscript.svg",
            "website": "https://www.postscript.io",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Microsoft Advertising": {
            "name": "Microsoft Advertising",
            "description": "Microsoft Advertising is an online advertising platform developed by Microsoft.",
            "slug": "microsoft-advertising",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Microsoft.svg",
            "website": "https://ads.microsoft.com",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Mautic": {
            "name": "Mautic",
            "description": "Mautic is a free and open-source marketing automation tool for Content Management, Social Media, Email Marketing, and can be used for the integration of social networks, campaign management, forms, questionnaires, reports, etc.",
            "slug": "mautic",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "mautic.svg",
            "website": "https://www.mautic.org/",
            "pricing": [],
            "cpe": "cpe:2.3:a:mautic:mautic:*:*:*:*:*:*:*:*"
        },
        "Mailgun": {
            "name": "Mailgun",
            "description": "Mailgun is a transactional email API service for developers.",
            "slug": "mailgun",
            "categories": [
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Mailgun.svg",
            "website": "https://www.mailgun.com/",
            "pricing": [],
            "cpe": null
        },
        "Klaviyo": {
            "name": "Klaviyo",
            "description": "Klaviyo is an email marketing platform for online businesses.",
            "slug": "klaviyo",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Klaviyo.svg",
            "website": "https://www.klaviyo.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Tag Manager": {
            "name": "Google Tag Manager",
            "description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.",
            "slug": "google-tag-manager",
            "categories": [
                {
                    "id": 42,
                    "slug": "tag-managers",
                    "groups": [
                        8
                    ],
                    "name": "Tag managers",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Tag Manager.svg",
            "website": "https://www.google.com/tagmanager",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "GoDaddy": {
            "name": "GoDaddy",
            "description": "GoDaddy is used as a web host and domain registrar.",
            "slug": "godaddy",
            "categories": [
                {
                    "id": 88,
                    "slug": "hosting",
                    "groups": [
                        7
                    ],
                    "name": "Hosting",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "GoDaddy.svg",
            "website": "https://www.godaddy.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Facebook Pixel": {
            "name": "Facebook Pixel",
            "description": "Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.",
            "slug": "facebook-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.9.166",
            "icon": "Facebook.svg",
            "website": "https://facebook.com",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare Bot Management": {
            "name": "Cloudflare Bot Management",
            "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
            "slug": "cloudflare-bot-management",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com/en-gb/products/bot-management/",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "Amazon S3": {
            "name": "Amazon S3",
            "description": "Amazon S3 or Amazon Simple Storage Service is a service offered by Amazon Web Services (AWS) that provides object storage through a web service interface.",
            "slug": "amazon-s3",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon S3.svg",
            "website": "https://aws.amazon.com/s3/",
            "pricing": [],
            "cpe": null
        },
        "Amazon Advertising": {
            "name": "Amazon Advertising",
            "description": "Amazon Advertising (formerly AMS or Amazon Marketing Services) is a service that works in a similar way to pay-per-click ads on Google.",
            "slug": "amazon-advertising",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon.svg",
            "website": "https://advertising.amazon.com",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Vite": {
            "name": "Vite",
            "description": "Vite is a rapid development tool for modern web projects.",
            "slug": "vite",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vite.svg",
            "website": "https://vitejs.dev",
            "pricing": [],
            "cpe": null
        },
        "PWA": {
            "name": "PWA",
            "description": "Progressive Web Apps (PWAs) are web apps built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device, all with a single codebase.",
            "slug": "pwa",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "PWA.svg",
            "website": "https://web.dev/progressive-web-apps/",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        },
        "HTTP/3": {
            "name": "HTTP/3",
            "description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
            "slug": "http-3",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HTTP3.svg",
            "website": "https://httpwg.org/",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://homesick.com/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240829_FY_7
Detected technologies:

{
    "detected": {
        "Ecommerce": "Cart Functionality,Shopify",
        "CMS": "Shopify",
        "Web frameworks": "Remix",
        "Web servers": "Remix",
        "JavaScript frameworks": "React,Hydrogen",
        "Analytics": "TikTok Pixel,Snowplow Analytics,Pinterest Conversion Tag,Elevar,Google Analytics,Facebook Pixel 2.9.166",
        "IaaS": "Snowplow Analytics",
        "JavaScript libraries": "core-js 3.36.0,Swiper,Preact",
        "CDN": "jsDelivr,Bunny,Cloudflare",
        "Font scripts": "Google Font API",
        "Live chat": "Tidio",
        "Advertising": "Microsoft Advertising",
        "Marketing automation": "Mautic,Klaviyo",
        "Webmail": "Google Workspace",
        "Email": "Google Workspace",
        "Tag managers": "Google Tag Manager",
        "Hosting": "GoDaddy",
        "Security": "Cloudflare Bot Management",
        "Miscellaneous": "Vite,Open Graph,HTTP/3"
    },
    "detected_apps": {
        "Cart Functionality": "",
        "Shopify": "",
        "Remix": "",
        "React": "",
        "Hydrogen": "",
        "TikTok Pixel": "",
        "Snowplow Analytics": "",
        "Pinterest Conversion Tag": "",
        "Elevar": "",
        "core-js": "3.36.0",
        "Swiper": "",
        "Preact": "",
        "jsDelivr": "",
        "Google Font API": "",
        "Bunny": "",
        "Tidio": "",
        "Microsoft Advertising": "",
        "Mautic": "",
        "Klaviyo": "",
        "Google Workspace": "",
        "Google Tag Manager": "",
        "Google Analytics": "",
        "GoDaddy": "",
        "Facebook Pixel": "2.9.166",
        "Cloudflare Bot Management": "",
        "Cloudflare": "",
        "Vite": "",
        "Open Graph": "",
        "HTTP/3": ""
    },
    "detected_technologies": {
        "Cart Functionality": {
            "name": "Cart Functionality",
            "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
            "slug": "cart-functionality",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Cart-generic.svg",
            "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
            "pricing": [],
            "cpe": null
        },
        "Shopify": {
            "name": "Shopify",
            "description": "Shopify is a subscription-based software that allows anyone to set up an online store and sell their products. Shopify store owners can also sell in physical locations using Shopify POS, a point-of-sale app and accompanying hardware.",
            "slug": "shopify",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                },
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Shopify.svg",
            "website": "https://shopify.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Remix": {
            "name": "Remix",
            "description": "Remix is a React framework used for server-side rendering (SSR).",
            "slug": "remix",
            "categories": [
                {
                    "id": 18,
                    "slug": "web-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "Web frameworks",
                    "priority": 7
                },
                {
                    "id": 22,
                    "slug": "web-servers",
                    "groups": [
                        7
                    ],
                    "name": "Web servers",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Remix.svg",
            "website": "https://remix.run/",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Hydrogen": {
            "name": "Hydrogen",
            "description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.",
            "slug": "hydrogen",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hydrogen.svg",
            "website": "https://hydrogen.shopify.dev",
            "pricing": [],
            "cpe": null
        },
        "TikTok Pixel": {
            "name": "TikTok Pixel",
            "description": null,
            "slug": "tiktok-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "TikTok.svg",
            "website": "https://ads.tiktok.com",
            "pricing": [],
            "cpe": null
        },
        "Snowplow Analytics": {
            "name": "Snowplow Analytics",
            "description": "Snowplow is an open-source behavioral data management platform for businesses.",
            "slug": "snowplow-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                },
                {
                    "id": 63,
                    "slug": "iaas",
                    "groups": [
                        7
                    ],
                    "name": "IaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Snowplow.svg",
            "website": "https://snowplowanalytics.com",
            "pricing": [
                "poa"
            ],
            "cpe": null
        },
        "Pinterest Conversion Tag": {
            "name": "Pinterest Conversion Tag",
            "description": "Pinterest Conversion Tag allows you to track actions people take on your website after viewing your Promoted Pin.",
            "slug": "pinterest-conversion-tag",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Pinterest.svg",
            "website": "https://www.pinterest.com.au/business/",
            "pricing": [],
            "cpe": null
        },
        "Elevar": {
            "name": "Elevar",
            "description": "Elevar is an official Shopify Plus Partner data collection and marketing monitoring tool.",
            "slug": "elevar",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Elevar.svg",
            "website": "https://www.getelevar.com",
            "pricing": [
                "freemium",
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "core-js": {
            "name": "core-js",
            "description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
            "slug": "core-js",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.36.0",
            "icon": "core-js.png",
            "website": "https://github.com/zloirock/core-js",
            "pricing": [],
            "cpe": null
        },
        "Swiper": {
            "name": "Swiper",
            "description": "Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.",
            "slug": "swiper",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Swiper.svg",
            "website": "https://swiperjs.com",
            "pricing": [],
            "cpe": null
        },
        "Preact": {
            "name": "Preact",
            "description": "Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API.",
            "slug": "preact",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Preact.svg",
            "website": "https://preactjs.com",
            "pricing": [],
            "cpe": null
        },
        "jsDelivr": {
            "name": "jsDelivr",
            "description": "JSDelivr is a free public CDN for open-source projects. It can serve web files directly from the npm registry and GitHub repositories without any configuration.",
            "slug": "jsdelivr",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "jsdelivr-icon.svg",
            "website": "https://www.jsdelivr.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Font API": {
            "name": "Google Font API",
            "description": "Google Font API is a web service that supports open-source font files that can be used on your web designs.",
            "slug": "google-font-api",
            "categories": [
                {
                    "id": 17,
                    "slug": "font-scripts",
                    "groups": [
                        9
                    ],
                    "name": "Font scripts",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Font API.svg",
            "website": "https://google.com/fonts",
            "pricing": [],
            "cpe": null
        },
        "Bunny": {
            "name": "Bunny",
            "description": null,
            "slug": "bunny",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Bunny.svg",
            "website": "https://bunny.net",
            "pricing": [],
            "cpe": null
        },
        "Tidio": {
            "name": "Tidio",
            "description": "Tidio is a customer communication product. It provides multi-channel support so users can communicate with customers on the go. Live chat, messenger, or email are all supported.",
            "slug": "tidio",
            "categories": [
                {
                    "id": 52,
                    "slug": "live-chat",
                    "groups": [
                        4,
                        16
                    ],
                    "name": "Live chat",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Tidio.svg",
            "website": "https://www.tidio.com",
            "pricing": [
                "low",
                "freemium",
                "recurring"
            ],
            "cpe": null
        },
        "Microsoft Advertising": {
            "name": "Microsoft Advertising",
            "description": "Microsoft Advertising is an online advertising platform developed by Microsoft.",
            "slug": "microsoft-advertising",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Microsoft.svg",
            "website": "https://ads.microsoft.com",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Mautic": {
            "name": "Mautic",
            "description": "Mautic is a free and open-source marketing automation tool for Content Management, Social Media, Email Marketing, and can be used for the integration of social networks, campaign management, forms, questionnaires, reports, etc.",
            "slug": "mautic",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "mautic.svg",
            "website": "https://www.mautic.org/",
            "pricing": [],
            "cpe": "cpe:2.3:a:mautic:mautic:*:*:*:*:*:*:*:*"
        },
        "Klaviyo": {
            "name": "Klaviyo",
            "description": "Klaviyo is an email marketing platform for online businesses.",
            "slug": "klaviyo",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Klaviyo.svg",
            "website": "https://www.klaviyo.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Tag Manager": {
            "name": "Google Tag Manager",
            "description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.",
            "slug": "google-tag-manager",
            "categories": [
                {
                    "id": 42,
                    "slug": "tag-managers",
                    "groups": [
                        8
                    ],
                    "name": "Tag managers",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Tag Manager.svg",
            "website": "https://www.google.com/tagmanager",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "GoDaddy": {
            "name": "GoDaddy",
            "description": "GoDaddy is used as a web host and domain registrar.",
            "slug": "godaddy",
            "categories": [
                {
                    "id": 88,
                    "slug": "hosting",
                    "groups": [
                        7
                    ],
                    "name": "Hosting",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "GoDaddy.svg",
            "website": "https://www.godaddy.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Facebook Pixel": {
            "name": "Facebook Pixel",
            "description": "Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.",
            "slug": "facebook-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.9.166",
            "icon": "Facebook.svg",
            "website": "https://facebook.com",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare Bot Management": {
            "name": "Cloudflare Bot Management",
            "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
            "slug": "cloudflare-bot-management",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com/en-gb/products/bot-management/",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "Vite": {
            "name": "Vite",
            "description": "Vite is a rapid development tool for modern web projects.",
            "slug": "vite",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vite.svg",
            "website": "https://vitejs.dev",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        },
        "HTTP/3": {
            "name": "HTTP/3",
            "description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
            "slug": "http-3",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HTTP3.svg",
            "website": "https://httpwg.org/",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://vedora.no/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240829_GW_8
Detected technologies:

{
    "detected": {
        "CMS": "Sanity,Shopify",
        "Ecommerce": "Shopify",
        "Authentication": "Facebook Login",
        "UI frameworks": "Tailwind CSS",
        "JavaScript frameworks": "React,Hydrogen",
        "PaaS": "Vercel",
        "JavaScript libraries": "core-js 3.0.0,Boomerang,Preact",
        "RUM": "Boomerang",
        "Marketing automation": "Sendinblue",
        "Email": "Sendinblue,Microsoft 365",
        "Webmail": "Microsoft 365",
        "Security": "HSTS",
        "Tag managers": "Google Tag Manager",
        "Analytics": "Google Analytics,Facebook Pixel 2.9.166",
        "Live chat": "Facebook Chat Plugin",
        "CDN": "Cloudflare",
        "Miscellaneous": "Vite,Open Graph"
    },
    "detected_apps": {
        "Sanity": "",
        "Shopify": "",
        "Facebook Login": "",
        "Tailwind CSS": "",
        "React": "",
        "Vercel": "",
        "Hydrogen": "",
        "core-js": "3.0.0",
        "Boomerang": "",
        "Preact": "",
        "Sendinblue": "",
        "Microsoft 365": "",
        "HSTS": "",
        "Google Tag Manager": "",
        "Google Analytics": "",
        "Facebook Pixel": "2.9.166",
        "Facebook Chat Plugin": "",
        "Cloudflare": "",
        "Vite": "",
        "Open Graph": ""
    },
    "detected_technologies": {
        "Sanity": {
            "name": "Sanity",
            "description": "Sanity is a platform for structured content. It comes with an open-source, headless CMS that can be customized with Javascript, a real-time hosted data store and an asset delivery pipeline.",
            "slug": "sanity",
            "categories": [
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Sanity.svg",
            "website": "https://www.sanity.io",
            "pricing": [
                "freemium",
                "recurring",
                "payg"
            ],
            "cpe": null
        },
        "Shopify": {
            "name": "Shopify",
            "description": "Shopify is a subscription-based software that allows anyone to set up an online store and sell their products. Shopify store owners can also sell in physical locations using Shopify POS, a point-of-sale app and accompanying hardware.",
            "slug": "shopify",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                },
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Shopify.svg",
            "website": "https://shopify.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Facebook Login": {
            "name": "Facebook Login",
            "description": "Facebook Login is a way for people to create accounts and log into your app across multiple platforms.",
            "slug": "facebook-login",
            "categories": [
                {
                    "id": 69,
                    "slug": "authentication",
                    "groups": [
                        11
                    ],
                    "name": "Authentication",
                    "priority": 6
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Facebook.svg",
            "website": "https://developers.facebook.com/docs/facebook-login/",
            "pricing": [],
            "cpe": null
        },
        "Tailwind CSS": {
            "name": "Tailwind CSS",
            "description": "Tailwind is a utility-first CSS framework.",
            "slug": "tailwind-css",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "tailwindcss.svg",
            "website": "https://tailwindcss.com/",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Vercel": {
            "name": "Vercel",
            "description": "Vercel is a cloud platform for static frontends and serverless functions.",
            "slug": "vercel",
            "categories": [
                {
                    "id": 62,
                    "slug": "paas",
                    "groups": [
                        7
                    ],
                    "name": "PaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vercel.svg",
            "website": "https://vercel.com",
            "pricing": [
                "freemium",
                "low",
                "recurring",
                "poa"
            ],
            "cpe": null
        },
        "Hydrogen": {
            "name": "Hydrogen",
            "description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.",
            "slug": "hydrogen",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hydrogen.svg",
            "website": "https://hydrogen.shopify.dev",
            "pricing": [],
            "cpe": null
        },
        "core-js": {
            "name": "core-js",
            "description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
            "slug": "core-js",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.0.0",
            "icon": "core-js.png",
            "website": "https://github.com/zloirock/core-js",
            "pricing": [],
            "cpe": null
        },
        "Boomerang": {
            "name": "Boomerang",
            "description": "boomerang is a JavaScript library that measures the page load time experienced by real users, commonly called RUM (Real User Measurement).",
            "slug": "boomerang",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                },
                {
                    "id": 78,
                    "slug": "rum",
                    "groups": [
                        2
                    ],
                    "name": "RUM",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "boomerang.svg",
            "website": "https://akamai.github.io/boomerang",
            "pricing": [],
            "cpe": null
        },
        "Preact": {
            "name": "Preact",
            "description": "Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API.",
            "slug": "preact",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Preact.svg",
            "website": "https://preactjs.com",
            "pricing": [],
            "cpe": null
        },
        "Sendinblue": {
            "name": "Sendinblue",
            "description": "Sendinblue is an email marketing solution for small and medium-sized businesses that want to send and automate email marketing campaigns.",
            "slug": "sendinblue",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                },
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Sendinblue.svg",
            "website": "https://www.sendinblue.com",
            "pricing": [
                "freemium",
                "payg"
            ],
            "cpe": null
        },
        "Microsoft 365": {
            "name": "Microsoft 365",
            "description": "Microsoft 365 is a line of subscription services offered by Microsoft as part of the Microsoft Office product line.",
            "slug": "microsoft-365",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Microsoft 365.svg",
            "website": "https://www.microsoft.com/microsoft-365",
            "pricing": [],
            "cpe": null
        },
        "HSTS": {
            "name": "HSTS",
            "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
            "slug": "hsts",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1",
            "pricing": [],
            "cpe": null
        },
        "Google Tag Manager": {
            "name": "Google Tag Manager",
            "description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.",
            "slug": "google-tag-manager",
            "categories": [
                {
                    "id": 42,
                    "slug": "tag-managers",
                    "groups": [
                        8
                    ],
                    "name": "Tag managers",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Tag Manager.svg",
            "website": "https://www.google.com/tagmanager",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "Facebook Pixel": {
            "name": "Facebook Pixel",
            "description": "Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.",
            "slug": "facebook-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.9.166",
            "icon": "Facebook.svg",
            "website": "https://facebook.com",
            "pricing": [],
            "cpe": null
        },
        "Facebook Chat Plugin": {
            "name": "Facebook Chat Plugin",
            "description": "Facebook Chat Plugin is a website plugin that businesses with a Facebook Page can install on their website.",
            "slug": "facebook-chat-plugin",
            "categories": [
                {
                    "id": 52,
                    "slug": "live-chat",
                    "groups": [
                        4,
                        16
                    ],
                    "name": "Live chat",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Facebook.svg",
            "website": "https://developers.facebook.com/docs/messenger-platform/discovery/facebook-chat-plugin/",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "Vite": {
            "name": "Vite",
            "description": "Vite is a rapid development tool for modern web projects.",
            "slug": "vite",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "vite.svg",
            "website": "https://vitejs.dev",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        }
    }
}

@tunetheweb tunetheweb merged commit 5f612fe into HTTPArchive:main Aug 29, 2024
2 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