Scaling Process' Templates Setup
Here you will find some instructions on how to start your app based on a Scaling Process template you acquired.
Last updated
Here you will find some instructions on how to start your app based on a Scaling Process template you acquired.
Last updated
Before you begin, ensure that you have:
A Bubble.io account
Access to the Scaling Process template you acquired
Basic understanding of Bubble.io
After getting your template in the Bubble marketplace, go to and hit "Create an app" and select the desired template.
This function is only used for the template to be accessible without signing up. To remove the Demo Login, just delete the button related to it.
You can find another things related to the template demonstration by searching for the word "delete" in the Bubble Editor, both in the Design and Workflow tab, for each page.
Delete every element and workflow with this kind of warning on its name:
Go to your app's editor on Bubble >>> Styles >> Style variables and set your fonts and colors
Most of our templates use a "App Settings" data type, that is not protected by privacy rules and is used together with the "Styles" settings on Bubble to store things like the app name, colors, default fields, etc.
This data type should have only one item in the database, so don't create multiple entries.
You can create one if there is no data in this data type table or edit the existing one. Just go to your app's editor on Bubble > Data > App data > All App Settings end apply your brand's assets to it.
The standard action uses SendGrid as sender and the Bubble shared API key, which can work in most cases, but also can be have several deliverability problems. So, as the Bubble manual indicates, it should not be used in live version without a Sendgrid API Key set.
You can set your SendGrid API key going to the App Editor >> Settings >> Domain/Email >> Email settings an add your API Key.
The other way to send emails is to set an API with an email sending service. The one that you can find in some templates is SendGrid, using a plugin to do so.
See
Most of our templates use the , but some of them can include to send emails. In either case, you should create a SendGrid account and add your API key to the app.
Head out to for more details on this process or visit the to learn more about it.
Visit the to setup your SendGrid account and connect it to your app.
For that to work, use the same steps as , but also add your API key to the SendGrid plugin.