Hi everyone,
This is the March community update. You can read February’s update here.
We spent a lot of the last few weeks updating our roadmap in partnership with Brian, our new VP of Product. (If you haven’t read his intro post from November, check it out here — it gives a lot of context for how he thinks about product and what drew him to Bubble.) Today, I’m excited to share it with you in the “looking ahead at Bubble’s roadmap” section below.
The short version is that we’re hyper-focusing on three areas: AI as our primary focus, with mobile and the core editor experience following closely after. In fact, you’ll see those focus areas clearly reflected in the work we completed in February and have already started working on for March.
Let’s get into it.
What we shipped last month
AI
A big one: We upgraded Bubble AI’s app generation capabilities to Claude Sonnet 4.6 the same day Anthropic released the model. This was especially exciting for the team — we got to work with Anthropic to test the model and give feedback before the public release. Sonnet 4.6 brings some distinct style improvements to app generation that make that initial wow moment a lot more compelling. You can read more and see side-by-side comparisons of generations before and after the upgrade here.
Also, the team shipped some improvements to how prompts, caching, and parallel pipeline steps work in the background that made app generation 2x faster than it was before.
We also shipped a number of updates to improve the AI Agent experience: the Agent now anchors to the bottom right of the window, has a refreshed design that’s easier to follow, and renders rich elements in its responses so you can click directly from the chat to the relevant page in your app. We also reduced false positives (when the Agent claims it made a change that it didn’t) and improved how it creates UI components based on your app’s existing styles and layout best practices. See the welcome experience updates here.
If you typically build without Bubble AI — or haven’t tried it in a while — I’d encourage you to give it a go. You can start by building a new app from your homepage and selecting Create with AI.
Mobile
Native mobile apps built on Bubble now run on the newest React Native architecture, which brings improvements to startup time (especially on Android), scrolling, and animations. If you have a live build, you’ll need to submit a new build to the app store(s) to get the upgrade. Read more here.
We also shipped an update that improves image loading time for high-quality images by automatically condensing them to 1080p — about a 60% reduction in load times, especially noticeable on weaker cell service. Read more here.
Editor
Now that the API Connector lives in its own tab, we’re focused on shipping improvements to make it easier to use. This month we started with a hover menu on collection names for quick actions like cut, copy, paste, and renaming; a notes feature for collections and individual calls; and search and drag-and-drop reordering. Read more here.
We’re also continuing improvements to the redesigned property editor based on your beta feedback. The big one: You told us that popovers were feeling like overload, so now only one can be open at a time (with a few exceptions, like the color picker), and they close automatically when you switch tabs or click outside. We’ve also made inputs full-width and stacked for easier scanning, and tooltips now appear after a short hover instead of instantly. Full list of recent changes here, and there’s another update scheduled for this week.
What we’re working on next
AI
-
Improvements to Agent response UX: In addition to improving the initial welcome experience, we’re planning to ship updates to how the Agent responds to edit requests to make its responses more legible and interactive. We’re also bringing “undo” functionality directly into the Agent to give you even simpler controls. Look out for those by next month’s update.
-
Improvements to dynamic expression generation: Expressions are foundational to how Bubble works — they connect your frontend UI to your data and logic. Better expression generation means better Agent edits across the board. That v2 release is planned for April.
Mobile
-
Magic login links: Later this week, we’re planning to launch support for magic login links for mobile apps without requiring a web app. This is a critical feature for enabling app authentication without a password — typically a much better user experience. Before this update, you could build a magic login flow for native mobile users, but it required a web app. Once it goes live, the Send magic login link workflow will give you an option to select a mobile view. Keep your eyes on the forum for that announcement.
-
Mobile plugin editor: We’ve been alpha testing the mobile plugin editor and are almost ready to open up access to more developers in beta so they can build features that our mobile editor doesn’t yet support. We’re on track for that to happen in April.
Editor
- Property editor beta: In addition to the popover improvements already released, the property editor team is working on putting dynamic expressions back in-line instead of automatically expanding them into a popover. We’re also improving hierarchy and visual contrast to make the whole thing easier to scan. These updates are released on a rolling basis. As a reminder, you can access the updated property editor in your app settings — if you turned it off on initial release, I’d encourage you to give it another try and let us know what you think.
Looking ahead at Bubble’s roadmap
As I shared in January, we’re going all in on AI. Impressive, seamless AI experiences are table stakes for new users discovering us for the first time, which matters because growing the next generation of successful builders strengthens the entire ecosystem. The more high-quality apps that get built, launched, and scaled on Bubble, the more opportunities there are for agencies, experts, template creators, plugin developers, and power users to thrive.
So our goal is simple: We want that first app creation moment to feel magical. And when builders move into the editor, they shouldn’t stall — they should feel ready to keep going. That means continuing to make Bubble AI and the Agent best-in-class while also investing deeply in mobile and the core editor experience. We are also continuing to work behind-the-scenes on platform reliability and scalability, with a special emphasis on making sure our Dedicated offering is reliable and scales affordably with our customers.
So, here’s what Bubble is focusing on for next few months:
AI
-
AI Agent for non-AI apps: A lot of you have asked about getting Agent access in apps that weren’t originally generated with AI, and we’re actively working on it. The first phase is Agent access in new blank apps and templated apps. Rolling it out to existing apps is the next piece of that puzzle — we’ll be working closely with select Bubble Ambassadors and Gold tier agencies to begin testing by April.
-
AI Agent compound edits: We’re working on giving the Agent the ability to make multiple changes at once. This is more in line with how people actually interact with the Agent — you want to prompt full features, not piece together UI, then data, then logic separately. We anticipate that release will be out in May.
-
Self-correcting AI Agent: Right now the Agent doesn’t do a great job of checking its own work, which limits how helpful it is for complex tasks. We’re evolving the Agent’s reasoning and observation capabilities so that it’s better at recovering from mistakes and implementing what you’re actually trying to build. Part of this initiative also includes integrating access to the issue checker. That work is slated to be complete by June.
-
Remixes: Start from a templated base app, then choose your customizations before generating. We’re aiming to have the first version of that feature out by May.
Mobile
-
Deep linking via mobile push notifications: Besides in-app purchases and the mobile plugin editor, this is our most requested mobile feature. Deep linking lets you direct your user to a specific view in your app, rather than just opening to the home screen. This work will add a Navigate to input to the existing push notification workflow. We’re targeting April for that.
-
Extending Agent capabilities to mobile apps: Right now you can use Bubble AI to generate mobile frontends, but we want the Agent experience for web and mobile to reach feature parity. We’re working on giving the Agent the ability to edit UI, workflows, data, and more on mobile. Expect updates on a rolling basis, similar to how we’ve been shipping Agent capabilities for web, into late spring and early summer.
-
Automatic keystore file generation: Google requires you to generate a keystore file during the app connection process, and right now the only way to do that is through your terminal — a pretty technical ask. Automating that on your behalf should make mobile builds and submissions significantly easier. We’re aiming for early summer for that release.
Editor
-
Native JSON support: Right now, when you connect to LLMs via API calls and return structured data in JSON format, it can be hard to use that data in Bubble workflows. We’re hoping to ship a solution that makes it easier to parse JSON natively sometime in June.
-
In-context API and dynamic expression generation: We’re still shaping the exact experience, but the goal is to create entry points that make it easier to generate API calls and write dynamic expressions in context in the editor — two big stumbling blocks for less technical users building agents and other AI-powered apps. We expect that to be in your hands by the start of summer.
If you have questions about this or anything else I’ve shared today, you can bring them to Emmanuel’s next live AMA on Wednesday, March 11 at 12 PM ET — he’s excited to chat about the roadmap with you all there.
In case you missed it
Don’t miss the latest episode of our podcast, The New Build. We talked to Vai Singh, who built Turing App on Bubble after growing his YouTube audience to 50K+ subscribers. Subscribe on YouTube, Apple, or Spotify — the next episode is coming out tomorrow!
And check out these two spotlights come from Launch Lab — our program for builders who are close to launching and want hands-on support getting there:
-
Ten Points was built by a school leader and an enterprise tech guy — neither of whom wrote a line of code. They iterated directly with partner schools to build a platform that brings behavior recognition and wellbeing support into one connected daily rhythm, now used by hundreds of students every day.
-
Pawshare Club is a community-powered pet care network connecting local owners through shared sitting, walking, and playdates, with a reward points system that keeps exchanges fair. A bootstrapped dog owner in Australia built the support network she wished had existed — 377 users and real transactional revenue since launching in August 2025.
Built something on Bubble you’re proud of? Share your story with us — we’re always looking for builders to feature.
New hires
We had four new people join the team this month, mostly on the engineering side. Welcome to Emre is a Senior Engineer on the platform team (same as Glenn and Simon); Glenn and Simon, senior software engineers on Platform; and Rain, a technical success specialist.
If you’re in the job market, make sure you check out our open roles — there are a lot of them!
That’s all for this month.
— Josh and Emmanuel


