> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Week 4

> Rocket.new April week 4 release notes: platform launch with natural language editing, Figma-to-code conversion, and end-to-end development workflow.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="April 30">
  <span class="changelog-improved">Improved</span>

  * **Figma preview context**: Preview now reflects the correct context based on frame ID, section, or all screens.
  * **Code editor improvements**: Cmd/Ctrl+S saves all modified files, with source map uploads and version tracking.

  <span class="changelog-fixed">Fixed</span>

  * **Tailwind HTML deployment fix**: Resolved an issue preventing Tailwind-based HTML projects from deploying to Netlify.
</Update>

<Update label="April 29">
  <span class="changelog-new">New</span>

  * **Flutter state management**: Choose between Bloc, GetX, and Stateless when generating a Flutter project.

  <span class="changelog-improved">Improved</span>

  * **Screen names in preview**: Each screen is labeled in the preview for easier identification.
  * **HTML preview navigation**: Open previews in a new tab without leaving the preview panel.

  <span class="changelog-fixed">Fixed</span>

  * **Screen generation prevention**: Existing screens are no longer recreated during edits. Editing one screen no longer regenerates others.
</Update>

<Update label="April 28">
  <span class="changelog-new">New</span>

  * **Full development workflow**: Generation, preview, rollback, bug fixing, GitHub sync, Netlify deployment, and code editing in one place.
  * **Payment systems**: Subscription and token billing built in from day one. [View pricing](/getting-started/pricing)
</Update>

<Update label="April 25">
  <span class="changelog-new">New</span>

  * **Visual editing**: Click any element to modify it directly. Works across React, Flutter, and Next.js. [Learn more](/build/editor/visual-edit)
  * **Live preview**: Multi-tab support with real-time updates as you make changes. [Learn more](/build/editor/preview)
</Update>

<Update label="April 24">
  Rocket is here.

  <span class="changelog-new">New</span>

  * **Natural language editing**: Describe changes in plain English across React, HTML, and Flutter. [Learn more](/build/editor/chat)
  * **Figma to code**: Convert Figma designs into working apps for React, HTML, Flutter, and Next.js. [Get started](/build/create/figma/overview)
</Update>
