{"id":13494712,"url":"https://github.com/wxt-dev/wxt","last_synced_at":"2026-03-06T16:04:17.069Z","repository":{"id":176497770,"uuid":"658389713","full_name":"wxt-dev/wxt","owner":"wxt-dev","description":"⚡ Next-gen Web Extension Framework","archived":false,"fork":false,"pushed_at":"2025-05-06T01:53:56.000Z","size":8424,"stargazers_count":6776,"open_issues_count":124,"forks_count":302,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-05-07T10:52:34.471Z","etag":null,"topics":["build-tool","chrome-extensions","dev-server","hmr","wxt"],"latest_commit_sha":null,"homepage":"https://wxt.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wxt-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"wxt-dev"}},"created_at":"2023-06-25T15:48:11.000Z","updated_at":"2025-05-07T05:45:52.000Z","dependencies_parsed_at":"2023-09-25T06:59:57.384Z","dependency_job_id":"2f10a93f-623e-44c7-840d-d3485d5d580b","html_url":"https://github.com/wxt-dev/wxt","commit_stats":null,"previous_names":["aklinker1/wxt","wxt-dev/wxt"],"tags_count":217,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxt-dev%2Fwxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxt-dev%2Fwxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxt-dev%2Fwxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxt-dev%2Fwxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wxt-dev","download_url":"https://codeload.github.com/wxt-dev/wxt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253125659,"owners_count":21857946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build-tool","chrome-extensions","dev-server","hmr","wxt"],"created_at":"2024-07-31T19:01:27.438Z","updated_at":"2026-02-22T23:26:06.905Z","avatar_url":"https://github.com/wxt-dev.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\n# \u003cimg align=\"top\" width=\"44\" src=\"https://raw.githubusercontent.com/wxt-dev/wxt/HEAD/docs/public/hero-logo.svg\" alt=\"WXT Logo\"\u003e WXT\n\n[![npm version](https://img.shields.io/npm/v/wxt?labelColor=black\u0026color=%234fa048)](https://www.npmjs.com/package/wxt)\n[![downloads](https://img.shields.io/npm/dm/wxt?labelColor=black\u0026color=%234fa048)](https://www.npmjs.com/package/wxt)\n[![license | MIT](https://img.shields.io/npm/l/wxt?labelColor=black\u0026color=%234fa048)](https://github.com/wxt-dev/wxt/blob/main/LICENSE)\n[![coverage](https://img.shields.io/codecov/c/github/wxt-dev/wxt?labelColor=black\u0026color=%234fa048)](https://codecov.io/github/wxt-dev/wxt)\n\nNext-gen framework for developing web extensions.\u003cbr/\u003e⚡\u003cbr/\u003e\u003cq\u003e\u003ci\u003eIt's like Nuxt, but for Web Extensions\u003c/i\u003e\u003c/q\u003e\n\n[Get Started](https://wxt.dev/guide/installation.html) •\n[Configuration](https://wxt.dev/api/config.html) •\n[Examples](https://wxt.dev/examples.html) •\n[Changelog](https://github.com/wxt-dev/wxt/blob/main/packages/wxt/CHANGELOG.md) •\n[Discord](https://discord.gg/ZFsZqGery9)\n\n\u003c/div\u003e\n\n![Example CLI Output](https://raw.githubusercontent.com/wxt-dev/wxt/HEAD/docs/assets/cli-output.png)\n\n## Demo\n\n\u003chttps://github.com/wxt-dev/wxt/assets/10101283/4d678939-1bdb-495c-9c36-3aa281d84c94\u003e\n\n## Quick Start\n\nBootstrap a new project:\n\n```sh\n# npm\nnpx wxt@latest init\n\n# pnpm\npnpm dlx wxt@latest init\n\n# bun\nbunx wxt@latest init\n```\n\nOr see the [installation guide](https://wxt.dev/guide/installation.html) to get started with WXT.\n\n## Features\n\n- 🌐 Supports all browsers\n- ✅ Supports both MV2 and MV3\n- ⚡ Dev mode with HMR \u0026 fast reload\n- 📂 File based entrypoints\n- 🚔 TypeScript\n- 🦾 Auto-imports\n- 🤖 Automated publishing\n- 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc\n- 📦 [Module system](https://wxt.dev/guide/essentials/wxt-modules.html#overview) for reusing code between extensions\n- 🖍️ Quickly bootstrap a new project\n- 📏 Bundle analysis\n- ⬇️ Download and bundle remote URL imports\n\n## Sponsors\n\nWXT is a [MIT-licensed](https://github.com/wxt-dev/wxt/blob/main/LICENSE) open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider [sponsoring WXT's development](https://github.com/sponsors/wxt-dev).\n\n[![WXT Sponsors](https://raw.githubusercontent.com/wxt-dev/static/refs/heads/main/sponsorkit/sponsors.svg)](https://github.com/sponsors/wxt-dev)\n\n## Contributors\n\nPublished under the [MIT](https://github.com/wxt-dev/wxt/blob/main/LICENSE) license.\nMade by [@aklinker1](https://github.com/aklinker1) and [community](https://github.com/wxt-dev/wxt/graphs/contributors) 💛\n\n[![WXT contributors](https://contrib.rocks/image?repo=wxt-dev/wxt)](https://github.com/wxt-dev/wxt/graphs/contributors)\n","funding_links":["https://github.com/sponsors/wxt-dev"],"categories":["TypeScript","Boilerplates","hacktoberfest","Projects Using Vite.js","Tooling"],"sub_categories":["Open Source"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxt-dev%2Fwxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwxt-dev%2Fwxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxt-dev%2Fwxt/lists"}