1 Repo
Utilities that improve the local development cycle through live updates and automated reloads.
Distinct from Browser Extensions: Focuses on the developer-side loop of creating extensions, rather than the extensions themselves.
Explore 1 awesome GitHub repository matching web development · Developer Experience Tools. Refine with filters or upvote what's useful.
WXT is a development framework and build tool for creating browser extensions. It transforms source code into browser-compatible formats and provides a structured environment for managing the compilation and asset management of web extensions. The framework automates the definition of background and content scripts by mapping the file-system structure directly to extension manifests. It includes a development environment with hot module replacement to apply real-time code updates in the browser without manual restarts. The toolset covers the full extension lifecycle, including project bootst
Implements a development environment with automatic reloading and live updates for a faster iteration cycle.