Skip to main content
2026-01-28
Stability and performance

Stability week

This week was all about making Rocket faster and more reliable. The team fine-tuned internal workflows, improved system reliability, and optimized platform performance. No flashy features, just a better foundation for everything you build.
2026-01-21
Flutter web compatibility, Supabase V2

Flutter web gets smarter, Supabase gets an upgrade

Improved
  • Flutter web compatibility: Automatic package compatibility checks now ensure Rocket picks packages that actually work on the web platform. No more runtime surprises from incompatible packages
  • Supabase V2 for all frameworks: Supabase integration upgraded to V2 across all frameworks, with improved reliability and better context handling for database operations, authentication, and storage
2026-01-14
APK auto fix, landing page assets, Postman env vars

Better builds across the board

Improved
  • APK generation: Now supports auto bug fix, so Android builds are more likely to succeed on the first try
  • Landing page generation: Supports image attachments with clearer guidance on how to use them
  • React component detection: More reliable, supporting more export patterns across your codebase
  • Postman environment variables: Now supported in API integrations, making it easier to work with different environments when importing APIs
2026-01-08
Share with Remix, browser notifications, Next.js 15

Share your projects with anyone

Share with Remix lets you create shareable links that anyone can use to clone your complete project. Recipients get a working copy instantly, with their own credentials. Environment variables and integration keys are automatically removed for security. This is available to paid users from any project. See the Share with Remix guide for details.New
  • Browser notifications: Push alerts and audio notifications when builds complete or errors need attention. Configure them in Account Settings, or see the Account Settings guide
  • Next.js 15: Now supported in generated projects
Improved
  • Flutter: Clearer rules for bottom navigation in generated code
  • Landing pages (HTML): Updated initial generation flow
Fixed
  • React + Supabase: Resolved authentication issues