Via my side project WhatTheStack, I scanned thousands of landing pages of YC startups to figure out what they use to build them.
Many startups were offline, many domains for sale. Failure is common, even for top startups.
But many had great active landing pages. Here are the top landing page frameworks used, based on the analysis.
1. Webflow ...... 35.9% ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
2. WordPress .... 21.5% ▒▒▒▒▒▒▒▒▒▒▒▒▒▒
3. Next.js ...... 17.2% ▒▒▒▒▒▒▒▒▒▒▒
4. Gatsby ........ 4.6% ▒▒▒
5. Wix ........... 4.3% ▒▒▒
6. Squarespace ... 4.3% ▒▒▒
7. React ......... 4.1% ▒▒▒
8. Nuxt.js ....... 2.8% ▒▒
9. Shopify ....... 2.8% ▒▒
10. Angular ....... 1.4% ▒
Some insights:
A YC company itself, it eclipsed Wordpress.
Now that I read the stats, this feels correct, but it's still surprising to see how it gained dominance so quickly.
For those who don't want to use a nocode/lowcode tool for their landing page, Next.js is the top choice.
Next.js is React, but it has additional features. For example, it makes it very easy to render pages at compile-time. It's important that landing pages load fast, so it makes a lot of sense to pre-compile pages. Next.js is also very easy to deploy via Vercel, the company that created Next.js.
Even though it's not a pure landing page builder at its core, but it seems easy enough to just point a domain at Shopify for many.
Great analysis, thanks for sharing
I would not call Webflow a framework. It's a website builder.
Also, more interesting, how did you do this analysis from a technical point of view?
I'd sign a paper that says Webflow is not a framework. I usually try to stay out of semantic discussions. 😂
At the moment mostly code analysis. There's a lot of unique traces that are left. Some forms of minification and optimized loading patterns make it difficult though for some things. Mostly older React deployments I found where people did really custom builds back in the day.