This is Chan from LIYAB Digital. I share my knowledge, tips, and tricks about web dev & design and my journey as a freelancer.

I’ll be sharing some tips to find out the tech behind your favorite website.

This is essential knowledge for developers and freelancers alike, whether you're seeking inspiration or scoping out your competitors website.

Untitled

1. VIA DEVELOPER TOOLS, INSPECT ELEMENT & PAGE SOURCE

This is the oldest and most manual way; it needs some level of technical skills and knowledge.

Inspect Element: By right-clicking on a website and selecting "Inspect Element", you can see the website's code. Look for links to CSS and JavaScript files, which often include the name of the platform or tool used to build the website.

Check the website's source code: Right-click on a website and select "View Page Source" to see the website's raw code. Look for names of tools or platforms in the code.

Untitled

2. VIA WEBSITE LIKE BUILTWITH.COM