> ## Documentation Index
> Fetch the complete documentation index at: https://open-dbe26606.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Visual transaction profiler and debugger for Solana

# opendev

Turn any Solana transaction signature into a fully decoded execution profile — compute units, CPI call tree, account state diffs, and AI-generated optimization suggestions.

## Two ways to use opendev

Choose the tool that fits your workflow:

<Columns cols={2}>
  <Card title="Web App" icon="globe" href="https://opendev-tx-solana.vercel.app">
    No install needed. Paste a signature and analyze instantly.
  </Card>

  <Card title="CLI" icon="terminal" href="guides/quickstart">
    Integrate with your workflow. Supports JSON/CSV output and scripting.
  </Card>
</Columns>

## Get started

<Card title="Install in minutes" icon="rocket" href="guides/installation" horizontal>
  Multiple installation methods for any OS or preference.
</Card>

## Explore features

<Columns cols={2}>
  <Card title="Core usage" icon="bolt" href="guides/quickstart">
    Analyze transactions, simulate code, and batch processing.
  </Card>

  <Card title="CLI reference" icon="code" href="guides/cli-commands">
    Full command and flag documentation.
  </Card>

  <Card title="Source file runners" icon="code-merge" href="guides/source-file-runners">
    Execute TypeScript, Rust, and JavaScript files directly.
  </Card>

  <Card title="AI insights" icon="wand-magic-sparkles" href="guides/ai-insights">
    Get optimization suggestions with Groq or Anthropic.
  </Card>
</Columns>
