This guide is the beginning of the documentation with the built-in Notes for the database. Will help you gain a better understanding of how the template and Bubble works.
Starting with the Template
Once you have bought or added a block to your account, you will see a dropdown in the New Application popup that lets you pick a template as the basis for the new application.
Note: This can only be done when you create a new app.
After you've selected a block you bought, complete the other fields with necessary data (i.e: Name of the new app, What kind of application you are building, etc) and press Create a new app.
Tip: A template isn't a theme for your app, but a pre-built set of elements and workflows. You can modify the template as you would modify another app.
Wait for Bubble to load the application with all the data.
After the application has loaded, you'll see the Component library on the right side for New Application. You can close it or follow the assistant steps to adjust different settings.
Congrats: You have successfully created a Bubble app based on your template. Now you're ready to go and dive into Bubble no-code development toolset.
API Connector
For ensuring the key features, this template is using third-party services. There are some data calls that require API Keys configurations in order to function properly.
These services are:
- Stable Diffusion API - please create an account on https://stablediffusionapi.com/dashboard. Then, generate a new API key in the API settings. You can subscribe to a plan that offers more attempts to generate images (the free trial provides 20 images only). Next, in the Bubble API settings, replace the existing key in the provided fields with the API key you’ve generated.
Note: Besides changing the Stable Diffusion API API key, please do not delete or edit other indicated values, unless you are sure of what you are doing.
For the final step, which is making the 'Waiting Image' call, you need to generate an image first.
Then, go to the database, retrieve the image's ID from the
id
field of the Generated Content
data type, and enter it in the 'ID' field of the call. Additionally, don't forget to add the API key.- Audio AI - please create an account on https://beta.elevenlabs.io/. Afterward, you can proceed to the profile settings and generate a personal API key. The trial plan allows them to use this API for up to 10,000 characters, but users have the option to subscribe to another plan to increase the limit. Once the API is generated, users should enter it in the related field.
API Connector: find out more on how it works here: https://bubble.io/video/intro-to-apis--the-api-connector
Full OpenAI GPT-4
In order to make the chat features (chat, summarize, and text generator) work properly, it is required to configure the Full OpenAI plugin within your Bubble editor.
Full OpenAI GPT: See the documentation on how to set the Full OpenAI GPT-4 plugin in Bubble.
Remove Demo Login
This template comes with demo accounts and demo buttons for testing purposes, which do not require a full sign-up process in order to test the platform features. Feel free to delete these login options in your app.
Tip: Please note that deleting the demo buttons will delete the button workflows as well. Removing these demo options doesn't affect any other aspect of the template.
In order to delete demo items, follow the instructions:
- on the Sign_up reusable element, find and delete the Demo login buttons.
Remove Banner
This template comes with a promotional banner above the Header element. Feel free to remove it from your app.