> ## 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 1

> Rocket.new July week 1 product update with responsive Figma-to-code conversion, higher output accuracy, and smarter UI component detection.

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="July 2">
  <span class="changelog-improved">Improved</span>

  * **Responsive Figma-to-code output.** Generated code now automatically adapts to Mobile, Tablet, Laptop, and Desktop views. Get started with the [Figma integration](/build/create/figma/overview).
  * **13% accuracy boost.** Generated UI now matches your original Figma design more closely, reducing manual tweaking after import.
</Update>

<Update label="July 1">
  <span class="changelog-improved">Improved</span>

  * **Smarter component detection.** Rocket identifies components in your Figma files more intelligently, producing cleaner and more maintainable code.
  * **Chart and map support.** Charts and maps are now recognized during Figma-to-code conversion, so data-rich designs translate into working components.
  * **Smarter UI prompt handling.** Styling and layout generation from prompts is more accurate. Review the [design guidelines](/build/create/figma/figma-design-guidelines/design-guidelines) for best results.
</Update>
