Skip to content

Plugin recipes

Use these recipes after completing Build your first plugin. Each recipe is based on a documented public capability and can be combined with the others inside one plugin.

GoalRecipe
Send product activity to analyticsTrack configurator activity
Highlight a preferred brandFeature a brand
Send a wheel to a customer product pageResolve wheel destinations
Apply customer-specific price displayCustomize pricing
Change approved startup presentationCustomize startup settings
Add curated content to the landing pageAdd a landing section
Present a trusted custom workflowOpen a plugin modal
Notify code on the embedding websiteBridge events to the host page

Combine recipes safely

Keep a plugin focused on one business responsibility even when it uses multiple capabilities. Use one stable plugin ID, keep deployment-specific values in typed options, and return cleanup for resources created outside the plugin API.

For exact type signatures, use the API reference.

Icon Visualizer developer documentation