Which Paid plan for two front-end only websites ( Admin and User )

Hello,

I am using bubble as front-end only and I develop the back-end using .NET. Basically I want to have two bubble apps (two domains, one for admin and one for users) which point at two different backends ( 2 Api-Gateways). My question are :

  1. Can I do it with personal plan ? so for example If I create two different app and set different domain am i going two pay double (for 2 personal plans)?

  2. Would I be able to connect the 2 Bubble apps with two personal plans using the Bubble App Connector or it is only for production Plan ?
    For example to implement a a chat system between user and admin.

  3. Production plan which, btw is out of my budget, but which has main + subapps. Would it be what I need and would each sub app a different app in the below page ? and would I need to connect them with the Bubble App Connector ? Did I got it right ?

Thanks for the patience, I understand they are a lot of question but hopefully I formulated them well enough

Why don’t you use one app and separate data based on current users role?

I have a “Staff Panel”. It can only be opened if a user has a “Staff Key” attached to their account with the role “Moderator” + “Admin” + “Staff”.

If a user goes to it without a key, they get a 404. If they do have a staff key, the content is filtered based on their role.

This will reduce the amount of money you need to spend (bubble apps can handle this), and drastically improve your website workflow.

P.S. For my site, all my menu links or staff content is API based. You can only retrieve the information if you have a key, and it only displays the content you have available.

1 Like