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
debug: everything (console, fetch, errors, manual)info: console info/warn/error + manual logskitty: onlylogKitty()callsoff: disables LogKitty
Features
- 🐾 In-browser log console (mobile friendly)
- 🐾 Tracks console, fetch, errors, unhandled rejections
- 🐾 Dark/light themes with clean CSS variables
- 🐾 Environment switching with
?kittyenv - 🐾 Built-in production domain detection