Case study — New build
The site you're reading — designed, built, and served end to end on Vanolee Arc. Server-rendered in single-digit milliseconds, styled by hand, zero client-side framework.
Every studio says their own site is the best proof. We took that literally: vanolee.com is a stock Vanolee Arc project — the same scaffold, content pipeline, and server every client build starts from. Nothing here is special-cased for the portfolio.
The page you're reading was rendered on the server as plain HTML in single-digit milliseconds and shipped with one small vanilla JavaScript file for scroll choreography. There is no client-side framework, no hydration pass, and no loading spinner anywhere on this site — which is exactly the experience we ship to clients.
The contact form is the same production pattern we deploy: CSRF double-submit cookies, an invisible honeypot, IP-aware rate limiting, and webhook delivery — all server-side, all in Rust. View source anywhere on the site; what you'll find is the argument.
At a glance