header-logo
Learn how to use Wix to build your site and business.
Design and manage your site using intuitive Wix features.
Manage subscriptions, plans and invoices.
Run your business and connect with members.
Learn to purchase, connect or transfer a domain to your site.
Get tools to grow your business and web presence.
Boost your visibility with SEO and marketing tools.
Get advanced features to help you work more efficiently.
Find solutions, learn about known issues or contact us.
placeholder-preview-image
Improve your skills with our courses and tutorials.
Get tips for web design, marketing and more.
Learn to increase organic site traffic from search engines.
Build a custom site using our full-stack platform.
Get matched with a specialist to help you reach your goals.
placeholder-preview-image

About Creating Velo Packages

1 min
All Wix users can create Velo Packages. To create apps for Wix sites with the full version of Wix Blocks, join Wix Studio.
Velo packages are code libraries that allow you to add specific functionality to your site. Wix Blocks enables you to build your own Velo packages so that you can reuse code on any of your Wix or Editor X sites. Learn how to create a Velo package
You can add one or more of the following to your Velo package:
  • Exported functions written by you in a public .js file that can be imported and called anywhere on the website.
  • Backend code files.
  • config.json file for defining site-specific settings for your package.
  • An events.js file for running backend events related to the package.
  • Web modules. These enable you to write server-side functions that can be called from client-side code. This way you can import functions from the backend into files or scripts in page code or public files and they will run on the server. Velo handles the client-server communication.
  • NPM packages.
  • Documentation, in the form of a Markdown readme file.