Skip to content

Server-driven React UIs for Laravel.

Describe pages, forms, and tables in PHP. Lattice serializes them to typed React components and renders them through Inertia — no client-side route or API wiring.

Pages

Compose pages from server-side component trees that serialize to typed React nodes and render through Inertia.

Forms

Field definitions, server-side validation, rich content, and conditional fields that react to other inputs.

Tables

Eloquent-backed tables with columns, sorting, filtering, pagination, and row actions.

Actions

Row actions and bulk actions that run on the server and dispatch effects — toasts, redirects, and refreshes — back to the client.