Multiple PWAs in one application. Possible?

Hi All,

Would you know if I can have multiple PWAs within my application in Bubble?

I have different personas and I want to make different apps for them e.g.

https://beegle.app/app (Main app. For customers)
https://beegle.app/beeglepro (App for service providers)
https://beegle.app/beegleplus (App for customers but for some special cases which require separate login etc.)

From what it seems I can as such have three PWAs in my application as per PWA architecture. But that requires that all the pages for these three apps should be in their respective folders. But Bubble doesn’t seem to have a folder structure in pages (as I understand). Because of that all the pages of all the apps are coming in root itself and hence PWA criteria is breaking.

Wonder if I have understood it correctly, and if it has a solution.

Thanks,
Mukesh

Hey @mghatiya,

did you find a solution to your problem ? I would also like to have multiple PWAs in my app.

Thanks
Yvain

Yes I do have multiple PWAs in my application now. Though after that earlier post of mine, I had moved on to creating actual apps itself while opening the PWA within the app. So that way, it doesn’t matter whether they were PWAs or not. People download the app from playstore and inside it a webpage opens.

Let me know what challenges are you facing in having multiple PWAs. Folder structure bit can be solved by having folders in filepath names. Other than that all PWAs will have to be in root folder only and that would be a problem if that concerns you. What that would mean is that if you’d like certain URL to open in certain app, that won’t be possible. Or at least I couldn’t make that happen.

1 Like

This is 100% possible in bubble and the limit is none. Keep database names organised, so you can get everything in one place. To manage users & customers, create a user type in USER database.