# wxt-dev/wxt

⚡ Next-gen Web Extension Framework

Repository: https://github.com/wxt-dev/wxt
Canonical: https://ross.abutalabs.com/products/wxt
Homepage: https://wxt.dev
Language: TypeScript
License: MIT
License Family: permissive
Topics: build-tool, dev-server, hmr, wxt, chrome-extensions
Last push: 2026-08-22T00:18:53+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 85, longevity 83
- inputs: {"age_days": 1165, "days_push": 12, "days_rel": 22, "gap_med": 1.0, "n_releases_24m": 107}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10408, forks 558 (observed 2026-08-28T04:10:41.924033+00:00)

## What it is
WXT is a TypeScript framework for building web browser extensions, described as 'like Nuxt, but for Web Extensions'. It provides file-based entrypoints, automatic manifest generation, HMR dev mode, multi-browser and MV2/MV3 targeting, and automated zipping and publishing.

## Use cases
- build a chrome extension with typescript
- develop browser extensions with hot reload
- build one extension codebase for chrome and firefox
- generate manifest.json from entrypoint files
- migrate a webextension from manifest v2 to v3
- automate zipping and publishing extensions to stores
- use react or vue inside a browser extension

## When to choose
- you're starting a new browser extension project in the JS/TS ecosystem
- you need to target multiple browsers or both MV2 and MV3 from one codebase
- you want fast HMR dev mode and auto-generated manifests instead of hand-written build scripts
- you want Nuxt-like DX: auto-imports, file-based entrypoints, module system

## When to avoid
- you're building extensions outside the JavaScript/TypeScript ecosystem
- you have a simple existing extension with a working build setup and no need for a framework
- you need non-browser-extension packaging like Electron or PWAs

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, build-tool, developer-tools, cli, deployment
- domain: browser-extensions, web-development, frontend, developer-tools
- platform: browser-extension, cross-platform, cli
- tags: web-extensions, manifest-v3, manifest-v2, hmr, vite, dev-server, chrome, firefox, safari, auto-imports, publishing, nuxt-like, nodejs, typescript

## Member repositories
- wxt-dev/wxt (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:41.924033+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:19:03.787769+00:00, confidence not recorded.
  - readme: https://github.com/wxt-dev/wxt (fetched 2026-08-28T04:10:41.924033+00:00, sha 0af1b911ba78)
  - homepage: https://wxt.dev (fetched 2026-08-29T08:18:37.803961+00:00, sha 6f140afb0bed)
  - site_page: https://wxt.dev/guide/installation (fetched 2026-08-29T08:18:37.808076+00:00, sha 5512120d12c9)
  - site_page: https://wxt.dev/guide/essentials/target-different-browsers (fetched 2026-08-29T08:18:37.810670+00:00, sha 3319f3ebe713)
  - site_page: https://wxt.dev/guide/essentials/config/manifest (fetched 2026-08-29T08:18:37.812735+00:00, sha 8569b8321411)
  - site_page: https://wxt.dev/guide/essentials/config/auto-imports (fetched 2026-08-29T08:18:37.814974+00:00, sha ee960ca105f1)
  - site_page: https://wxt.dev/guide/essentials/wxt-modules (fetched 2026-08-29T08:18:37.816876+00:00, sha 55c5404fbdd3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
