EXH-05sample entry — swap with a real artifact
Springboard
A docs-site landing where every element settles into place on real spring physics — no animation library, one integrator, 60fps.
The prompt · verbatim
Why it works
- “From their final positions, never to them from nowhere” encodes progressive enhancement in one sentence — no-JS users get the finished layout, spring users get the choreography.
- Physics vocabulary is exact. Semi-implicit Euler, fixed timestep, critical damping: the prompt speaks the domain’s language, so the model doesn’t reach for a library.
- “Zero rAF after settle” is a performance requirement written as an observable fact — easy to verify in DevTools, hard to fudge.
