I plan to use stripe connect for orders, can bubble handle it? how many concurrent users can each paid plan support? is there someone that works for bubble I can email? tyia
There’s no limitnon how many user at the same time your app can handle. Yes Bubble can handle it.
Yes, Bubble is fully capable of handling a QR menu ordering business, including the use of Stripe Connect.
The number of concurrent users is not a fixed limit set by Bubble’s pricing plans. Instead, performance is based on “Workload Units” (WU). Your app’s efficiency—how well you design your database queries and workflows—is the primary factor determining how many users you can serve. A well-built app can handle a significant number of users even on lower-tier plans. You can monitor your WU consumption and scale your plan as needed.
I’ve built a similar app, https://www.servedswiftly.com, so yes, Bubble can handle a QR menu ordering system. You can create menus, let customers add items to cart, and handle payments via Stripe Connect.
Concurrent users depend on your plan and how the app is built. Proper workflows, backend tasks, and database structure matter more than the plan itself.
For Stripe Connect, Bubble works fine with split payments and vendor accounts.
Bubble doesn’t have a public support email. Paid users can submit tickets, and you can also ask in the forum or hire a Bubble partner for help.
Thanks. That UI is beautiful, did you make it with bubble?
Yes, Bubble can work with Stripe Connect for orders and marketplace-style payouts.
Bubble does not set a fixed number of concurrent users per paid plan. It depends more on how complex your app is, how heavy your workflows are, and how well things are optimized. Higher plans generally handle more traffic, but there is no hard user cap.
If you want to contact someone directly, Bubble does not offer direct email support, but the Bubble forum and the Bubble Experts directory are the best places to get help from experienced devs and people active in the community.
That site is clealry a wix or squarespace template and the site itself (and socials) is a skeleton without a active backend.
nevertheless Bubble obv can handle all that you want to do..
The landing page isn’t built on Bubble. The actual web app is, and I’ve shared the link to help you understand all the features included in the app
This is the screen where restaurant owners create QR codes for each table.
Also attaching the mobile view where customers land after scanning the QR
I wasn’t referring to the landing page I meant the actual app with just showing a bubble unavailable page
Yes, I checked and it looks like the app is currently not on a paid plan
what is ur pricing? do you use stripe for payments? Gemini said stripe costs 500workload units… so Im curious how you profit
assuming 3k users per restaurant per month and 500WU per reach, does that mean Starter plan can barely have 1 restaurant?
assuming 3k users per restaurant per month and 500WU per each, could that mean Starter plan can barely have 1 restaurant??
You should ask Gemini how he can tell you that it’s cost 500 WU for stripe. This is not true and this is not that simple.
If you want to do calculation to estimate how much 1 user can cost, you should go there:
And do some math:
A) Cost of loading Main menu category
B) Cost of loading menu items in a category
C) Cost of creating cart and invoice
D) Cost of Stripe payment processing (that is mostly API call or server side actions)
E) Cost for your user to create menu, submenu and enter restaurant information
F) I guess probably a dashboard for some metrics
From my point of view, and something all built with Bubble + Stripe for payment, 1 restaurant user could cost probably around 10WU and your own user (restaurant owner) could cost 50-100 WU by day (but this one is harder to guess)
After that, the plan doesn’t really matter: you can add all WU you want to a plan. Check more about the features of the plan you need and the threshold when you should buy a higher plan.
Also, there’s lot of way you could save on WU if needed like storing data on external DB like Xano with client side request to fetch data or using tools like Jedi plugin…
do u suggest lowering WU using both jedi and xano at once?


