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

> Build production-ready web apps, mobile apps, and landing pages with Rocket.new Build - the AI app builder with research, building, and intelligence.

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

Build is Rocket's AI app builder. Describe what you want, and Rocket generates a fully functional app complete with UI, navigation, logic, and production-ready code.

## What you can build

<CardGroup cols={2}>
  <Card title="Web apps" icon="browser">
    SaaS products, dashboards, internal tools, e-commerce stores, AI-powered apps, and anything that runs in a browser.
  </Card>

  <Card title="Mobile apps" icon="mobile">
    iOS and Android apps from a single codebase, ready for the App Store and Google Play.
  </Card>

  <Card title="Landing pages" icon="file">
    Marketing sites, portfolios, blogs, and conversion-focused pages with built-in SEO and fast load times.
  </Card>

  <Card title="E-commerce" icon="bag-shopping">
    Online stores with product catalogs, checkout flows, and payment integrations.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Describe">
    Tell Rocket what you want in plain language. Include the app type, key screens, features, and any design preferences. The more specific you are, the closer the first result will be to what you have in mind.
  </Step>

  <Step title="Generate">
    Rocket plans the architecture, writes production-ready code, and shows a live preview the moment generation finishes.
  </Step>

  <Step title="Refine and launch">
    Iterate through chat, Visual edit, or Code until the app is exactly right. Click **Launch** when ready.
  </Step>
</Steps>

<Card title="Step-by-step walkthrough" icon="bolt" href="/build/quick-start" horizontal>
  Go from idea to live app in 10 minutes.
</Card>

## How to start a build

Pick the starting point that matches where you are.

<CardGroup cols={2}>
  <Card title="From an idea" icon="sparkles" href="/build/create/from-an-idea">
    Describe what you want in plain language and Rocket builds it.
  </Card>

  <Card title="Redesign" icon="wand-magic-sparkles" href="/build/create/commands/redesign">
    Provide a URL and transform an existing website into a new design.
  </Card>

  <Card title="From an attachment" icon="paperclip" href="/build/create/from-an-attachment">
    Upload a screenshot, wireframe, or design mockup.
  </Card>

  <Card title="From Figma" icon="figma" href="/build/create/figma/overview">
    Import a Figma design and convert it to working code.
  </Card>

  <Card title="From a template" icon="grid-2" href="/build/create/using-templates">
    Start from a pre-built template and customize from there.
  </Card>

  <Card title="From GitHub" icon="github" href="/build/create/from-github">
    Import an existing repository and continue building.
  </Card>
</CardGroup>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I edit the generated code?">
    Yes. You have several options:

    * Open [Code](/build/editor/code) to browse and edit source files directly.
    * Use [Visual edit](/build/editor/visual-edit) to click and change elements on the canvas.
    * Inject [custom code](/build/editor/custom-code) for scripts and snippets.
    * Download the full project as a `.zip` file and continue in your own editor (paid plan required).
  </Accordion>

  <Accordion title="What is Redesign?">
    Redesign transforms an existing website. Provide a URL and describe the changes you want (a new visual style, updated layout, or improved conversion flow) and Rocket generates a redesigned version. See [Redesign](/build/create/commands/redesign) for details.
  </Accordion>

  <Accordion title="Is there a limit on builds?">
    Build tasks consume credits based on your app's complexity and the number of screens generated. Your credit allocation depends on your subscription plan. See [Pricing](/getting-started/pricing) and [Credits](/getting-started/credits) for details.
  </Accordion>

  <Accordion title="Can I use my own domain?">
    Yes. After launching, connect a custom domain through the **Launch** menu (paid plan required). Rocket handles SSL certificates and DNS configuration automatically. See [Custom domains](/build/launch-web/custom-domain) for the step-by-step guide.
  </Accordion>
</AccordionGroup>

<Divider />

## What's next?

<CardGroup cols={2}>
  <Card title="The editor" icon="messages" href="/build/editor/chat">
    Chat, Visual edit, Code, preview, and everything in between.
  </Card>

  <Card title="Best practices" icon="star" href="/build/best-practices">
    Prompt patterns, iteration strategies, and tips for complex apps.
  </Card>

  <Card title="Connectors" icon="grid-2" href="/build/connectors/overview">
    Add payments, databases, AI models, email, and more.
  </Card>

  <Card title="Solve" icon="magnifying-glass" href="/solve/overview">
    Research a market or validate an idea before you start building.
  </Card>
</CardGroup>
