Plugins
Discover how Bubble.io plugins can supercharge your no-code SaaS journey as a solopreneur, enabling you to add powerful features and functionality to your Bubble app without writing a single line of code.
How to summarise a whole conversation with AI in Bubble.io
Learn how to add a "summarize" button and generate a conversation summary using OpenAI API in your Bubble.io chat application. This quick tip will help you present condensed information to your users with ease, making your no-code development process even more efficient.
How to transcribe an audio file - Whisper API by OpenAI
In this Bubble tutorial we explain how to set up the Whisper API Speech to Text tool by OpenAI with your Bubble app. This will get you started creating an app that takes an audio recording of speech and transforms it into text.
How to use keyboard shortcut navigation with a table in Bubble
In this Bubble.io tutorial we demonstrate how to nagivate up and down a table using the up and down arrows on a keyboard. This Bubble tutorial shows how to use custom states to track the selected row of a repeating group and change this selection with the arrow keys. The plugin used is Air Keyboard Shortcut by Zeroqode.
How to use the Air Copy to Clipboard plugin
Did you know it's really quick and easy to add a copy to clipboard button to your Bubble app? And I'm going to show you how using the Air Copy to Clipboard plugin by Zeroqode.
How to use the Star Rating element in Bubble.io
In this Bubble.io tutorial video we demonstrate how to use the Star Rating visual element in Bubble. This video includes how to install the Star Rating plugin, display it on a page, store a rating value from a user in the database and retrieve that value when the page reloads.
How to: Timezone Dropdown with API
In this Bubble tutorial we demonstrate how to use the timezoneDB API to get a list of timezones and display this list in a dropdown for your Bubble app users.
Explore more of our no code tutorials
Discover more Bubble tutorials
Start building your No Code SaaS with Bubble.io & Planet No Code
Bubble.io Beginners - How to create a new database entry
In this Bubble tutorial for beginners we explain how you can create new entries in your Bubble database using a form. We use the Create new thing workflow action to create a new contact using 2 input fields.
No-code Social Media Post Scheduler
Learn how to incorporate scheduling features into your Bubble.io app with this tutorial. Discover how to set up a post scheduler with a user-friendly interface, perfect for building social media scheduling apps without a single line of code.
How to fix the OpenAI Error HTTP 400 in Bubble.io
This Bubble tutorial video demonstrates how to fix OpenAI HTTP 400 in your Bubble app and even prevent error HTTP 400 from happening again.
How to Split OpenAI response
In this Bubble tutorial we'll demonstrate how to split text generated by OpenAI / ChatGPT into multiple cells in a Repeating Group. Using the Air Copy To Clipboard plugin by Zeroqode we'll explain how to copy a single cell's content from a repeating group to the user's clipboard.
Bubble.io Date filter: Today
Learn how to efficiently filter a list of items in a Bubble.io database to showcase events happening today with this helpful guide for no-code enthusiasts.
Explain like I am 5 AI text generator built with Bubble.io using OpenAI
In this Bubble.io tutorial we demonstrate how to use the OpenAI API with Bubble for no-code AI text generation to create a tool that takes text and then explains the content of the text in the language a 5 year old would understand. We show up to succesfully make an API request to OpenAI using the Bubble API Connector and show the returned text on a page using Custom States.