Turbo Data Faker — Quick Start Guide
Follow these simple steps to add realistic fake data to your Bubble app in just seconds:
Step 1: Add the Plugin to Your Page
Drag Turbo Data Faker from the Visual Elements panel onto your page.
Step 2: Set Up the Input Group
Drag a Group onto the page.
Inside the Group, add 4 Input fields.
Add 2 Buttons below the inputs.
Step 3: Bind Fake Data to Inputs
Set each Input's Initial Content like this:
Input 1: Turbo Data Faker's fake_name
Input 2: Turbo Data Faker's fake_email
Input 3: Turbo Data Faker's fake_password
Input 4: Turbo Data Faker's fake_number
Step 4: Configure the Buttons
Button 1 – “Recall”
Label: Recall
Set up this condition inside the Turbo Data Faker element:
When Button Recall is clicked → set Recall = yes
This will regenerate all fake data.
Button 2 – “Add”
Label: Add
Create a new thing in your database (e.g., “UserData”)
Set its fields like this:
Name = Input 1's value
Email = Input 2's value
Password = Input 3's value
Number = Input 4's value
This will store the generated data into your database.
Step 5: Test It Out!
Click Recall to generate fresh fake data.
Click Add to save it to your database.
Done!
Editor link :
https://bubble.io/page?id=testlpu&tab=Design&name=turbo_data_faker&type=page