Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

hemantsan's avatar

Will Inertia work without nodejs on remote hosting?

I want to create a website using intertia, but I am wondering if it will work without nodejs on remote shared hosting.

0 likes
2 replies
JussiMannisto's avatar

Yes. You can build the assets locally and then pull or upload them to the server. Node is only needed for development and the build step.

PatrickCaneloDigital's avatar

It depends if you have Inertia with or without ServerSideRendering.

"Server-side rendering uses Node.js to render your pages in a background process; therefore, Node must be available on your server for server-side rendering to function properly."

i just stumbled upon the same... made a complete project with Inertia and ssr just to find out during deployment to prod that my webhosting doesn't support node anymore... Now looking for ways to deactivate ssr, but keeping Inertia because of the Vue support

Please or to participate in this conversation.