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

# Quick start

> Sign up for Rocket.new and complete your first Solve, Build, or Intelligence task in under five minutes using the quick start walkthrough.

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 />

Rocket.new has three product pillars. Pick the one you want to try first and each walkthrough takes under five minutes.

<Note>
  Don't have an account yet? [Create one at rocket.new](https://rocket.new). It takes about 30 seconds.
</Note>

<CardGroup cols={1}>
  <Card title="Solve" icon="lightbulb" href="/solve/quick-start">
    Turn a business question into a structured research report. Ask about market sizing, competitive landscapes, pricing strategy, or any strategic topic. Light Solve returns a fast conversational answer; Full Solve decomposes deeper prompts into parallel research streams and typically takes about 45 minutes.
  </Card>

  <Card title="Build" icon="rocket" href="/build/quick-start">
    Go from an idea to a live web or mobile app. Describe what you want, watch Rocket generate it in real time, iterate with chat or visual editing, then launch with one click. Next.js for web, Flutter for mobile.
  </Card>

  <Card title="Intelligence" icon="bolt" href="/intelligence/quick-start">
    Set up continuous competitor monitoring. A setup wizard collects your business context, competitor URLs, and notification preferences. Intelligence then delivers daily, weekly, or monthly briefs automatically.
  </Card>
</CardGroup>

## Explore further

<CardGroup cols={3}>
  <Card title="Solve overview" icon="lightbulb" href="/solve/overview">
    Market analysis, competitive teardowns, pricing strategy, and more.
  </Card>

  <Card title="Build overview" icon="rocket" href="/build/overview">
    Web apps, mobile apps, Figma-to-code, redesigns, and deployment.
  </Card>

  <Card title="Intelligence overview" icon="bolt" href="/intelligence/overview">
    Monitors, signals, and your competitive dashboard.
  </Card>
</CardGroup>
