git404hub

what is unlighthouse fr?

harlan-zw/unlighthouse — explained in plain English

Analysis updated 2026-06-26

4,561JavaScriptAudience · developerComplexity · 1/5LicenseSetup · easy

tl;dr

Unlighthouse scans every page of your website with Google Lighthouse in one command, checking speed, accessibility, SEO, and best practices across the whole site instead of one page at a time.

vibe map

mindmap
  root((unlighthouse))
    What it does
      Site-wide scanning
      Lighthouse automation
      Visual results
    What it checks
      Speed
      Accessibility
      SEO
      Best practices
    Usage
      Single command
      Smart sampling
      Local reports
    Requirements
      Node.js 20+
      No config needed

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run a full site-wide SEO and performance audit in one command without manually checking each page

VIBE 2

Check accessibility scores across every page of a client website before launch

VIBE 3

Find slow or poorly optimized pages across a large site using Lighthouse's standard checks

what's the stack?

JavaScriptNode.js

how it stacks up fr

harlan-zw/unlighthouseantswordproject/antswordkdzwinel/betwixt
Stars4,5614,5604,562
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasymoderatemoderate
Complexity1/53/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min
Use freely for any purpose including commercial use, as long as you keep the copyright notice.

in plain english

Unlighthouse is a tool that runs Google Lighthouse across every page of a website in one go. Google Lighthouse is a free Google tool that checks web pages for speed, accessibility, search engine optimization, and general best practices. Normally you run it on one page at a time, either through Chrome's developer tools or via a command line. Unlighthouse automates the process for an entire site and presents the results in a visual interface. You run it from the command line with a single command: point it at your site's URL and it does the rest. It uses smart sampling to scan pages without needing to manually list every URL, and it saves reports to a local folder on your machine. The README recommends adding that folder to your .gitignore file so the reports do not end up in your code repository. The tool requires Node.js version 20 or later. No configuration is required to get started. A debug mode is available if the scan runs into problems. Integration instructions for using Unlighthouse as part of a larger setup, along with a full configuration reference, live on the project's documentation site rather than in the README itself. The README is brief and does not describe the specifics of the results interface or what metrics are displayed beyond the reference to Google Lighthouse's standard checks. The project is licensed under the MIT license and is community-funded through a sponsor program.

prompts (copy fr)

prompt 1
Show me the command to run Unlighthouse on my website to scan all pages for speed, SEO, and accessibility issues
prompt 2
How do I add the Unlighthouse output folder to my .gitignore to keep reports out of my code repository?
prompt 3
How do I enable debug mode in Unlighthouse when a scan is failing to complete properly?
prompt 4
What Node.js version does Unlighthouse require and how do I install it with a single command?

Frequently asked questions

what is unlighthouse fr?

Unlighthouse scans every page of your website with Google Lighthouse in one command, checking speed, accessibility, SEO, and best practices across the whole site instead of one page at a time.

What language is unlighthouse written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js.

What license does unlighthouse use?

Use freely for any purpose including commercial use, as long as you keep the copyright notice.

How hard is unlighthouse to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is unlighthouse for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.