April 13, 2026
New features and improvements
Add music to your apps
Macaly can now generate music and audio directly inside your project. Describe what you want — a background track, a jingle, a specific mood — and the agent creates it, or go a step further and build an app that lets your users generate their own songs.Improvements
- Chat cards on the home page now have a dropdown menu with quick actions like pin, rename, duplicate, and delete
- The in-app pricing page has been redesigned with a clearer layout and a side-by-side feature comparison table
- Sending a new message while the agent wraps up its previous response no longer shows an error
Bug fixes
- Fixed an issue where the agent’s response would freeze on mobile devices, especially when switching apps or locking the screen
- Fixed interactive agent actions sometimes getting collapsed and hidden in the chat
March 30, 2026
New features and improvements
Generate videos from a prompt
Macaly can now generate videos from text descriptions or reference images. Generated videos are saved directly to your files so you can use them anywhere in your project. The video generation feature can also be used by the websites and apps you build.
Improvements
- Typing in the chat input is noticeably snappier and the agent recovers better from unexpected disconnections
- The preview pane now shows a subtle “waking up” badge instead of a full-screen loading overlay when you return to a tab
Bug fixes
- Files uploaded on the home page before starting a new chat are now correctly saved to your assets
- Deleting an image from your assets no longer leaves broken image references in your chat history
- DNS setup instructions for custom domains now show the correct step numbers and clearer record names
- Apps that use the microphone now work correctly directly inside the preview pane
March 18, 2026
New features and improvements
Redesigned billing, plan management, and credit top-ups
Managing your subscription is much clearer now. We redesigned the billing page so you can track your credits, download invoices, and change your plan from one place.Check out the Plans and credits documentation to see exactly how it all works.
What changed
- The billing page is now completely redesigned and split into two tabs: Plan & credits and Invoices
- You can now buy one-time credit top-ups to keep building without upgrading your overall plan
- The credit counter was moved from the user menu into a new badge right inside your chat input
- Free plan users now get a 3 million credit monthly cap with no daily limits
March 13, 2026
New features and improvements
Ask Macaly about your site’s traffic
Macaly can now read your website analytics. Ask things like “how many visitors did I get this week?” or “what are my top pages?” and the agent will pull the numbers and explain what they mean.Rename your Macaly subdomain by asking
You can now tell Macaly to give your project a better URL. Just say something like “rename my subdomain to something nicer” and the agent will suggest and apply a new one. It knows where your site is published and updates it directly from the chat.Give your apps a voice
Macaly can now generate spoken audio from text. Describe what you want narrated and pick a voice style, and the agent produces an audio file. Use it to add a ‘listen to this article’ player to your blog, build audio flashcards, or create interactive voice onboarding flows.Improvements
- The live preview now automatically recovers when the development server crashes or restarts during a build
- The SEO setup flow now gives unconfigured projects a clear starting point and automatically generates a favicon and social image during setup
- The chat mode switcher shows the active mode and a short description
Bug fixes
- AI-generated images now get descriptive, unique filenames based on your prompt instead of all sharing the same generic name
- Older published projects now display the correct live URL in deployment settings instead of occasionally showing the wrong subdomain
March 6, 2026
New features and improvements
Track your usage and credits
The Usage & Limits panel now shows a clear breakdown of how your credits are being spent by skill and by project. A progress bar tracks your monthly total so you always know where you stand. This makes it easier to manage your budget as you scale your tools.
Add voice and audio to your apps
Macaly can now add a transcription step to the tools you build. Use it to create a meeting note taker, a voice-to-text dashboard, or a tool that turns voice memos into blog posts. Just describe how you want to handle audio and the agent will set it up to process files or public links.Better images with Nano Banana 2
The agent now uses the Nano Banana 2 model to generate and edit images in your projects. When you update an existing image, Macaly automatically detects the right aspect ratio so the new version fits perfectly into your design.Improvements
- The error panel now surfaces only what’s actually worth fixing
- Favicon uploads now support more file formats (e.g. JPG, PNG)
Bug fixes
- Long conversations with lots of screenshots are now more stable
- Custom logos now stay the correct size across your app instead of occasionally displaying too large
- The welcome screen is no longer blocked by a stray error message when you start a new chat
February 27, 2026
New features and improvements
Turn any YouTube video into content
Paste a YouTube link and Macaly will watch it for you. Use what it learned to build a page, write a blog post, structure a FAQ, or anything else based on what’s in the video - without rewriting everything from scratch.
Add AI to your own app
Macaly can now make your app smart. Ask it to add a chatbot, automate responses, or generate content. Just describe how you want to use AI in your project and the agent handles the rest.Improvements
- We simplified the workspace, and settings for API keys, domains, and usage are now all in one place
- A new Send Feedback button lets you report bugs or share ideas directly from the app
- GitHub is now accessible via the + button in chat (Pro)
February 21, 2026
New features and improvements
Message queues
You can now send messages while the agent is still working. Messages are added to a queue and the agent picks them up automatically once it finishes the current task. Just type and send as you normally would — no need to wait.Sonnet 4.6
A new, more affordable model is now available. You can switch between Sonnet 4.6 and Opus in your settings, depending on whether you prefer lower cost or maximum capability.Keyboard shortcuts
- New
Cmd + .shortcut to switch between build and plan mode - New
Cmd + Shift + Spaceshortcut for voice input - Fixed the voice shortcut — it can now also be used to stop recording
February 13, 2026
New agent capabilities
Opus 4.6
The agent now runs on Claude Opus 4.6, the latest model from Anthropic. It better understands what you want, makes fewer mistakes, and produces better results.
Long-running tasks
The agent can now work on bigger tasks for up to 1 hour without stopping or timing out. You can describe the full scope of what you need and let it handle everything at once.Agent memory
The agent now remembers your preferences across conversations. Tell it once what colors, layout, or fonts you prefer, and it applies them automatically in future chats.Agent understands your project
You can ask the agent how any part of your project works. Ask about login, checkout flow, or navigation and it explains it in simple, clear language.In-product navigation
Not sure where to find something? The agent can guide you directly inside the product. Ask it where to add your domain or how to manage your team.Connected to documentation
The agent is now connected to the Macaly documentation. If you’re not sure how something works, just ask and it finds the answer directly from the docs.February 6, 2026
New agent capabilities
Better design output
The agent now produces cleaner, more polished interfaces with better spacing, layout, and overall visual quality. You can also ask it to improve an existing design and it refines it step by step.
Icons and images
The agent can now find icons in SVG or PNG and place them directly in your project. You describe what you need and it handles the rest.Improved CSV handling
Working with CSV files is now more reliable. The agent reads the data better and displays it in your app as tables, lists, or dashboards.January 23, 2026
Separate testing database
Production and testing data can now be separated. You can create a testing database to make changes without touching live data. The testing database starts as a copy of production data, so you can safely try changes, adjust features, or test data updates. All edits apply only to the database you currently have selected.
Improved GitHub pull behavior
Pulling changes from GitHub now updates the current chat, instead of creating a new one. All files will be replaced with the version from GitHub, while environment (.env) files remain unchanged.You can also disconnect GitHub from a chat using the new disconnect option, without needing to contact support.January 16, 2026
Macaly API (Enterprise)
Macaly is now available via an API on Enterprise plans. You can create chat sessions, build web applications with AI, monitor progress, and deploy to production programmatically. Read the docs
Smarter model selection
Macaly now uses more capable models by default, primarily Opus 4.5, with GPT-5.2 as a fallback for tasks Opus can’t handle. This improves results on more complex or edge-case requests.
Improvements
- Deployments now show the correct status when your app is already live
- Better stability for projects using 3D and interactive components
- Fixed extra blank lines appearing when editing user messages
- General design and layout improvements across team management and settings
Bug fixes
- Fixed cases where the chat could freeze or repeat errors
- Improved typing and visibility in the chat input on smaller screens
- Fixed cases where sidebar search results could persist unexpectedly after closing and reopening the sidebar
January 9, 2026
Human-in-the-loop confirmations
Before the agent completes a response, it can now pause to confirm intent or ask follow-up questions when context is missing. This helps avoid incorrect or overly broad changes and gives you more control over larger actions.
Planning mode
Macaly can now plan its work before executing it. The agent automatically decides when planning is needed, and you can also turn it on manually in the input box to review the approach first.
Duplicating a chat now creates an isolated copy
When you duplicate a chat, Macaly now creates a fully separate copy with its own data. You can experiment freely without worrying about changes affecting the original project.Improvements
- Sidebar refactor with lazy loading and server-side search for faster navigation
- Published apps and domains management moved into the Team dropdown
- Chat sidebar dropdown updated with quick access to documentation, settings, billing, help, and logout
Bug fixes
- Fixed an issue where the chat got stuck and repeatedly looped error states
- Fixed an issue where the screenshot tool sometimes failed to capture external websites
- Improved ChatInput responsiveness on devices with small screen heights and larger text
December 2025
Media Assets (upload & reuse)You can now upload and manage any type of media directly in Macaly. Uploaded assets are stored in a shared library, and the agent can reference and reuse them while building or editing your project.More reliable background AI actionsThe Macaly agent now runs more reliably in the background and can handle longer, more complex tasks without stopping unexpectedly. This means you can let the agent work for longer periods of time and trust it to finish multi-step actions without needing to restart or break them into smaller pieces.Improved Assets UXWorking with uploaded assets is now faster and clearer, with improved browsing and handling inside the editor.Diff Mode: undo for blocksDiff Mode now supports undoing block-level changes, making it easier to review and safely revert edits made by the AI.Billing page authenticationThe billing page now correctly handles user authentication, improving reliability around plan changes and upgrades.Security updates (Next.js)We rolled out a large security upgrade for projects using older Next.js versions. Macaly now detects vulnerable versions, guides users to fix them, and auto-upgrades projects where possible.
November 2025
Edit Mode updatesEdit Mode received several improvements:
- Theme presets
- Font change support
- Better overall design consistency
October 2025
Global Styles (first version)You can now define global styles for your project. The first release focuses on colors using Tailwind themes, laying the foundation for consistent design across pages.Community launchThe Macaly Community is live. Explore real projects built by other users and get inspiration for your own builds. 👉 https://www.macaly.com/communityTeam collaborationTeams are now supported. You can invite collaborators to a workspace and share credits across the team.AI-powered editing inside Edit ModeYou can now use AI directly inside Edit Mode to:
- Rewrite text
- Replace images
- Remove elements
- Select parent element
- Remove elements directly in preview
- Clear edit mode behavior
- Better visibility without background tint
September 2025
New Image Edit capabilitiesYou can now replace images, resize them, and adjust opacity directly inside Edit Mode.Background removal for imagesThe agent can remove backgrounds from AI-generated images as well as uploaded or external images (for example from Pexels).SEO improvements
- Global OG image and favicon support
- Per-page OG image overrides
- Set up domains before publishing
- Better error handling during domain purchase
- Fixed multiple publishing and domain-related issues
- Clearer messaging around free credits
- Daily credit limits adjusted
- Usage is now visible directly in chat messages