> ## 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 February week 1 release notes: new remove screens command, default screen selection, and bug fixes for Supabase, Stripe, and Netlify.

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

  * **Remove screens**: Works with a single command across all tech stacks. Previously required different steps per framework.

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

  * **Default screens**: All screens are selected and enabled by default when starting a new project.
</Update>

<Update label="February 3">
  <span class="changelog-fixed">Fixed</span>

  * **Supabase JWT fix**: Resolved invalid token errors when calling edge functions.
  * **Stripe context fix**: Updated integration context for React and Next.js. Payment flows complete reliably across both frameworks.
</Update>

<Update label="February 2">
  <span class="changelog-fixed">Fixed</span>

  * **Next.js Netlify cookie fix**: Fixed a cookie handling issue that prevented Next.js apps from deploying on Netlify.
</Update>
