Try the Demo

The example app is deployed alongside these docs, so you can try lynx-console right away.

In your browser

You can open the web version of the example.

Open the web demo →

Tap the LynxConsole button, then press a test button. It is recorded in the panel right away.

On a device with Lynx Explorer

Install the Lynx Explorer app and scan this QR code:

QR code for the Lynx Explorer demo bundle

Reading this on the phone? Open it directly:

Open In Lynx Explorer →
https://lynx-console.pages.dev/main.lynx.bundle?fullscreen=true
URL What it is
/main.lynx.bundle The example bundle for the native Lynx runtime (Lynx Explorer).
/main.web.bundle The same example built for the Lynx Web Platform.
/demo/ The <lynx-view> host page that loads /main.web.bundle.

Running it locally

git clone https://github.com/daangn/lynx-console.git
cd lynx-console
yarn install

# build the package, then start the example with a QR code in your terminal
yarn build
yarn dev:example

To run it in a browser, build the web host shell too:

yarn build && yarn build:example
yarn workspace lynx-console-test build:web

Or run the whole docs site — docs and demo together — with:

yarn build && yarn build:example
yarn workspace lynx-console-docs dev