Toast Notifications
Discover how Toast Notifications in Bubble.io can enhance your no-code SaaS app's user experience, providing solopreneurs with a powerful tool to deliver timely and engaging updates to their users without writing a single line of code.

Add Stunning In-App Notifications in 1 Minute
Improve your UX with beautiful in app notifications.

Handling Duplicate User Sign-ups with Toast Notifications
In this Bubble.io tutorial we demonstrate what happens if a user tries to sign up to your Bubble app but there is already an account with that email address. We'll teach you how to handle Workflow errors and improve your Bubble app's UI using Toast notifications instead of browser alerts.

OpenAI & Bubble Tips - Beautiful error handling
In this Bubble tutorial we demonstrate how you can replace the ugly browser alerts when OpenAI responses with an error. We explain how you can replace this error with an beautiful in app notification and send an email to your tech team with the error details.
Explore more of our no code tutorials
Discover more Bubble tutorials
Start building your No Code SaaS with Bubble.io & Planet No Code

How to extract YouTube video ID from a YouTube link
In this Bubble tutorial we demonstrate how to extract a YouTube video ID from a full YouTube URL. This video includes how to factor for YouTube shortened links and the presence of additional data (query strings) within the YouTube URL.

Bubble pirate translator with OpenAI
In this Bubble.io tutorial we demonstrate how to use the OpenAI API with Bubble for no-code AI text generation using the slightly silly example of a English to Pirate text translator. 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.

Instant Scroll to Top without animation
Learn how to optimize your Bubble.io one page app by implementing a simple JavaScript solution to address the scroll to top issue when changing custom states.

How we're building No Coders on Reddit with this automation [Behind the Scenes]
Ever wondered how we provide detailed answers to Bubble.io questions on Reddit? In this behind-the-scenes look, we reveal our innovative semi-automated system that combines AI technology with our extensive Bubble.io knowledge base. Using RSS feeds, advanced AI, and vector database technology, we've created a powerful solution that matches Reddit questions with relevant content from our library of over 500 tutorial videos and courses.

How to split and save OpenAI response Part 2
In this Bubble tutorial we'll demonstrate how to split text generated by OpenAI / ChatGPT and save each part of the AI generated text as a new entry in our Bubble database.

Bubble Security Tip - Protect pages from logged out users
In this Bubble tutorial we demonstrate an essential Bubble security tip by answering the question how can I protect a page from logged out users?