Editing your app no longer gets blocked by the checkout-complete route
Ten paying customers found that every single edit to their main app file was rejected — adding a route, renaming a variable, even rewording a comment — each attempt failed and burned credits. This blocker is fully resolved, and all app edits work normally again.
- You can freely edit any part of your app, including routes and imports, without hitting a false block
- No more wasted credits from edits being incorrectly rejected
Studio upgraders who were shorted credits have been made whole
191 people who upgraded from the $25 plan to Studio received 2,500 fewer credits than they were owed. The shortfall has been granted manually, and the underlying miscalculation is fixed so it won't happen to anyone going forward.
- Affected upgraders have already had their missing credits restored
- Future upgrades from any plan to Studio will credit the correct amount automatically
AI-generated app logic now reads your data lists correctly
In certain apps, the AI was writing data-fetching code using the wrong format, causing list queries to silently return nothing instead of your actual records. This is now caught and corrected so your app's data displays as expected.
- List queries in AI-built app logic now return the right data every time
- Fixes silent failures that were invisible in the editor but broke the live app
AI app generation is now significantly faster to deploy
Generating a new app previously involved long idle wait times during the build process. The underlying build pipeline has been reworked so generation kicks off sooner and completes faster — meaning you see your app ready to preview much more quickly.
- Faster turnaround from "generate" to a live preview of your app
- Reduced wait time with no change to how you build or publish
Live preview sessions stay active more reliably while you're editing
Preview sandboxes that went idle now wake back up more cleanly, and active editor sessions are kept alive with a wider safety margin so you're less likely to lose your place mid-edit.
- Fewer unexpected preview resets when returning to an app after a short break
- Active editing sessions are preserved more consistently during background maintenance