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

# Overview

> Everything you need to master Rocket.new, from first prompt to production.

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

Welcome to Rocket Learn - your guide to getting the most out of Rocket, the complete vibe solutioning platform. Whether you're validating a business idea with Solve, building your first app with Build, or setting up competitive tracking with Intelligence, there's a path here for you.

## Find your path

<CardGroup cols={2}>
  <Card title="New to Rocket?" icon="play" href="/learn/tutorials/your-first-task">
    Start with a hands-on tutorial that walks you from idea to deployed app. No experience required.
  </Card>

  <Card title="Know your role?" icon="user" href="/learn/prompt-starters/overview">
    Grab ready-to-use prompts organized by role - founders, PMs, designers, developers, and marketers.
  </Card>

  <Card title="Ready to build?" icon="grid-2" href="/learn/templates/overview">
    Browse production-ready templates for SaaS, e-commerce, dashboards, and more. Remix and customize.
  </Card>

  <Card title="Want to go deeper?" icon="book-open" href="/learn/guides/for-build">
    Learn the art of prompting for Solve and Build, and how to configure Intelligence for useful signals.
  </Card>
</CardGroup>

## What's inside

### Tutorials

Step-by-step guides for core scenarios. Start here if you're new to Rocket or tackling something for the first time.

* [Your first task](/learn/tutorials/your-first-task) - end-to-end from idea to deployed app
* [Security checklist](/learn/tutorials/security-checklist) - API keys, auth, RLS, and privacy best practices
* [Add payments](/learn/tutorials/adding-payments) - connect Stripe and start accepting payments

### Prompt starters

Copy-paste prompts organized by who you are and what you're trying to do. Each prompt includes the task type to use and what to expect.

* [For founders](/learn/prompt-starters/for-founders) - validate ideas, build MVPs, track markets
* [For product managers](/learn/prompt-starters/for-product-managers) - competitive analysis, feature prototypes
* [For designers](/learn/prompt-starters/for-designers) - Figma imports, visual iteration, redesigns
* [For developers](/learn/prompt-starters/for-developers) - rapid prototypes, API integrations
* [For marketers](/learn/prompt-starters/for-marketers) - market research, landing pages, competitive intel

### Templates

Pre-built starting points for common app types. Browse the catalog, preview any template, and remix it to make it yours.

* [Template catalog](/learn/templates/overview) - SaaS, e-commerce, dashboards, portfolios, and more

### Workflows

Multi-capability patterns that chain Solve, Build, Intelligence, and Launch together for complex projects.

* [Research to launch](/learn/workflows/research-to-launch) - Solve → Build → Launch
* [Competitive response](/learn/workflows/competitive-response) - Intelligence → Solve → Build
* [Website overhaul](/learn/workflows/website-overhaul) - Intelligence → Redesign → Launch
* [Team product development](/learn/workflows/team-product-development) - Projects → Solve → Build → Launch
* [Market entry](/learn/workflows/market-entry) - Intelligence → Solve → Build → Launch

### Recipes

Focused, practical guides for building specific types of apps.

* [Website redesign](/learn/recipes/website-redesign) - complete redesign from audit to deploy
* [Internal tool](/learn/recipes/internal-tool) - dashboards, admin panels, and internal apps

### Prompting guides

Deep dives into writing effective prompts for each Rocket capability.

* [Prompting for Solve](/learn/guides/for-solve) - frame strategic questions for better results
* [Configure Intelligence](/learn/guides/configure-track) - set up the Intelligence wizard for useful signals
* [Prompting for Build](/learn/guides/for-build) - describe apps, features, and redesigns effectively

## How to use Rocket Learn

There's no required order. Jump to whatever matches your current need:

* **Just getting started?** Begin with [Your first task](/learn/tutorials/your-first-task).
* **Have a specific project?** Check [Templates](/learn/templates/overview) or [Recipes](/learn/recipes/website-redesign) for a head start.
* **Want to improve your results?** Read the [Prompting guides](/learn/guides/for-build) to write better prompts.
* **Planning a complex project?** Study the [Workflows](/learn/workflows/research-to-launch) to learn how capabilities chain together.

## What's next?

<CardGroup cols={2}>
  <Card title="Your first task" icon="play" href="/learn/tutorials/your-first-task">
    Build and deploy your first app in 15 minutes.
  </Card>

  <Card title="Prompt starters" icon="grid-2" href="/learn/prompt-starters/overview">
    Copy-paste prompts organized by role.
  </Card>

  <Card title="Template catalog" icon="grid-2" href="/learn/templates/overview">
    Browse production-ready templates to remix.
  </Card>

  <Card title="Workflows" icon="arrow-right" href="/learn/workflows/research-to-launch">
    Chain capabilities for end-to-end projects.
  </Card>
</CardGroup>
