Desktop web browsers include powerful developer tools, that help inspect web apps, trace server requests, etc. But what if our web app works fine on a desktop, but starts acting weirdly on a real mobile device? What about Progressive Web Apps, where the browser is not even visible? Mobile Chrome, Firefox and Safari don't have built-in DevTools - instead, the developer is expected to use remote debugging by connecting the mobile device to a PC via USB. Luckily there is a much simpler solution - a cross-browser javascript library painting a DevTools analogon right over the app in whatever browser you use.