> ## 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 January week 1 release notes: Share with Remix, fallback LLM routing, browser notifications, Next.js 15 support, and landing page 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="January 8">
  <span class="changelog-new">New</span>

  * **Share with Remix**: Generate a shareable link that lets anyone clone your project with their own credentials. Environment variables are stripped automatically. Available to paid users. [Learn more](/build/create/share-with-remix)
</Update>

<Update label="January 7">
  <span class="changelog-new">New</span>

  * **Fallback LLM support**: If the primary model is unavailable, Rocket switches to a backup automatically. No downtime, no error screens.
  * **Browser notifications**: Push alerts and audio notifications when builds complete or errors need attention. [Learn more](/getting-started/account/profile-settings)
  * **Next.js 15 support**: Generated projects now target Next.js 15.
</Update>

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

  * **Better landing page designs**: Improved layout variety and design quality for generated landing pages.
  * **Flutter bottom navigation**: Clearer generation rules, more consistent layouts across screens.
  * **Landing page HTML flow**: Landing pages render more reliably from the first prompt.

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

  * **React and Supabase authentication**: Resolved an issue preventing login flows from completing in React projects using Supabase.
</Update>
