Skip to main content
2025-07-30

New Features

Backup LLM Provider Support

Added support for an alternate LLM provider to reduce downtime and keep Rocket responsive.
  • We’ve added support for an alternate LLM provider to reduce downtime and keep Rocket responsive, ensuring your builds continue even if one provider has issues.

Enhancements

Faster Code Generation

React and Flutter generation is now significantly faster thanks to deep pipeline optimizations.
  • React and Flutter generation is now 38% faster thanks to deep pipeline optimizations, reducing wait times and improving your development speed.

Fixes

HTML Follow-ups

Fixed a bug where follow-up instructions didn’t apply correctly in HTML apps.
  • Fixed a bug where follow-up instructions didn’t apply correctly in HTML apps, ensuring your changes are properly implemented.

Fix It Button

Error fixes are now free for all paid users, reducing token consumption for common issues.
  • Now free for all paid users. No token consumption for errors detected and prompted by Rocket in the chat, making error resolution more accessible.
2025-07-23

New Features

Supabase Integration with Existing Databases

You can now connect Rocket to your existing Supabase projects, even if they already have data, tables, and structure set up.Before: Only new, empty Supabase projects were supported.
Now: Use your current database without starting over.
Why this matters:
  • Keep your existing data and schema.
  • Add features to live apps without disruption.
  • Build realistic demos and admin tools faster.
Learn more about using existing Supabase projects and migration scripts.

Enhancements

Smarter System Behavior

Improved context understanding and memory for more intuitive interactions.
  • Better understanding of instructions across multiple messages, allowing for more natural conversations.
  • Rocket now remembers uploaded images when you reference them later, maintaining context throughout your session.
  • Improved recognition of terms like “this screen” or “current screen” for more accurate edits.
  • Faster screen list loading and UI response for a snappier experience.
  • Rocket no longer repeats provider prompts if you choose to skip, reducing interruptions.

Performance & Reliability

Enhanced file change detection and generation logic for more efficient workflows.
  • More accurate detection of changes when committing files, ensuring only necessary updates are made.
  • Improved flow to avoid generating unnecessary screens, saving time and resources.

Fixes

Screen Generation

Fixed a bug that added extra screens during edits.

Preview Tabs

Fixed data loss when switching between preview tabs.Fixed issue where collapsing the sidebar caused layout problems.

React Headers

Improved layout for cleaner and easier-to-read headers.
2025-07-16

Enhancements

Deployment Experience

Prevented accidental deployments during preview generation.
  • Disabled publish button while preview is being generated to prevent accidental actions, ensuring you only deploy when ready.

Classification & Context Handling

Improved AI understanding and context management for better results.
  • Improved parsing for longer threads to correctly group tool usage and results, maintaining accuracy in complex conversations.
  • Enhanced understanding of user instructions and context across messages for more relevant responses.
  • Better image context linking across follow-ups, keeping visual references connected.
  • Faster screen list display, independent of design theme loading, for quicker navigation.
  • Proactive error handling to guide recovery after repeated failures, helping you resolve issues faster.

Web App Editing

Enhanced visual editing reliability for smoother web app development.
  • Improved overall reliability and responsiveness of visual editing for web apps, making it easier to iterate on your designs.
2025-07-09

New Features

UI Component Support Expansion

Introduced reusable Select and Checkbox components in React for richer, more interactive interfaces.
  • Introduced reusable Select and Checkbox components in React, enabling richer and more interactive interfaces without manual component creation.

Enhancements

Performance & Reliability

Significant improvements to overall system performance and stability.
  • Improved overall responsiveness across the editor and dashboard for a snappier experience.
  • Optimized backend systems for more stable performance under load, ensuring consistent service even during peak usage.
  • Enhanced mobile experience with improved layout rendering and interaction handling for better mobile development workflows.

Fixes

Template Loading on Pagination

Resolved an issue where switching categories after visiting page 2 would cause templates to disappear.

Three.js Compatibility

Fixed rendering issues in projects that use three.js components.Addressed an issue where project search didn’t return results on mobile.

Foldable Device Layouts

Added support for setting designs to foldable phone screen types.
2025-07-02

Enhancements

Figma to Code

Major improvements to Figma-to-code conversion with responsive design and better accuracy.
  • Responsive Design Across Breakpoints: Rocket now generates responsive code from Figma designs that adapts seamlessly to Mobile, Tablet, Laptop, and Desktop views, ensuring your apps look great on all devices.
  • Smarter Component Detection: Improved element recognition from Figma files leads to cleaner and more maintainable output, reducing manual cleanup.
  • 13% Accuracy Boost: Your generated UI now more closely reflects your original Figma design, thanks to engine-level improvements for better design fidelity.
  • New Component Support: Chart and map components are now supported in Figma-to-code output for more dynamic, data-rich UIs.
  • Get started with the Figma integration and follow design best practices.

UI & Backend

Enhanced prompt understanding for more accurate UI generation.
  • Smarter UI Prompt Handling: Improved styling and layout generation based on prompt inputs delivers more accurate UI structure that matches your vision.