Skip to content

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.

terminal
pip install 'almasix[inertia]'
# or
pip install almasix-inertia
examples/inertia.py
from inertia import Inertia, lazy, defer, once, merge

SPA 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.