Detect technologies with Stacklyzer
Discover What Powers Any Website
Instantly identify frameworks, libraries, analytics tools, and other technologies used on any website with our powerful analysis engine.
Try these:
Frameworks
Libraries
Analytics
CMS
Server-Side
E-commerce
Build Tools
And more...
website-technologies.js
const result = await stacklyzer.analyze("example.com");
// Get a detailed breakdown of technologies
console.log(result.technologies);
{
frameworks: ["React", "Next.js"],
libraries: ["Tailwind CSS", "Framer Motion"],
analytics: ["Google Analytics"],
}