Updated 10 September 2026 Department 05 The stack
Exhibita A journal of the best-designed websites

Department 05

What They're Built With

Read enough credit lists and the same four or five names appear on nearly every winning site. Here is what each one is actually for — and the shift now underway underneath all of them.

Low-polygon figures on a neon-lit table, built rather than photographed.
Foosball World Cup 18 7.81

The count

GSAP on Half the Sites Winning Now

Awwwards tags every winning site with the technology it was built on. Across all 31 sites currently winning:

GSAP16
Animation15
WebGL13
Clean11
3D10
Scrolling9
Transitions8
Storytelling7
UI design7
Webflow7

Count of sites carrying each tag across the 31 most recent winners · Awwwards Site of the Day board, August 2026

GSAP is on more than half the board. Sixteen of thirty-one. No other tool comes close as a single point of dependence — the animation layer is the least contested choice in award-winning web design.

One note on that number, because the trends page gives a different one. This is a snapshot of what is winning this month. Taken across every winner going back several years, GSAP sits at 17% — it was less dominant then, and older entries were tagged less thoroughly. Both are right about different things: 52% is what today looks like, 17% is the longer record.

WebGL is on nearly half, but Three.js on only seven. That gap is the interesting one. More than twice as many winners carry a WebGL tag as carry Three.js, which means a substantial share of this work is being written by hand, or with other tools, rather than reaching for the one most people start with.

Webflow ties with 3D at nine. A no-code builder appears on as many winning sites as the 3D tag does. Combined with eight Figma tags, it is clear evidence that the tooling floor has risen: award-tier output no longer implies a bespoke front-end build.

A no-code builder is on as many winners as 3D is.

The shape of it

Four Layers

The award-winning stack is unusually consistent because it is not really a framework choice — it is four separate jobs, each of which has a near-consensus answer.

Everything else — the framework, the CMS, the host — is interchangeable: only 30% of winners name one at all, and none of them is what the jury is marking.

Lando Norris Lando Norris8.18 Nike Reactor Nike Reactor8.17 Into the Storm Into the Storm8.15 Bruno's Portfolio Bruno's Portfolio8.11 In My World In My World8.04 Sleep Well Creative Sleep Well Creative8.03

Winners whose credits name GSAP, the most commonly declared tool in the corpus.

The tools

Winners carrying 3D, at 38% the most common trait in the stack.

The Names on Every Credit List

Winners built on Webflow — a reminder that the credit list is not a difficulty ranking.

Three.jsRender layerThe most widely used way to work with browser 3D

The default answer for 3D on the web, and the layer underneath most of the case files. It lets a designer work in the vocabulary of a film set — scenes, cameras, materials, lights — instead of issuing drawing instructions to the graphics card one at a time.

What separates award-tier usage from ordinary usage is almost never Three.js itself — it is what gets written into the materials. Active Theory builds whole environments with surfaces written from scratch; Lusion's Oryzo turns a single object, weighted so it moves as though it had real mass. Same library, entirely different level of result.

GSAPChoreographyWith the ScrollTrigger plugin

The animation engine, and by consensus the standard for tying scroll position to anything — including 3D camera movement. If a site sequences reveals as you scroll, ScrollTrigger is the likeliest mechanism.

GSAP runs its own awards nomination for sites built with it, which is a reasonable proxy for motion quality specifically; Mat Voyce's kinetic-type portfolio was a 2025 nominee.

LenisFeelStudio Freight

A smooth-scroll library, and the single cheapest upgrade in this stack. It supplies the weighted, slightly inertial scrolling that reads as expensive — the difference between a site that feels engineered and one that feels assembled.

Its authors are a working studio that also wins days on their own client work, which is a rare arrangement: the tool is maintained by people who ship award-tier sites with it. Use it deliberately, though — hijacking native scroll carries real accessibility and performance costs, and a jury testing usability will feel a badly tuned implementation immediately.

ShadersSurfacesThe programs that decide how things look

Shaders are where the best work separates from the merely competent. A shader is a short program that decides what every pixel of a surface looks like — how it catches light, how it distorts, how it moves. Writing your own is what produces materials and effects no off-the-shelf library includes, and it is what no amount of assembling parts will get you.

The recent development that matters: those surface programs can now be written once and translated automatically to whichever engine the visitor’s browser is running. That removes what made studios postpone the new engine — having to write and maintain everything twice for one site.

WebGPUThe next graphics engineThree.js WebGPURenderer

The replacement for the engine that has drawn browser 3D for a decade, and a far faster one — it can hold scenes with orders of magnitude more moving pieces than the old engine manages. What held it back was never what it could do; it was what to serve to the visitors whose browsers cannot run it.

Utsubo's IVRESS, FWA Site of the Month for May 2026, is the working proof: the new engine where the browser has it, the old one where it does not, and a single set of surface programs serving both. Expect the visual weight of award-winning 3D to increase noticeably as this pattern spreads.

Web AudioThe neglected layerResn · Immersive Garden

The most under-used material in the stack. Immersive Garden's Cartier build carries a score as a narrative layer, not as ambience; Resn treats audio as a first-class design decision across their work.

Sound is disproportionately effective at producing the sense of a place, and disproportionately rare because it requires an interaction to unmute. Sites that solve that gate elegantly get an atmosphere their competitors cannot match visually.

CSS scroll-driven animationThe free optionanimation-timeline: view()

Scroll-triggered reveals no longer require a library. Native CSS scroll-driven animations handle entry reveals, progress indicators and pinning with no JavaScript, no bundle cost, and automatic reduced-motion behaviour.

This will not replace ScrollTrigger for 3D camera sequencing. It does replace it for the eighty percent of sites whose scroll motion is fading and sliding elements into view — which is most of them.

Webflow & the buildersDistribution3D leaves the boutique

The structural shift of 2026: real-time 3D is being documented as a Webflow technique, not solely as a studio capability, and Three.js now has a dedicated conference. What was a specialism practised by perhaps thirty studios worldwide is becoming a skill with a training path.

The consequence for the awards is predictable. As the technique commoditises, the juries raise their expectations — which is precisely why restraint-first sites keep winning in the same cycle as heavy WebGL work.

Assessment

Where the Bar Moves Next

Winners carrying transitions at 21% — rising faster than any other technique.

Three predictions the current evidence supports.

Heavier scenes, briefly. Write-once surfaces remove the last practical objection to the faster engine. The next year should show scenes carrying far more moving detail than was previously affordable — followed by a correction, once everyone has them.

Scroll-sequencing becomes table stakes. When the technique behind Shopify Editions and Explore Primland is available natively in CSS, sequencing a page on scroll stops being a differentiator and becomes an expectation. The differentiator moves to what is being sequenced.

Sound is the open position. Audio remains rare, hard to do tastefully, and extremely effective. It is the one layer in this stack where a studio can still be early.