Skip to content

Server-driven React UIs for Laravel.

Stop building every screen twice. Describe pages, forms, and tables once in PHP — one typed schema, rendered by real React components over Inertia. No hand-written API, no duplicated UI contract.

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.