> ## 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 weekly product update: new e-commerce project type, Next.js as the default stack, deprecated HTML projects, and interactive preview links.

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

  * **E-commerce**: Now a first-class project type. Select it when starting a project and Rocket picks the best stack automatically, defaulting to Next.js with TypeScript.
</Update>

<Update label="February 10">
  <span class="changelog-improved">Improved</span>

  * **Next.js default for landing pages**: Landing pages and websites now default to Next.js. The framework selection step is removed.
  * **Image processing**: Uploads are more reliable with clearer error feedback.
  * **Preview links**: Web templates and remix links show interactive previews instead of static images.

  <span class="changelog-deprecated">Deprecated</span>

  * **HTML for landing pages and websites**: New landing pages and websites are now built with Next.js. HTML remains available through [Figma to Code](/build/create/figma/web-app). Existing HTML projects continue to work and can still be edited.
</Update>
