> ## 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 1.0 - full redesign, projects system, Solve, Intelligence, GitHub Clone, agent sleep, cross-task context, and more.

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

  * **Rocket 1.0 redesign**: New sidebar navigation, updated editor, and a unified home page bringing Solve, Build, and Intelligence together.
  * **Projects**: Group related tasks, share context across them, and keep work organized by product or team. [Learn more](/getting-started/project/overview)
  * **Solve**: Turn a business question into a structured research report with citations, exportable as PDF, HTML, or PowerPoint. [Learn more](/solve/overview)
  * **Intelligence**: Continuous competitor monitoring with daily, weekly, or monthly briefs and per-competitor profiles. [Learn more](/intelligence/overview)
  * **GitHub Clone**: Clone any public Next.js with TypeScript GitHub repository directly into Rocket and keep building. [Learn more](/build/create/from-github)
  * **Staging and production environments**: Staging updates as you work; production only changes when you publish. Roll back any version with one click. [Learn more](/build/launch-web/launch-your-site)
  * **Buy a domain in-app**: Search, purchase, and connect a domain without leaving Rocket. DNS configures automatically. [Learn more](/build/launch-web/buy-domain)
  * **Agent sleep**: Long-running Build tasks can pause mid-generation and resume automatically instead of timing out.
  * **Cross-task context**: Files, connector data, and prior decisions carry forward into subsequent tasks in the same project.
  * **Workspace connectors**: OAuth connectors (Notion, Google Workspace, GitHub, Linear, Figma, Netlify, Supabase, Airtable) are now managed at the workspace level and shared across all projects. [Learn more](/getting-started/workspace/connectors)
  * **Tokens to credits**: Tokens renamed to credits. 1 million tokens = 20 credits. Your balance and subscription are unchanged. [Learn more](/help/tokens-to-credits)
  * **New plans**: Capability-based plans - Build, Solve + Build, Build + Intelligence, and Solve + Build + Intelligence. [See pricing](/getting-started/pricing)

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

  * **Build experience**: Redesigned editor with a unified preview panel, faster generation, and a cleaner chat interface.
  * **Project context**: Notion pages, Google Docs, uploaded files, and prior task outputs are now all available simultaneously as context. [Learn more](/getting-started/project/context/overview)
</Update>
