Advanced
Internal Hooks
You can use the same hooks the toolkit uses internally to build custom debugging overlays or automated tests.
useGodMode()
Access and set global overrides and security bypasses.
tsx
useNetworkInterceptor()
Subscribe to real-time network requests and response data.
tsx
usePerformanceMetrics()
Get live Web Vitals and resource timing data.
tsx
useStateInspection()
Interact with LocalStorage, SessionStorage, and Cookies.
tsx
useRegisteredStores()
Access and monitor all custom stores registered via registerStore.
tsx