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
Congrats! You have successfully created a Bubble app based on your template. Now, you can proceed with the setups and dive into Bubble no-code development toolset.

Payments

Card payments in this template are powered by Stripe using the default card checkout providing a secure environment for users.
To set up your Stripe account, go to https://stripe.com, and create an account.
Note: You will be allowed to access your dashboard once you have successfully verified your email address and activated your account.
1. The first step is to configure the Stripe dashboard, and the Stripe plugin within your editor.
⚠️
Payments: See the documentation on how to set Stripe Payments in Bubble App.
2. The second step is to configure the API Connector plugin within your editor.
Go to Plugins -> API Connector -> Stripe CUSTOM API and hit to expand it, here:
Image without caption
The API will expand, where you will be able to configure it with your own API 🔑keys, here:
Image without caption
⚠️
Add Bearer keyword in front of the keys values. And remember to change to Live keys when you decide to go live with your app.
Stripe CUSTOM API has 4 action calls:
  • Retrieve a customer - used to get the details of a Stripe customer.
  • Create a transfer - this is used to send the money to a freelancer that completed a job. When a Client/Employer pays for the project, the money lands on the platform account for keeping, and when the job is done - the money is transferred to the Freelancer.
  • Retrieve balance - used to retrieve the Stripe balance of the platform which is displayed in the admin panel.
  • Create a refund - used to create refunds to the Employer/Client.
  • Get Payment - used to retrieve data about bank cards used for payment on the employer page.
To initialize the "Get Payment" data call, it is required
  • to insert any bank card id registered within your Stripe dashboard in the value field:
Image without caption
Image without caption
  • to save the inserted value - reinitialize the call, and press “Save”:
Image without caption
💡
Tip: Genuine card information cannot be used in test mode. Instead, use test Stripe cards credentials.

AI Chatbot Integration

A new feature that is powered by the Cerum Flow platform.
This allows your application to have an AI-powered chatbot, that will answer any customers’ questions, within the framework of uploaded content.
💵
Please note that this is a paid feature, thus, to use it within your app, a paid subscription to the Cerum AI platform is required! Find the subscription plan pricing available here: https://www.cerum.ai/flow
⚠️
Chatbot setup: See the documentation on how to set the AI Chatbot in Bubble App.
If you don't need this feature within your app, feel free to remove it. In this case, delete the:
  • Chatbot window on the index page:
Image without caption

Google Plugin

To make the Sign in with Google option work properly, it is required to configure the Google plugin within your Bubble editor.
Google: See the documentation on how to set the Google Plugin in Bubble.

Facebook Plugin

To make the Sign in with Facebook option work properly, it is required to configure the Facebook plugin within your Bubble editor.
Facebook: See the documentation on how to set the Facebook 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.
The template is using 3 demo logins, for: Demo Freelancer, Demo Client, and Demo Admin.
1. Go to the login page, and delete the following "Demo Freelancer" and "Demo Client" buttons:
Image without caption
2. Go to the Header reusable element, and delete the following Admin-related buttons:
Image without caption
⚠️
Admin: See the instructions on how to grant Admin Rights in your template.
💡
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.

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.