About Wix CLI Apps

Wix apps are packages of reusable functionality that Wix users can add to their sites. They can contain anything from a simple site widget to a full-stack business solution, complete with backend logic, user interfaces, and databases.

The Wix CLI allows you to build and deploy full-stack applications using Wix’s React/Node.js stack. Built for use with the Wix JavaScript SDK, this framework provides a familiar JavaScript/TypeScript development experience while integrating seamlessly with Wix’s cloud hosting and deployment system.

Advantages of the Wix CLI

The Wix CLI is ideal for developers who want control over their app’s architecture and business logic while working within Wix’s ecosystem. With CLI apps, you can develop locally using your preferred tools, collaborate using Git, and deploy your app directly to the Wix cloud.

Key benefits of using the Wix CLI to develop Wix apps include:

  • Standard JavaScript development workflow: Use your preferred IDE, tools, and packages.

  • Simple authentication: When developing an app with the Wix CLI, you don't need to create a Wix client. Just call the Wix JavaScript SDK's APIs directly and authentication is taken care of for you automatically.

  • Integrated hosting and deployment: Your app is hosted on Wix's cloud services, so server setup, maintenance, scaling, and security are all handled by Wix.

  • Live preview: Test and iterate your app quickly before deploying changes.

  • Seamless collaboration: Use Git for version control and team development.

See also

To get started developing Wix CLI apps, check out the Wix CLI documentation.

Did this help?