Corepine Modal is a stack-based modal system for Livewire + Blade applications. It gives Laravel teams a clean way to build focused UI flows without sending users away from the current page.
Use it for confirmation dialogs, edit forms, account settings, side-panel workflows, mobile bottom sheets, and child modal flows where one modal opens another while keeping the parent state underneath. It supports class-based Livewire modal components as well as standalone Blade modals for simpler interactions.
It is especially useful for apps and packages that need reusable modal behavior, configurable events, flexible layouts, and modal flows that feel native to the surrounding application.