

Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Oh wow, "4851 unique technologies tracked" - isn't it an indictment on fragmentation of the industry? It is laughable what passes as "unique" "technology" these days. I know StackScope didn't start that, but it is still adding oil to the fire hollowing the industry out and leaving people stranded.by aakresearch
- Very cool. I will give it a shotby tamnv
- "Verified bot" for cloudflare sounds like "Acceptable ad" for adblock.by bji9jhff
- Interesting but Laravel usage seems so low. As Laravel uses React or Vue etc I feel like a site could be easily classified as React when it’s Laravel running the show.by thetwopct
- Makes me sad how Nextjs has become the default for so many startups…by cpursley
- Unfortunately the chances are that it would become cyclic with the increasing use of LLMs to generate codeby sandeepkd
- Cool tool, I'm also surprised by how different the startup stacks are from the general Internet.
For HSTS, don't forget to check the preload list. Domains under .dev are all preloaded, for example, so they don't need to set the header for HSTS to apply.
by 8organicbits - This was interesting to look at for my own launch https://stackscope.dev/launch/xisjc21x/elmo
I'm a little surprised you can't see the analysis for StackScope itself!
Also, it'd be interesting to see the trend of vibe score over time.
by jrhizor - I'm trying but it's getting blocked by Cloudflare and ending up getting broken, ha!
I will include a vibe score trend in the next blog post.
by datafreak_ - One extension, beyond stack: market category/domain/application - or any combo that tells me what the product does.
Fab project otherwise!
by idid - Nice one, looks interesting. I didn't knew that Vercel was so far ahead on hosting. People don't usually use Cloudflare Pages for hosting? Or it doesn't enter in that metric? https://stackscope.dev/trends/2026/06
Overall this looks solid
- Cloudflare Pages get hidden behind the CF CDN, so are included in the CDN figure.by datafreak_
- That looks very impressive! And really insightful as well. And to my surprise, I even found my startup on the landing page :D (possibly due to fresh HN post here as well).
I will have a thorough look on the insights later, as there might either be some small false positives, or my projects still needs some grunt work :).
So from my perspective, being part of the check, I find it extremely useful.
by schamack - Let me know if anything is detected wrong!by datafreak_
- Nice one.
I've been doing the same bit wider scope, for the whole Crux list, pruned to apex domains, and looking for CMS signals - how's your throughput?
I'm not doing any headless browser stuff, or many requests, so hyper optimised for speed.
I do grab robots.txt - didn't really see much in llms.txt or humans.txt in the wild, does yours?
by addedlovely - Ohh Cloudflare verified bot status, interesting I'll check that out.
I'm seeing about 6.6% block rate, but that does climb over time.
by addedlovely - Images/layout is broken - tried both chromium/ff. GET https://stackscope.dev/css/fonts.css?v=LZFlL4O9GYH_vtKkLpJwV... NS_ERROR_CORRUPTED_CONTENT
GET https://stackscope.dev/css/stackscope.css?v=qkmEKPTNqImS7aeD... NS_ERROR_CORRUPTED_CONTENT
GET https://stackscope.dev/css/utilities.css?v=l7--cPr2cfIn6iDRB... NS_ERROR_CORRUPTED_CONTENT
GET https://stackscope.dev/css/page-extras.css?v=m-VKj9bQg7fMpFK... NS_ERROR_CORRUPTED_CONTENT
GET https://stackscope.dev/js/site.js?v=SxUp8zU6gnAArRwBXr22wIBS... NS_ERROR_CORRUPTED_CONTENT
- What's your response header content? Reads like it's being cf-mitigated.
Edit: loosened a cf rule, should be good now.
by datafreak_