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

Available Demos

Simple Page

Navigate between pages without full reloads using partial HTML.

Simple Form

Simple form submit without reload using HtmxResponseBuilder.

Advanced Form

Demo of HtmxTypeExtension - htmx attributes on form fields.

Wizard Form

Multi-step form with session state, validation per step, and navigation strategies.

Infinite Scroll

Load more content as you scroll with hx-trigger="revealed".

Item List

Inline editing, delete with confirmation, and OOB notifications.

Live Polling

Auto-refresh stats every 2s with hx-trigger="every 2s".

Builder Showcase

Interactive demo of all HtmxResponseBuilder methods.

Request Showcase

Interactive demo of all HtmxRequest properties.

Features Demonstrated