π A new open-source browser extension framework just dropped: Addfox (beta)
π https://addfox.dev
π github: https://github.com/addfox/addfox
π npm: https://www.npmjs.com/package/addfox
If youβve built extensions recently, youβve probably used tools like WXT or Plasmo.
Theyβve pushed the ecosystem forward a lot β better DX, faster builds, less boilerplate.
But I built something a bit different: Addfox("Addon + Fox"). I want to "Build Better Extensionsfor Developers and AI".
β‘ What is Addfox?
Addfox is a browser extension framework built on top of Rsbuild / Rstack.
- β‘ Rust-powered build performance
- π§© More predictable bundling behavior
- π§© Content UI support. Built-in createContentUI method for easy integration of Iframe, ShadowDom, and native content.
- π§© Framework agnostic. Vanilla, Vue, React, Preact, Svelte, Solid β use what you like
- π§© Zip on build. Build automatically outputs an extension zip package
- π§© Enable terminal error output with --debug. Capture all extension errors without browser DevTools, so you can Ask AI directly in any editor
- π§© Skills support for Agents
- π§© llms.txt and markdown metadata support
- For more features, please visit the official website
π¦ Current status
- Beta released
- Core workflow is stable
- Not supporting Safari right now
- Still iterating based on real-world usage
If youβve ever felt constrained by existing extension frameworks,
or just want something faster and more transparent, give it a try:
π https://addfox.dev
Would love to hear how it compares to your current setup.

Top comments (0)