A Next.js app in standalone output mode, built from this repo's multi-stage Dockerfile. This page is rendered on the server for every request — refresh and the timestamp below changes. A static export could never do that.
What's in the repo
⚛️ app/page.jsx server component
📄 next.config.js output: standalone
🐳 Dockerfile multi-stage, USER 1000
How it gets to your browser
📦GitHub repoNext.js app + Dockerfile
→
🔨multi-stage builddeps → next build → slim standalone runtime
→
🟢Node SSR podrenders HTML per request on $PORT
→
🔒HTTPSauto TLS at <slug>.gitfred.com
Server-rendered at
2026-06-10T08:36:35.607Z — refresh to see it update
What this proves
Server-side rendering: HTML generated per-request by a Node process