Skip to content

Conduit

Conduit (almasix.conduit) is Almasix’s Livewire-class stack, targeting Livewire 4 semantics: server-driven components that render Prism templates, talk over a CSRF-safe wire protocol, and interop with Alpine.js via $wire.

examples/conduit.py
from almasix.conduit import Component, Conduit, conduit

The HTML attribute vocabulary stays wire:* (same as Livewire) so muscle memory and docs transfer. The Python package is published separately as almasix-conduit — import path stays from almasix.conduit import …. After installing, register a component and browse a page that embeds it with @conduit.