Publishing your Plugin
When your Plugin is ready, you can submit it to the Framer Marketplace to share it with the community. Once approved, anyone using Framer will be able to use your Plugin. Looking to create private Plugins for your team? Contact us.
Preparing
Ensure your Plugin icon and name is correct.
Test all core flows and functionality of your Plugin.
Test with different project states and browsers.
Check your Plugin UI in both dark & light mode.
Submitting
Select “New Plugin” in the Marketplace dashboard.
Run
npm run pack
in the root of your Plugin directory.Upload the
plugin.zip
file created by the command.Fill in the rest of the form and submit your Plugin.
Updating
Make your changes to your Plugin code.
Run
npm run pack
again to update the zip.Upload the new zip to the Marketplace UI.