Skip to main content
2025-11-12

New Features

New Command Support

Added support for more built-in commands across Rocket for faster workflows.
  • We added support for more built-in commands across Rocket, so you can run common actions with short, fixed triggers instead of long prompts, saving time and reducing errors.
  • Explore available slash commands and @ commands.

Enhancements

Flutter SDK Package Validation

PackageRegistryTool now validates built-in Flutter SDK packages for better reliability.
  • PackageRegistryTool now validates built-in Flutter SDK packages, so invalid or mismatched dependencies are caught before they cause issues, preventing build failures.
2025-11-05

New Features

Next.js (JS/TS) Support

Build Next.js apps in JavaScript or TypeScript with full Rocket integration support.
  • Build Next.js apps in JavaScript or TypeScript, complete with Rocket integrations (Auth, DB, Storage, Analytics, Providers). Generate, wire up, and deploy without extra setup, enabling full-stack Next.js development.

React (TypeScript) Support

Spin up React (TS) projects with the same end-to-end integration support.
  • Spin up React (TS) projects with the same end-to-end integration support. Strong typing, cleaner refactors, and a smoother path to production, improving code quality and maintainability.

Enhancements

Flutter: Dropdown Package Compatibility

Improved dropdown package compatibility for more reliable Flutter builds.
  • We’ve adjusted dropdown-related package versions for better compatibility with Flutter version used. Fewer conflicts, more reliable builds, reducing dependency issues.

Smarter Supabase Migrations

Migration generation now uses richer context for more accurate scripts.
  • Migration generation now uses richer context, producing more accurate scripts and reducing mismatches on reruns, ensuring database changes are applied correctly.