Editor extensions, also called editor add-ons, extend the Wix editors by adding a dedicated panel to the Tools menu. The panel can offer design tools, content generators, accessibility helpers, and other features that improve the site-building experience. Site owners install an editor extension from the Wix App Market or from the Tools menu in the editor, and then access it from the same Tools menu while building their site.
Editor extensions deliver their functionality through a panel in the editor. The panel is rendered as an iframe, so you can build and deploy it with any tools or frameworks you choose. The iframe loads HTML you host on your own server, with the URL configured in the App Dashboard when you set up the extension.
The panel can call Wix APIs to read site data and interact with editor elements. The Editor API currently exposes a narrow surface for editor-element interaction, including getting and setting text element content and getting and setting image element sources. The rest of the Wix platform APIs are available for backend and business-solution work from inside the panel.
Editor extensions are different from site widgets and dashboard extensions in what they extend.
The extension type to pick depends on who needs to see and use the feature, the editor (editor extension), site visitors (site widget or other site extension), or the dashboard user (dashboard extension).
Editor extensions can only be authored as a self-hosted iframe. Sites receive them by installing an app, and Wix-managed apps must include a self-managed component to ship one:
Last updated: 21 July 2026