Introduction

lynx-console is an in-app developer console for Lynx apps. Read console logs, fetch traffic, and performance metrics on a real device, with no debugger attached.

What you get

  • Consoleconsole.log, console.warn, console.error output, with level filters, keyword search, and a REPL.
  • Main thread console — logs from 'main thread' functions are captured too.
  • Network — every fetch request with its method, status, headers, request body, and response.
  • Performance — FCP and the other Lynx performance entries, including the raw entry payload.

Tabs are not rendered for monitors you did not initialize.

Supported platforms

Platform Status
iOS / Android (Lynx runtime) Supported. iOS needs the build-time console replacement.
Lynx Web Platform Supported — the live demo on this site runs on it.

Next steps