LogToHTML

Console
Elements
Network
Sources
Mobile

Mobile DevTools

Lightweight debugging console for mobile web applications

Live Demo

Your Web App

Mobile web application running...

Console
App initialized
API connected
Slow network detected
Error: Cannot read property 'data'
User clicked button
Data fetched successfully

🚀 Quick Setup

npm install logtohtml

Add ?logtohtml=true to your URL and start debugging

📱 Mobile First

Access console logs, errors, and debugging info directly on mobile devices where traditional DevTools aren't available.

🎨 Beautiful UI

Familiar DevTools-inspired interface with syntax highlighting, collapsible objects, and intuitive navigation.

Installation & Usage

NPM Installation

npm install logtohtml

// Import and use
import 'logtohtml';

CDN Usage

<script src="https://unpkg.com/logtohtml@latest/dist/bundle.js"></script>

Activate Debug Mode

Add query parameter to your URL:

yourapp.com?logtohtml=true

Why LogToHTML?

🔧

Debug Anywhere

Access console logs on mobile devices, tablets, and any environment where DevTools aren't available.

Lightweight

Minimal bundle size with zero dependencies. Only loads when needed via query parameter activation.

🎯

QA Friendly

Perfect for QA teams testing on real devices. Share debug info easily with developers.

Ready to Debug Mobile Apps?

Join developers who are already using LogToHTML to debug mobile web applications

Try Demo