Studio — declaration generator
The ShopiMind Studio is a visual generator — that produces the declaration JSON for your widgets and integrations, with a live preview of the merchant-side install wizard.
What it generates
- Widgets —
imageandhtml(render_mode: static) declarations: targets, fields (config_schema),{var=…}variables, translations, options, tab grouping. - Integrations — the full
integrationsrow: identity (name,slug,kind,version…), authentication / OAuth,webhook_secret+webhookseditor, installconfig_schema(flat fields or multi-step wizard withdepends_on/on_complete), and thewidgetsarray.
Copy the exported JSON and hand it to ShopiMind to register your integration.
Field reference
Every field is documented in Configuration and Widgets. The starter implements the server that receives the generated webhooks.