Account menu now fits neatly inside the sidebar
The account menu no longer spills outside the sidebar panel when you open it. Everything stays clean and aligned, exactly where you'd expect it.
- Account menu popover stays within the sidebar boundaries
- Cleaner navigation experience with no overlapping elements
Your app's scheduled reminders & tasks now actually run
Scheduled tasks — like daily digests, push reminders, or timed automations — were silently doing nothing on published apps, even though they appeared to work during preview. They now fire correctly once your app is live.
- Reminders, recurring tasks, and timed automations now run reliably on your published app
- No more 'works in preview, broken in production' surprises for anything time-based
- Existing published apps will pick up missed scheduled work automatically
Scheduled notifications now deliver reliably after republishing
Apps with scheduled tasks that send in-app notifications will now correctly deliver those notifications after you republish — no more silent drops for tasks set up before a recent update.
- Scheduled tasks that send notifications now work correctly after every republish
- Existing tasks are automatically brought up to date — no manual fixes needed
- Notifications reach your users as intended, on the schedule you set
Remixed apps can now be published without hitting a dead end
Apps built by remixing an existing project were blocked from ever going live — every publish attempt failed with a vague error and a suggestion to retry that never worked. Publishing remixed apps now works exactly like any other app.
- Remix your favorite starting point and publish it to the world without issues
- The publish button now gives you honest feedback if something genuinely needs your attention
- No more infinite retry loops on projects you built from a remix
Generated apps no longer ship with a stranger's name in the sidebar
In some multi-user app templates, a fabricated business name and account details were being hardcoded into the app's navigation — meaning your customers could see someone else's identity instead of their own. Your app now always reflects the real logged-in user.
- User-facing sidebars and navigation now always show the correct account name
- No more phantom business names appearing in apps you share with clients
- Multi-tenant SaaS apps show each user their own information
Blank white screen on freshly generated apps is fixed
Some newly built apps would load completely — but show nothing but a white screen, with no error message. A hidden style was keeping all content invisible and never revealing it. Pages now appear correctly as soon as they load.
- Your generated app's pages are visible immediately on first load
- No more sharing an app link only for your client to see a blank screen
- Animations and fade-in effects on page elements work as intended
Custom endpoint actions now work with form posts, file uploads & more
Custom actions in your app could only receive data sent as structured JSON — anything sent from an HTML form, a file upload, or a third-party service would arrive completely empty with no way to recover it. All common data formats are now supported.
- Form submissions, file uploads, and third-party service callbacks now reach your app correctly
- Build integrations that accept data from a much wider range of sources
- Raw request content is also available if you need to handle unusual formats