> ## Documentation Index
> Fetch the complete documentation index at: https://lunagraph.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Get up and running with Lunagraph in minutes.

## Download

Lunagraph is available as a desktop app for macOS.

<a href="https://lunagraph.com" target="_blank">Download Lunagraph</a>

## Create your first project

<Steps>
  <Step title="Open Lunagraph">
    Launch the app and create a new project.
  </Step>

  <Step title="Start designing">
    Use the canvas to visually create your UI. Everything you place on the canvas is real HTML, CSS, and React code.
  </Step>

  <Step title="Install Claude Code">
    Lunagraph's AI chat requires Claude Code. If you haven't installed it yet, follow the [Install Claude Code](/install-claude-code) guide.
  </Step>

  <Step title="Edit with AI">
    Use the built-in Claude Code integration to generate, modify, or refine your designs using natural language.
  </Step>

  <Step title="Export your code">
    Your design is already real code — export it directly into your project with no translation step.
  </Step>
</Steps>
