Payments dashboard redesigned — find anything in seconds
The payments page has been split into clear tabs (Overview, Apps, Payments, Withdrawals, Settings) so you're no longer scrolling through a wall of information to find what you need.
- Jump straight to the tab you need — each has its own shareable URL
- Search and page through your payment-enabled apps if you have many
- Identity verification, balance, and settings are no longer jumbled together
Dark mode in the code editor is actually dark now
Several parts of the code editor — the file list, header bar, and status bar — were showing near-black text on a dark background, making them unreadable. All fixed.
- File tree, header, and status bar text are now fully readable in dark mode
- The credit info tooltip is also readable in both light and dark themes
Double-charging bug on recurring plans fixed
Customers signing up for a recurring paid plan inside your app were incorrectly being charged twice on their first payment. This is now fixed — only the correct amount is charged at signup.
- First-payment amounts on monthly and annual plans are now correct
- Prevents failed or disputed charges from confused customers
- Applies to all recurring plans you've set up
Mobile navigation restored on the landing page
The main navigation menu was completely invisible on phones and tablets. A mobile menu with a hamburger icon and slide-in drawer has been added so visitors can actually navigate the site on mobile.
- Navigation links and sign-in buttons are now visible on all screen sizes
- Smooth slide-in drawer for mobile visitors
Links no longer turn bright green in macOS dark mode
A style conflict was forcing all navigation and dashboard links to render in vivid green when your Mac was set to dark mode, overriding your app's own color theme. That's been corrected.
- Your app's link colors now display correctly regardless of your OS appearance setting
- Your theme toggle works as intended again
AI-built pages now appear in your editor immediately
When the AI generated new pages for your app, they wouldn't show up in the page selector until you did a full browser refresh. New pages now appear automatically as soon as they're created.
- Switch to any newly built page straight from the editor toolbar
- No more hard refreshes needed mid-build
- Works for brand-new apps being built from scratch
"You already have access" notification no longer appears on every page
A notification toast was incorrectly popping up on nearly every page load for logged-in users. It now only appears when it's actually relevant.
- No more repetitive "you already have access" messages while browsing your dashboard
Chat history and progress are fully preserved after a lost connection
If your editing session disconnected mid-build, clicking 'Continue' would lose your conversation history and show garbled progress messages. Resuming a session now picks up exactly where things left off.
- Full conversation history stays intact after reconnecting
- Progress summaries no longer appear as visible chat messages
- No repeated or bloated context building up in long sessions
Sign-in screen layout fixed when fewer login options are enabled
When only two login options (like Google and Apple) were turned on, the sign-in screen had an awkward gap where a third button would have been. The layout now adjusts cleanly to match however many options are active.
- Sign-in screen looks polished whether you have 2 or 3 login options enabled
Credit usage tooltip now clearly shows app vs. team totals
The credit indicator in the editor was showing numbers without explaining whether they applied to the current app or your whole team. Labels now make it clear at a glance.
- Today and This Month figures are labeled as being for the current app
- Balance is clearly identified as your team-wide total
- No more confusion between per-app spend and overall account balance
App buttons and roles settings work again
Two buttons on the app dashboard — saving user roles and opening app settings — were silently broken and doing nothing when clicked. Both are fixed.
- User role changes save correctly
- App Settings opens as expected
- No error messages or page reloads required
Dark mode stays consistent throughout your editing session
The editor's dark theme would sometimes partially reset — leaving some parts of the screen light and others dark — especially after the AI sent updates. The theme now stays in sync for the entire session.
- No more mixed light/dark rendering in the editor
- Theme holds steady through long AI build sessions
- Works correctly when the AI streams multiple updates
Loading screen and Enter-to-submit restored in the app builder
Two regressions on the builder page were fixed: the 'Creating Your App' loading screen wasn't appearing, and pressing Enter in the prompt box wasn't submitting. Both work correctly again.
- 'Creating Your App' overlay reappears when you kick off a build
- Press Enter to submit your prompt — no need to click the button
- Works on both the dashboard and the main builder page
Notification and profile menus no longer open at the same time
Clicking the notification bell while the profile menu was open (or vice versa) left both menus visible simultaneously. They now correctly close each other, and clicking anywhere outside dismisses them.
- Only one dropdown is ever open at a time
- Click anywhere outside to dismiss — works as expected
- Cleaner navigation experience across the whole account area
Tall pop-ups no longer run off the screen
On laptops and smaller screens, some pop-up windows were taller than the screen and couldn't be scrolled or closed properly. They now fit within the screen and scroll internally.
- All modals are capped to your screen height
- Scroll through long content inside the pop-up without losing the close button
- Fixes on both the main dashboard and builder views