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

# Features overview

> Everything you can do with Aurora

Aurora gives you a full suite of tools to build, customize, and ship web applications — all from a chat interface.

## Build

<CardGroup cols={2}>
  <Card title="Chat & Edit Modes" icon="messages" href="/features/modes">
    Build features through conversation, or switch to edit mode for direct changes.
  </Card>

  <Card title="Visual Edits" icon="paintbrush" href="/features/visual-edits">
    Point and click to make visual changes to your app's UI.
  </Card>

  <Card title="Code Mode" icon="code" href="/features/code-mode">
    View and edit your project's source code directly in the editor.
  </Card>

  <Card title="Community" icon="users" href="/features/community">
    Browse, remix, and publish projects in the Aurora community.
  </Card>
</CardGroup>

## Customize

<CardGroup cols={2}>
  <Card title="Custom Knowledge" icon="brain" href="/features/custom-knowledge">
    Give Aurora project-specific instructions to guide how it builds your app.
  </Card>

  <Card title="Custom Domains" icon="globe">
    Connect your own domain name to your Aurora project. Currently in development — stay tuned.
  </Card>
</CardGroup>

## Share

<CardGroup cols={2}>
  <Card title="Private Projects" icon="lock" href="/features/private-projects">
    Keep your projects private and control who can access them.
  </Card>

  <Card title="Personal Projects" icon="user" href="/features/personal-projects">
    Manage your own personal project space.
  </Card>
</CardGroup>

## Security & Privacy

<CardGroup cols={2}>
  <Card title="Security" icon="shield" href="/features/security">
    How Aurora keeps your projects and data safe.
  </Card>
</CardGroup>
