Pre-render proof

Pre-render Proof

If you can read this sentence in 'view-source' (not just devtools), the static HTML pipeline works for our real components.

Rendered with data fetched at: static-fallback

Before / after slider

StagedEmpty
Empty
Staged

Matterport tour (lazy)

What this proves

  • vite-prerender-plugin runs inside the Vite build pipeline.
  • The components above can be rendered to static HTML.
  • Backend data can be fetched at build time and inlined.
  • Hydration matches — no console warnings.