SLEW DEMO

next/image, optimized on the server

Every image on this page goes through Next.js image optimization running in this app's own Node process on slew. The source below is a 4000×2667 JPEG of about 1 MB — served here resized and re-encoded (AVIF/WebP where the browser accepts it) via /_next/image.

Aerial coastline, 4000×2667 source

Local static import — build-time blur placeholder, responsive srcset, cached at the CDN edge after the first optimization.

Remote images

These come from images.unsplash.com, allowed via images.remotePatterns, and are optimized by the same server process.

Mountain ridge at dusk
Mountain ridge at dusk
Foggy hills at sunrise
Foggy hills at sunrise
Sunlight through a forest
Sunlight through a forest

Server-rendered at 2026-07-31T21:47:46.121Z — this page is SSR, not a static export.