What problem does it solve?
Troubleshooting HTMX applications is slow because request lifecycles, swap results, event flows, and failure causes (like target mismatches) are hard to see from the page itself.
Core Features & Use Cases
- Request Inspector: Track the full HTMX request lifecycle with timing breakdown, request/response headers, bodies, and correlated event trace for rapid diagnosis.
- Element Inspector: Explore and resolve htmx-related elements and attributes, then jump to element-specific request history.
- Event Timeline: Filter and drill into HTMX event sequences to understand ordering and payload details.
- Swap Visualizer: Compare DOM before/after swaps with diff-style highlighting, helping pinpoint why UI updates are incorrect.
- Error Panel: Detect and group common HTMX issues such as HTTP errors, target-not-found, timeouts, and swap errors.
Quick Start
Install the HTMX DevTools extension for your browser and open any page running HTMX, then use the HTMX DevTools panel to record requests and inspect swaps and errors.