Inertia for Almasix
almasix-inertia is a server-only adapter. Use the official
@inertiajs/vue3, @inertiajs/react, or @inertiajs/svelte clients — there is
no forked JS client. SSR uses Inertia’s Node /render protocol.
pip install 'almasix[inertia]'# orpip install almasix-inertiafrom inertia import Inertia, lazy, defer, once, mergeSPA starter kits register InertiaServiceProvider explicitly; the package also
advertises it via the almasix.providers entry-point group.
Continue with Installation or jump to Rendering. Client UX stays on inertiajs.com.