Skip to main content
2025-04-30

New Features

Framework Support Completion

Rocket now supports Natural Language Editing and Figma to Code across multiple frameworks.
  • Natural Language Editing (NLC): React, HTML, Flutter.
  • Figma to Code: React, HTML, Flutter, Next.js.

Core Feature Set

Complete end-to-end development workflow now available.
  • Code generation, preview, rollback, bug fixes, GitHub sync, Netlify deploy, and code editing.

Visual Editing

Visual editing capabilities expanded across frameworks.
  • Complete in React, Flutter, Next.js. HTML support in progress.

Preview Enhancements

Advanced preview features for better app testing and demonstration.
  • Live navigation, multi-tab previews, real-time message pushing.

Monitoring & Analytics

Comprehensive monitoring and logging for better insights.
  • Langfuse, Grafana metrics, frontend Sentry logging.

Payment Systems

Full payment infrastructure integration.
  • Full integration with subscriptions and token logic.

Template/Data Handling

Enhanced data management for Figma-based workflows.
  • Stores theme and screen data for Figma workflows.

Enhancements

Code Generation & Preview

Improved code generation efficiency and preview visibility for better development workflows.
  • Prevented regeneration of already-created screens (especially in React), saving time and avoiding duplicate work.
  • Screen names now display in preview, making it easier to identify and navigate between screens.

Templates

Enhanced template preview capabilities for better design exploration.
  • HTML preview now supports in-preview navigation, allowing you to explore templates without leaving the preview.
  • Webpage previews can now be opened in a new tab for easier comparison and reference.

Backend

Expanded framework support and resolved deployment issues for smoother development.
  • Added support for multiple state management approaches in Flutter: Bloc (default), GetX, and Stateless, giving you flexibility in how you structure your app.
  • Fixed Tailwind HTML deployment issues that were preventing successful deployments.

Figma to Code

Improved context awareness in Figma previews for more accurate design-to-code conversion.
  • Figma previews now reflect context based on frame ID, section, or all screens, providing better visibility into what will be generated.

Code Editor

Enhanced code editing experience with better save functionality and improved debugging capabilities.
  • CMD/CTRL + S now saves all modified code files at once, streamlining your workflow.
  • Source map upload and version tracking added for Sentry integration, making error tracking and debugging more effective.
  • Generated app metadata and screen details now always appear in English for consistency.
  • Preview images now display correctly, ensuring visual accuracy.