About Building Apps with AI

Alpha: Building apps with AI is currently in alpha. This feature is subject to change and may have bugs, issues, and limitations. We're actively improving it based on your feedback.

You can now build Wix apps by describing what you want to an AI agent. Instead of writing code from scratch, you explain your app idea in the AI chat, and it generates a complete app project using the Wix CLI. The AI agent writes the code, sets up your app dashboard, and configures extensions based on your requirements. You can continue to refine your app at any time in the app workspace that provides all the tools you need to develop and manage your app, including a built-in AI chat.

The app workspace

The app workspace is your central development environment. It combines a code editor, app management, previews, and a built-in AI chat in a single interface.

AI chat capabilities

The AI agent generates specific types of extensions and supports various features.

Note: Additional features may be supported in future updates. If you have specific requests, contact us.

Supported extensions

  • Dashboard pages: Administrative pages you can add to the dashboard of a site. The AI agent generates dashboard pages using Auto Patterns.
  • Editor React Components: Custom site widgets built in React that fully integrate with the editor.
  • Custom element widgets: App widgets created from custom HTML tags that you define. Editor setup panels aren't currently supported. Configure widgets through a dashboard page instead.
  • Embedded scripts: Extensions that inject HTML code fragments into the DOM of a site. Unlike other extensions, embedded scripts aren't fully configured by default during app installation and require an extra step to embed the code fragment.
  • HTTP endpoints: Custom API endpoints you can create to serve any kind of data, generate files, or build API routes.
  • Events: Extensions that subscribe your app to events so your app can run code when specific conditions are met. Only Stores and eCommerce are supported.
  • Service plugins: A set of APIs defined by Wix that you can use to enable your app to inject custom logic into existing app flows or to introduce entirely new flows to Wix sites. Only Stores and eCommerce are supported.
  • Data Collections: Extensions that add custom data structures and collections to Wix sites.

Note: App extensions are visible in the App Dashboard only after releasing the app.

See also

Did this help?