Inertia DevTools is now officially available on the Chrome Web Store, eliminating the need for manual unpacked installs from GitHub. The extension adds an 'Inertia' panel to Chrome DevTools that records every Inertia.js visit and displays props, HTTP headers/bodies, matched route info, and full page state. Requests are grouped with related partial reloads, deferred loads, prefetches, and Precognition validation requests. Client-side visits and cache-served requests are also captured. Recorded data is stored locally in storage/inertia-devtools, sensitive keys are redacted automatically, and nothing is sent to remote services. No new package installation is required — the recorder is built into existing adapters (client >=3.6, Laravel >=3.2).
Table of contents
# What the Panel Shows# Client-Side Events# Recorded Data Stays Local# Getting Started301.3K Impressions13 Comments