This feature is only available for the Paid edition. If you want to use it, please contact us at [email protected].

This guide assumes you have already created a piece and created a private fork of our repository.

1

Build Piece

Build the piece using the following command. Make sure to replace ${name} with your piece name.

npx nx build pieces-${name}.
2

Pack the Piece

Then pack your pieces as an npm package. Make sure to replace ${name} with your piece name.

cd dist/packages/pieces/${name} && npm pack.
3

Upload Tarball

Upload the generated tarball inside dist/packages/pieces/${name} to activepieces using the interface.