
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
unlighthouse
Advanced tools
Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.
The main package for Unlighthouse - scan your entire website with Google Lighthouse. This is a convenience package that includes the core functionality and CLI tools.
# Scan your website instantly
npx unlighthouse --site https://example.com
# CI mode with performance budgets
npx unlighthouse-ci --site https://example.com --budget 80
This package includes:
@unlighthouse/core - Core scanning engine@unlighthouse/cli - Command-line interface@unlighthouse/client - Web interface for resultsunlighthouse and unlighthouse-ci# Global installation
npm install -g unlighthouse
# Project dependency
npm install unlighthouse --save-dev
# Basic scan
unlighthouse --site https://example.com
# With debugging and custom device
unlighthouse --site https://example.com --debug --desktop
# Custom configuration
unlighthouse --config-file unlighthouse.config.ts
import { createUnlighthouse } from 'unlighthouse'
const unlighthouse = await createUnlighthouse({
site: 'https://example.com',
debug: true
})
await unlighthouse.start()
# Enforce performance budgets in CI
unlighthouse-ci --site https://example.com --budget 85
Create unlighthouse.config.ts:
import { defineUnlighthouseConfig } from 'unlighthouse/config'
export default defineUnlighthouseConfig({
site: 'https://example.com',
scanner: {
device: 'desktop',
throttle: false,
},
lighthouseOptions: {
onlyCategories: ['performance', 'accessibility'],
}
})
MIT License © 2021-PRESENT Harlan Wilton
FAQs
Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.
The npm package unlighthouse receives a total of 13,979 weekly downloads. As such, unlighthouse popularity was classified as popular.
We found that unlighthouse demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.