Discover / Marketing
Unlighthouse
by harlan-zwJavaScript
Scans entire websites using Google Lighthouse to audit SEO and performance
Maturity: experimental because latest release v0.18.0 is pre 1.0. Derived from release and commit history, not a rating.
- Stars
- 4.7k
- Forks
- 161
- Downloads / mo
- —
- Last commit
- 2026-07-29
- License
- MIT
- Open issues
- 22
Market and trust evidence
Edition not yet matchedNo exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.
Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.
In practice
Written by AI from this repository’s README · medium confidenceLighthouse audits one URL at a time, so site wide performance and SEO regressions stay invisible.
Use it when
Use it when you want a whole site audit in one command before or after a deploy.
Not the right pick when
Needs a recent Node runtime and writes report files locally, so it is not a drop in CI step without setup.
Capabilities
- scans an entire site with Google Lighthouse
- modern UI for browsing results
- minimal config and smart sampling
- debug mode via --debug for troubleshooting scans
- reports written to a configurable outputDir
Requirements
- Node >= 22.18.0
Cost: Free and open source
Install
Derived from the published package name in the repository, not from a model.
Video walkthroughs
Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.
What the repository ships
Detected from the actual files in the repository root.
Latest release v0.18.0
Published 2026-06-29
🚨 Breaking Changes
- Require node 22.x - by @harlan-zw <samp>(c1352)</samp>
View changes on GitHub
Tags
README
unlighthouse - Scan your entire website with Google Lighthouse.
<h1>Unlighthouse</h1>
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
<p align="center">
Unlighthouse scans your entire site using Google Lighthouse,<br> with a modern UI, minimal config and smart sampling.
</p>
<p align="center"><a href="https://inspect.unlighthouse.dev/">View Demo</a></p>
<p align="center">
<table>
<tbody>
<td align="center">
<sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br>
</td>
</tbody>
</table>
</p>
Quick Setup
Run the following command:
npx unlighthouse --site <your-site>
# or PNPM
pnpm dlx unlighthouse --site <your-site>
[!TIP]
Generate an Agent Skill for this package using skilld:
```bash
npx skilld add unlighthouse
```
_Requirements: Node >= 22.18.0._
Getting Started
Install instructions for all integrations can be found on the docs site.
Need a hand? Join the Discord 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.
# 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 site.
Sponsors
<p align="center">
<a href="https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg">
<img src='https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg' alt='Sponsors'/>
</a>
</p>
License
Licensed under the MIT license.
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/unlighthouse/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/unlighthouse
[npm-downloads-src]: https://img.shields.io/npm/dm/unlighthouse.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/unlighthouse
[license-src]: https://img.shields.io/github/license/harlan-zw/unlighthouse.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://github.com/harlan-zw/unlighthouse/blob/main/LICENSE.md