Create a new thing
Discover how Bubble.io's "Create a new thing" feature empowers solopreneurs to effortlessly add and manage data in their no code SaaS applications, streamlining development and enhancing functionality without writing a single line of code.

Creating a Chatbot experience using Bubble & ChatGPT API
In this Bubble tutorial we demonstrate how to use the ChatGPT API to create an AI chatbot like experience in your Bubble app. We dive right the deep end of the Bubble API Connector, we have getting started videos for the OpenAI API on our channel already. This video shows one way to approach the challenge of formating the message history correctly in JSON so that your chatbot is aware of the message history and respond accordingly.

Let’s Build a No Code Invoice Web App - Part 1
Learn how to build a custom invoicing web app without any coding knowledge using Bubble.io in this step-by-step tutorial. Dive into the world of no-code development and create your own personalized invoicing system with ease.
Explore more of our no code tutorials
Discover more Bubble tutorials
Start building your No Code SaaS with Bubble.io & Planet No Code

Combining multiple AI prompts with UsePlumb.com
Streamline your AI-powered no-code app development process with Plumb's AI pipeline builder tool, making it easier to incorporate multiple AI features seamlessly into your Bubble.io app. With structured JSON outputs and efficient testing capabilities, Plumb is a game-changer for simplifying complex workflows.

Using JSON-safe with Bubble.io and the OpenAI API
This Bubble tutorial is a follow up to our ChatGPT chatbot video where we demonatrated to how create a conversation with the OpenAI API using GPT-3.5-turbo. This videos demonstrates an improvement to our initial chatbot by using the Bubble.io text modifier :formatted as JSON-safe. This can solve many of your JSON syntax errors and OpenAI API errors by correctly escaping punctuation and formating your text input.

Exploring Bubble No Code's Plugin Library - A Deep Dive!
Explore the wide array of plugins available in the Bubble.io library to enhance your no-code app with powerful functionalities. Discover how these plugins can take your app to the next level and overcome limitations, making your development process efficient and effective.

Bubble.io Date filter: Yesterday
Learn how to filter dates in Bubble.io by yesterday in this Bubble tutorial video.

Unlock the Future Integrating OpenAI Responses API into Bubble.io's API Connector!
Discover how to implement OpenAI's latest API changes in your Bubble.io applications! In this essential tutorial, we dive deep into OpenAI's new Responses endpoint and explain why it's becoming the preferred choice over the Chat Completion endpoint. Learn how to seamlessly update your no-code web apps to leverage OpenAI's latest features, including image processing, web search, and file search capabilities.

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.