---
title: "Integrations · Unlighthouse"
meta:
  "og:description": "Integrate Unlighthouse into your existing build tools, frameworks, and CI/CD pipelines for automated Lighthouse testing."
  "og:title": "Integrations · Unlighthouse"
  description: "Integrate Unlighthouse into your existing build tools, frameworks, and CI/CD pipelines for automated Lighthouse testing."
---

**Getting Started**

# **Integrations**

[Copy for LLMs](https://unlighthouse.dev/guide/getting-started/integrations.md)

# **Integrations**

Choose how to integrate Unlighthouse into your workflow: manual CLI scans for development, automated CI/CD checks for deployment pipelines, or build tool integration for framework-specific setups.

## [Command Line](#command-line)

| **Provider** | **Use Case** |
| --- | --- |
| [**CLI**](https://unlighthouse.dev/integrations/cli) | Scan a production site such as [**unlighthouse.dev**](https://unlighthouse.dev/).<br><br> You can manually provide a project mapping for [**routes definitions**](https://unlighthouse.dev/guide/guides/route-definitions). |
| [**CI**](https://unlighthouse.dev/integrations/ci) | Run scans on sites based on automation events, i.e releasing and make [**assertions on scores**](https://unlighthouse.dev/integrations/ci#assertions).<br><br> Can also be used to generate report sites such as [**inspect.unlighthouse.dev**](https://inspect.unlighthouse.dev/). |

## [Build tools / Frameworks](#build-tools-frameworks)

**Deprecation Notice**: Build tool integrations are deprecated and will be removed in v1.0. We recommend using the CLI or CI integrations instead. [**Learn more about deprecations**](https://unlighthouse.dev/integration-deprecations)

| **Provider** | **Features** |
| --- | --- |
| [**Nuxt.js**](https://unlighthouse.dev/integrations/nuxt) | Hot Module Reloading, Automatic Route Discovery |
| [**Vite**](https://unlighthouse.dev/integrations/vite) | Hot Module Reloading, Automatic Route Discovery |
| [**webpack**](https://unlighthouse.dev/integrations/webpack) | Hot Module Reloading |

[Edit this page](https://github.com/harlan-zw/unlighthouse/edit/main/docs/1.guide/1.getting-started/1.integrations.md)

[Markdown For LLMs](https://unlighthouse.dev/guide/getting-started/integrations.md)

**Did this page help you? **

Anything that could be done better? :)

Help us improve this page. You can [edit this page](https://github.com/harlan-zw/unlighthouse/edit/main/docs/1.guide/1.getting-started/1.integrations.md) on GitHub or provide anonymous feedback below.

[**CLI** Install and run Unlighthouse CLI to scan your entire website with Lighthouse. npm, pnpm, and yarn installation options.](https://unlighthouse.dev/guide/getting-started/installation) [**How It Works** Learn how Unlighthouse automatically discovers pages, runs Lighthouse audits in parallel, and generates site-wide performance reports.](https://unlighthouse.dev/guide/getting-started/how-it-works)

**On this page **

- [Command Line](#command-line)
- [Build tools / Frameworks](#build-tools-frameworks)