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

# Overview

> Essential features and workflows for iOS/macOS development in Cursor

Get started with the FlowDeck Cursor Extension's core features and learn how to build, run, and debug your iOS and macOS applications directly from your editor.

## Quick Start

1. **Open your project** - Use the command palette to open an existing `.xcodeproj` or `.xcworkspace`
2. **Select a device** - Choose a simulator or connected device from the status bar
3. **Build and run** - Use `⌘⇧P` -> `FlowDeck: Build and Run` to compile and launch your app

## Core Concepts

The FlowDeck extension brings essential Xcode functionality to Cursor, allowing you to stay in your preferred editor while building native Apple applications.

<CardGroup cols={2}>
  <Card title="Xcode Projects" icon="folder-tree" href="/extension/xcode-projects">
    Open and manage existing Xcode projects, workspaces, and create new projects from templates
  </Card>

  <Card title="Code Intelligence" icon="code" href="/extension/code-intelligence">
    Get real-time autocomplete, syntax highlighting, and intelligent code suggestions powered by SourceKit LSP
  </Card>

  <Card title="Simulators" icon="mobile-screen-button" href="/extension/simulators">
    Launch and manage iOS simulators directly from the editor
  </Card>

  <Card title="Physical Devices" icon="mobile" href="/extension/devices">
    Deploy and test your apps on real iOS devices connected to your Mac
  </Card>

  <Card title="Building" icon="hammer" href="/extension/building">
    Build your projects with full Xcode build system integration
  </Card>
</CardGroup>

<Note>
  Make sure you have Xcode and its command line tools installed before using FlowDeck. Check the [installation guide](/extension/install-and-setup) for detailed requirements.
</Note>

## Next Steps

Once you're comfortable with the basics, explore the extension's [Advanced Features](/extension/advanced-features-overview) for testing, logging, and build optimization capabilities.
