DappKitty

Dev tools that follow you to mobile.

A lightweight toolkit that shows your logs on real devices. Mirror console logs, network requests, and uncaught errors using nothing but a query param.

Try LogKitty

Click to launch LogKitty and send example logs to test the panel.

The log panel appears at the bottom. No DevTools required.

Install & Use

npm install dappkitty
import dappKitty from 'dappkitty';
dappKitty('debug', {
  productionUrl: 'https://your-production-site.com'
});

Then run your app with ?kittyenv=dev

Log Levels

Features