Skip to content
Vanolee
WorkServicesMigrationsProcessAboutBlogContact

Case study — New build

Vanolee.com

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.

Live — rendering now

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

  • RoleDesign, build, hosting
  • StackVanolee Arc — native Rust, server-rendered
  • Client JSOne small vanilla file; no framework
  • Server renderSingle-digit milliseconds, per our own logs
  • RoutesEight pages, a live blog pipeline, a hardened contact form