Lightpanda Demo

January 19, 2026 ยท View on GitHub

This demo repository provides examples, tests and benchmarks for the Lightpanda browser.

Benchmarks

The methodology and results are available in benchmarks page.

  • ws/ contains a Go web server program,
  • public/ contains demo websites used by the benchmarks,

Examples

You can find script examples to use the browser with different librairies.

  • puppeteer/ contains Puppeteer examples in Javascript.
  • playwright/ contains Playwright examples in Javascript.
  • chromedp/ contains chromedp examples in Go.
  • rod/ contains go-rod examples in Go.

Tests

  • runner/ contains a Go program running many of examples scripts against local demo website
  • integration/ contains a Go program running scripts against real world websites.

Tools

  • amiibo/ contains a Go program to generate the public/amiibo/ example website.
  • proxy/ is an Go HTTP proxy used for tests.