Core Features

Network Intelligence

A powerful replacement for the browser's Network tab, optimized for modern API debugging with real-time interception of fetch and XMLHttpRequest.

tsx
// Intercepted requests show:
// - Full JSON Request/Response bodies
// - Headers and status codes
// - Request duration and timing
  • Request Replay:

    Re-trigger any API request with a single click directly from the log. Replayed requests include all original headers and authentication context.

  • Header Inspection:

    Deep visibility into both Request and Response headers for every intercepted call.

  • JSON Explorer:

    Searchable, formatted view of large API responses.

  • Status Tracking:

    Visual indicators for slow or failing requests.