Instruction Video:
Watch this Loom walkthrough to see how the plugin works and how to use it in your Bubble app:
https://www.loom.com/share/31807fc8285e4f2bba6f7c830f2c530d?sid=2dcc9978-3ef5-47ef-b4dd-f23b1b0d5f9e How to use this plugin:
1. Install the Plugin in your Bubble editor.
2. Add the ‘Generate AI Logo’ action to your workflow.
3. Provide these inputs:
* Brand name (text)
* Color palette (text, comma-separated)
* Font style (text, optional)
* OpenAI API Key (text, dynamic)
4. The action will call OpenAI’s image generation API to create logos.
5. The action returns an array of logo URLs (`logos`), which you can display in your app using an Image element inside a repeating group.
6. Customize the prompt or number of logos generated by editing the plugin action code if desired.