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

> Rocket.new January week 3 changelog: built-in site analytics for shipped apps, Flutter web compatibility checks, and the new Supabase V2 integration.

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

  * **Built-in site analytics**: Every deployed project gets an analytics dashboard with visits, pageviews, bounce rate, duration, and breakdowns by source, device, country, and UTM. No setup required. [Learn more](/build/measure/analytics)
</Update>

<Update label="January 20">
  <span class="changelog-improved">Improved</span>

  * **Flutter web compatibility checks**: Rocket verifies that packages support the web platform before including them. Build-time incompatibility errors are caught at selection time instead.
  * **Supabase V2 for all frameworks**: Improved context handling, token management, and dynamic tool selection across React, Next.js, and Flutter.
</Update>
