![unlighthouse - Scan your entire website with Google Lighthouse.](https://repository-images.githubusercontent.com/423079536/c88a81ee-43ec-40fc-a615-1d29bbeaaeb4)

NPM version NPM Downloads Docs & Demos
GitHub stars

Unlighthouse scans your entire site using Google Lighthouse,
with a modern UI, minimal config and smart sampling.

View Demo


Status: v0.12.2 Released 🎉
Made possible by my Sponsor Program 💖
Follow me @harlan_zw 🐦 • Join Discord for help

### Quick Setup Run the following command: ```bash npx unlighthouse --site # or PNPM pnpm dlx unlighthouse --site ``` _Requirements: Node >= 18.x._ ## Getting Started Install instructions for all integrations can be found on the [docs](https://unlighthouse.dev/) site. Need a hand? Join the [Discord](https://discord.gg/275MBUBvgP) for one-on-one help. #### gitignore Unlighthouse will save your reports in `outputDir`, it's recommended you .gitignore these files. ``` .unlighthouse ``` #### Debugging If you run into any issues with Unlighthouse, the first step should be to re-run the scan with debugging enabled. ```bash # NPM npx unlighthouse --site unlighthouse.dev --debug # or PNPM pnpm dlx unlighthouse --site unlighthouse.dev --debug ``` ## Docs Integration instructions, Guides, API and config spec can be found on [docs](https://unlighthouse.dev/) site. ## Sponsors

## License MIT License © 2022 [Harlan Wilton](https://github.com/harlan-zw)