How can I know wether a website is based on Wordpress / Wix / React / Next.js / Nuxt.js / PHP etc?
I know answer for two, maybe you can help with other popular technologies.
Wordpress: I mostly check wether the https://theirdomain/wp-admin.php drop onto the login screen. It helps many times. And usually their html has prefixes based on their page builder. I.e. if they use Elementor
is used, it has many elementor-
prefix in the html tag names.
Next.js: Under body
there is always a mandatory <div>
with id
__next
.
I am most curious about the following two sites, what they could use:
A software tools is welcome to propose to get infos about used technologies in websites.
You can use Wappalyzer: https://www.wappalyzer.com/
Or tech specific devtools like the VueJS ones or Vue telescope, then React ones etc...
Otherwise, checking the source code.
For the first one
For the second one
Then it comes down to know a bit of e-commerce platforms etc.