> ## 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 release notes: Claude Sonnet 4.6 support, accessibility audits, performance optimizations, new SEO/GEO/Privacy commands, and content preserve.

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="February 27">
  <span class="changelog-new">New</span>

  * **Simpler project creation**: Rocket reads your use case and selects the right framework automatically.
  * **Claude Sonnet 4.6 for initial generation**: Every generation now runs on Anthropic's latest model. Better code quality from the first build.

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

  * **Progress messages**: Build progress shows the file name being worked on instead of a generic loading state.
</Update>

<Update label="February 26">
  <span class="changelog-improved">Improved</span>

  * **Content preserve redesign quality**: Redesigning a site while keeping its content used to produce lower quality layouts than starting fresh. That gap is closed.
</Update>

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

  * **Accessibility audits**: Powered by axe-core, every page is checked for WCAG 2.1 AA compliance. Issues are surfaced and corrected directly in chat. [Learn more](/build/polish/accessibility)
  * **Automatic performance optimizations**: Image compression, code splitting, and lazy loading applied on every build automatically. [Learn more](/build/measure/performance)
</Update>

<Update label="February 24">
  <span class="changelog-new">New</span>

  * **SEO commands**: Analyze pages and apply meta tags, Open Graph, JSON-LD, sitemaps, and robots.txt to your site code. [Learn more](/build/polish/seo)
  * **GEO and AEO commands**: Structure content for AI search engines. Adds FAQ sections, entity formatting, and source authority signals. [Learn more](/build/polish/seo)
  * **Privacy compliance**: Add a cookie consent banner, privacy policy, and cookie policy to sites built on Rocket. Geo-adapted for visitor location with GDPR and CCPA support. [Learn more](/build/polish/compliance)
</Update>

<Update label="February 23">
  <span class="changelog-new">New</span>

  * **Linear and Notion integrations**: Connect projects with your existing project management and productivity tools.
  * **Claude Sonnet 4.6 for followups**: Followup edits and redesigns now use Claude Sonnet 4.6 for faster, more accurate responses.
</Update>
