> ## 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 November week 1 release: Next.js and React TypeScript support with full integrations, alongside Flutter and Supabase improvements.

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

  * **Next.js JS/TS support** provides full Auth, Database, Storage, and Analytics integration for Next.js projects.
  * **React TypeScript support** adds the same end-to-end integration support available in React JavaScript projects.
</Update>

<Update label="November 4">
  <span class="changelog-improved">Improved</span>

  * **Flutter dropdown compatibility** adjusts package versions for fewer dependency conflicts and more reliable builds.
  * **Supabase migration context** uses richer project information to produce more accurate migration scripts. [Learn more](/build/connectors/supabase/push-migration-scripts)
</Update>
