In-App Popups for upgrade conversions

Hello Everyone,

I’m still looking for an in app popup plugin that is easy to implement where I can use it to try to get users to upgrade and increase conversion rates from free to paid upgrade. Does anyone recommend any good bubble plugins or solutions that help me easily implement plugins that will help with in app popups/notifications that I can have appear with a free user? If you have any experience or insight with this please let me know. I’m looking for something simple that will popup in app for free users to nudge them to want to upgrade. Or if you have any suggestions other than a popup plugin let me know.

For background: My app is a wellness app with a freemium revenue model - free to download but 2 paid upgrade options in app.

Thanks everyone!

Tom

You actually don’t need a plugin for this — Bubble already gives you everything you need natively. I’d always recommend avoiding plugins whenever possible to keep your app fast and maintainable.

You can just use a regular popup element and trigger it based on a condition. For example:

When the current user’s plan is “free” → show popup

From there, you can fully customize the popup with your upgrade message, pricing options, and even link it directly to your checkout or subscription workflow.

That approach is simple, native, and works perfectly for freemium upgrade nudges.

You don’t need a plug-in for this … user roles and conditions should do the trick

He’s looking to implement kind of in app popup controlled by external means.

Or you could just manage it using bubble’s native popup in combination of database indicating the popup should show up for all or some of the users on page load.

Feel free to DM me

@tommcgowanbusiness I assume your app is a native app, built with Bubble (no wrapper)? For your use case you can simply use a Sheet element, with conditons and workflows as others have mentioned.

If you want to give your sheet a popup-like feeling. You can set the sheet to Full height, Unscrollable, No background, and center a group inside the sheet.

For reference: