Hi Bubble community,
I’m building a mobile app where users speak their responses out loud and the text gets sent to OpenAI. I need a free or low-cost speech-to-text (microphone) solution that works in Bubble’s mobile editor.
Here’s what I’ve already tried:
-
Toolbox plugin (Run Javascript) — “Run Javascript” does not appear under Plugins in the workflow action menu when using the mobile editor. The plugin is installed and shows all its actions in the plugin page, but they don’t appear in workflows.
-
Native Mobile actions — no speech/microphone option exists there.
-
Ionic Elements plugin — installed but only has Toggle, Checkbox, Range, and Icon — no microphone.
-
Paid speech plugins — I’d prefer to avoid these if possible as I’m bootstrapping.
My questions:
- Is there a free way to access the browser’s built-in Web Speech API in Bubble’s mobile editor?
- Has anyone successfully used speech-to-text in a Bubble mobile app without a paid plugin?
- Is there a way to get Toolbox’s “Run Javascript” to appear in mobile workflows?
- Would a Web View element work for this, and if so does anyone have an example?
Any help or creative solutions would be hugely appreciated!
Thank you!