Setup Guide

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 template 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.
Image without caption
After you've selected a template 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.
Image without caption
After the application has loaded, you'll see the bubble assistant on the left side for New Application. You can close it or follow the assistant steps to adjust different settings.
Image without caption
Now you're ready to go and dive into Bubble no-code development toolset.
Image without caption
Congrats! You have successfully created a Bubble app based on your template. Now, you can proceed with the setups.

API Connector

This template is using API Connector to get data about our other templates, which are displayed in a repeating group on the index page.
To remove it from the template, remove:
  • the related API calls:
Image without caption
  • Group Template element from the index page:
Image without caption
  • delete the workflow that starts “When page is loaded”:
Image without caption

Remove Demo Login

This template comes with demo logins 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.
The template is using single demo login: Demo User, which will also allow you to access the admin panel (but with restricted rights).
1. Go to the Header reusable element page, and delete the following "Demo user" and "Admin" buttons:
Image without caption
2. Go to Signup Login reusable element, and delete the following "Demo" buttons:
Image without caption
Admin: See the instructions on how to grant Admin Rights in your template.

Remove Banner

This template comes with a promotional banner above the Header element. Feel free to remove it from your app.
⚠️
Banner: See the instructions on how to remove the Rapid Dev Banner in your template.