Introduction
Welcome to Laravel Hyper - a Laravel package that brings reactive user interfaces to your applications using the power of Datastar.
What is Hyper?
Hyper integrates the Datastar hypermedia framework with Laravel's natural patterns, allowing you to build dynamic, real-time web applications while staying firmly rooted in server-side rendering.
Think of Hyper as Laravel's native answer to reactive frontends. With Hyper, you:
- Write Blade templates
- Return familiar Laravel responses
- Use helpers like
hyper()andsignals()that feel as natural asview()andrequest()
Your server drives the frontend through signals and HTML fragments, giving you the responsive user experience modern applications demand without sacrificing Laravel's developer-friendly approach.

