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

> Mobile creation flow, SVG generation, image generation improvements, React deprecated, GitHub Sync, 25K templates, and multi-format file uploads.

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

  * **Mobile app creation flow**: Mobile apps now follow the same guided flow as web, with screen selection and structured descriptions for a more complete first generation.
  * **SVG generation reliability**: Fixed parsing issues caused by CSS special characters in generated SVGs.

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

  * **Authentication redirect**: Resolved a cookie blocking issue in the iframe during authentication redirection.
</Update>

<Update label="March 12">
  <span class="changelog-new">New</span>

  * **SVG generation**: Generate SVG images through follow-up prompts and the [`/Generate SVG Illustration`](/build/editor/commands#available--commands) command. Useful for icons, illustrations, and graphics that scale without quality loss.

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

  * **Web app creation flow**: Web apps now follow the same guided flow as websites and landing pages, with screen selection and structured descriptions for a more complete first generation.
  * **SEO audits with production URLs**: SEO commands now accept published URLs alongside preview URLs. Audit results reflect what search engines actually see on your live site.
  * **Image generation**: No longer limited to command-based triggers. Describe an image in any project and Rocket generates it inline, regardless of framework.

  <span class="changelog-deprecated">Deprecated</span>

  * **React**: All new web app use cases are now built with Next.js. React remains available through [Figma to Code](/build/create/figma/web-app). Existing React projects continue to work and can still be edited.
</Update>

<Update label="March 11">
  <span class="changelog-new">New</span>

  * **25,000+ landing page templates**: 42 industry categories. Pick a template and start customizing instead of starting from blank. [Browse templates](https://www.rocket.new/templates)
  * **GitHub Sync for Next.js projects**: Projects built in Rocket can now sync with GitHub. Push your code to a repo and pull changes made outside Rocket back in.
</Update>

<Update label="March 10">
  <span class="changelog-new">New</span>

  * **Multi-format file uploads**: Upload PDFs, Excel spreadsheets, Markdown files, and CSVs alongside images. Rocket builds from your real content instead of placeholders. [Learn more](/build/create/from-an-attachment)
</Update>
