Skip to main content

Getting Started

General information about the addon lifecycle and addon requirements is available in the Addons Lifecycle section. This includes guidance from the idea stage, through development, review, to the addon’s end of life.

Did you know?

You can create a development addon separate from the production addon to test your addon without affecting the live environment.

Frontend Development for Addons

To start with your scripts and styles, use the boilerplate available here. This tool provides a basic structure for your addon and supports local development.

Once your local development environment is set up, you can start building your addon. Copy files manually from the boilerplate or use the Addon Repository for easier deployment.

note

Always test your addon in a local environment or with a dedicated development addon. Avoid testing in the production environment.

note

We are planning to extend the Addon Repository to support Premium and Custom code deployment. Stay tuned for updates.

Backend Development for Addons