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

> Rocket.new September week 2 product update: generation time drops to 3 minutes, new Amazon Bedrock LLM support, and simpler integration setup flows.

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="September 10">
  <span class="changelog-improved">Improved</span>

  * **Generation in 3 minutes**: Rocket now delivers code in 3 minutes instead of 10. Less waiting, more iterating.
</Update>

<Update label="September 9">
  <span class="changelog-new">New</span>

  * **Amazon Bedrock**: A new backup provider with automatic failover, keeping builds moving even when an upstream service has issues.

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

  * **Simpler integration setup**: Connecting [Claude](/build/connectors/anthropic), [OpenAI](/build/connectors/openai), [Google Analytics](/build/connectors/google-analytics), [Perplexity](/build/connectors/perplexity), [Gemini](/build/connectors/gemini), and [AdSense](/build/connectors/adsense) is now faster with fewer steps.
</Update>

<Update label="September 8">
  <span class="changelog-improved">Improved</span>

  * **Automatic provider switching**: If one AI provider is unavailable, Rocket switches to a backup automatically so builds never stall on a third-party outage.
  * **More accurate Flutter packages**: Version suggestions are more precise, and template packages stay safe during updates.
  * **Clearer Supabase output**: Schema and migration scripts show clearer messages, and the generated `AuthContext.jsx` is easier to read.
</Update>
