About Self-hosting for Wix Apps

Wix supports several development frameworks you can use to build your app. You can use Wix's native frameworks, such as Wix Blocks and the Wix CLI. You can also build and host your app's features yourself outside the Wix ecosystem, and integrate them with Wix using the Wix Dev Center.

With the self-hosting framework, your app can provide entirely new functionality, or integrate an existing service with the Wix ecosystem. By integrating an existing service with Wix, you can make it available to a large number of Wix site owners, easily integrate it with Wix's business solutions, and maintain the ability to manage it across multiple platforms.

Self-hosting enables you to use the tech stack of your choice. However, to benefit from a native Wix development environment, consider using Wix Blocks or the Wix CLI.

Note: No matter which development framework you start with, you can always continue developing your app using any of the other supported frameworks.

Building and deploying your Wix app

To start building a Wix app with the self-hosted framework, create a new app in the Dev Center and provide the links to your app's assets. These can be hosted on any platform that exposes public, secure endpoints.

Once your app is installed on a site, it can communicate with it using Wix APIs. Wix APIs allow your app to access and manage the site's data, extend the Wix business solutions it has installed, and customize interactions with site visitors. Wix offers multiple API technologies, including REST, JavaScript SDK, GraphQL, and Velo with Blocks. Each API technology offers a similar set of APIs.

Learn more about Wix APIs and the JavaScript SDK.

Functionality as extensions

On Wix, each specific type of functionality that an app can provide is called an extension. Wix offers many types of extensions that allow your app to extend both your site's frontend interfaces and its backend capabilities.

Your app can contain multiple extensions across different interfaces and services to provide a more comprehensive solution. Since each extension is configured separately in the Dev Center, build your app in such a way that each of its deployable self-hosted assets is accessible to Wix via a separate URL.

Learn more about how apps extend Wix.

Make sure your app includes at least one extension. You can build most extensions using one of Wix’s development frameworks, though some extensions can be added simply by configuring them in the Dev Center.

Learn more about self-hosted app extensions.

See also

Was this helpful?
Yes
No