Interactive Demos

Experience server-rendered speed and reactivity with zero SPA build tooling.

Active Live Search

Real-time server query on user keystrokes (`data-nq-trigger="input"`) replacing tabular search results.

Controller & Template Code

// In HTML:
<input type="text" 
       name="q" 
       placeholder="Filter features (e.g. routing, orm, tags)..." 
       class="form-input"
       data-nq-get="/api/demo/search" 
       data-nq-trigger="input" 
       data-nq-target="#search-results" 
       data-nq-swap="innerHTML">

<div id="search-results">...</div>

Live Interactive Output

Showing default component catalog:

ModuleNamespaceType
RouterNqphp\Core\RoutingCore
ORM EntityNqphp\Core\EntityDatabase
nq.jsNqphp\Core\JsClient Runtime