htmx & Symfony Integration Demo
Interactive demos showcasing htmx integration with Symfony.
Building modern, interactive web applications doesn't have to be complicated.
With htmx and Symfony you can create rich user experiences
without repetitive JavaScript boilerplate or a separate frontend codebase.
htmx-bundle
Demo Source
Powered by Symfony Framework + htmx + PicoCSS
Navigate between pages without full reloads using partial HTML.
Simple form submit without reload using HtmxResponseBuilder.
Demo of HtmxTypeExtension - htmx attributes on form fields.
Multi-step form with session state, validation per step, and navigation strategies.
Load more content as you scroll with hx-trigger="revealed".
Inline editing, delete with confirmation, and OOB notifications.
Auto-refresh stats every 2s with hx-trigger="every 2s".
Interactive demo of all HtmxResponseBuilder methods.