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

# Introduction

> Welcome to FlameDeck - AI-Powered Performance Analysis

<img className="rounded-xl border block dark:hidden" src="https://mintcdn.com/flamedeck/mNn0smNnrmFrmvBT/public/images/chat-light.png?fit=max&auto=format&n=mNn0smNnrmFrmvBT&q=85&s=e3700b75f27d6f5523dd4129da2e8397" alt="Hero Light" width="3456" height="1916" data-path="public/images/chat-light.png" />

<img className="rounded-xl border hidden dark:block" src="https://mintcdn.com/flamedeck/mNn0smNnrmFrmvBT/public/images/chat-dark.png?fit=max&auto=format&n=mNn0smNnrmFrmvBT&q=85&s=0d66e9e2f1b2df51c9feac0719f97f2c" alt="Hero Dark" width="3456" height="1916" data-path="public/images/chat-dark.png" />

<Warning>
  **Early Development Notice** - FlameDeck is currently in early development. While we strive for stability, some APIs and features may change as we continue to improve the platform. We'll do our best to communicate any breaking changes in advance.
</Warning>

## Welcome to FlameDeck

FlameDeck is a collaborative platform for storing, analyzing, and debugging performance traces. Upload your profile once, explore it anywhere, and share insights with your team—all in one place.

## Key Capabilities

<CardGroup cols={2}>
  <Card title="Universal Format Support" icon="puzzle-piece">
    Import traces from Node.js, Go, Rust, Python, Chrome, React Native, and many more
  </Card>

  <Card title="Interactive Visualizations" icon="chart-line">
    Timeline, Left-Heavy, and Sandwich flamegraphs powered by Speedscope with smooth, hardware-accelerated rendering
  </Card>

  <Card title="AI-Powered Insights" icon="brain" href="/mcp-server">
    Ask questions in plain English, automatically detect bottlenecks, and receive actionable optimization recommendations
  </Card>

  <Card title="Team Collaboration" icon="users">
    Comment on frames, share public links, and control permissions to keep everyone on the same page
  </Card>
</CardGroup>

## Developer-Friendly Workflows

FlameDeck is built for engineering teams with powerful integrations:

* **Drag-and-drop uploads** in the browser for quick analysis
* **First-class CLI & REST API** for seamless automation
* **CI/CD integration** for continuous performance monitoring
* **Multiple upload methods** to fit your existing workflow

## What You'll Learn

This documentation will help you integrate FlameDeck into your workflow:

<CardGroup cols={2}>
  <Card title="Get API Keys" icon="key" href="/api-keys">
    Set up authentication to start uploading traces
  </Card>

  <Card title="Upload via CLI" icon="terminal" href="/cli-upload">
    Use our command-line interface for quick uploads
  </Card>

  <Card title="NPM Integration" icon="package" href="/npm-upload">
    Programmatically upload from JavaScript/TypeScript projects
  </Card>

  <Card title="React Native" icon="mobile" href="/react-native">
    Profile React Native applications
  </Card>
</CardGroup>

## Getting Started

The fastest way to get started is to:

1. **[Get an API key](/api-keys)** - Set up authentication for your account
2. **Choose your upload method** - CLI, NPM package, or React Native integration
3. **Start profiling** - Upload your first trace and explore the collaborative features
4. **Leverage AI insights** - Ask questions about your performance data in plain English

## Need Help?

If you have questions or need support, feel free to reach out:

* Email us at [support@flamedeck.com](mailto:support@flamedeck.com)
* Join our community discussions
* Check out our GitHub repository

Let's get started! 🚀
