SSR
- Use or copy
src/inertia/ssr/server.jsfrom this package smith inertia:start-ssr(ornode bootstrap/ssr.js)inertia.ssr_enabled = True,inertia.ssr_url = "http://127.0.0.1:13714"
If the worker is down, the adapter falls back to the client-only shell
(ssr_body / ssr_head empty).
Smoke: with the worker up, first HTML contains both page JSON and SSR markup.
Starter kits
Section titled “Starter kits”SPA starter kits consume this adapter plus an official @inertiajs/* client.
See docs.almasix.com/starter-kits.