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

# Ecosystem Tools & Projects

> A curated overview of community-built tools, dashboards, SDKs, and projects in the Livepeer ecosystem. The full list lives in the awesome-livepeer repository.

The Livepeer ecosystem has a rich set of community-built and Foundation-supported tools spanning analytics, Orchestrator operations, SDKs, infrastructure, and community platforms.

<Note>
  The complete community-maintained list lives at **[github.com/Livepeer/awesome-Livepeer](https://github.com/livepeer/awesome-livepeer)** (also browseable at [Livepeer.cool](https://livepeer.cool)). That repository is the living reference - this page curates the most useful tools by category and adds resources not yet reflected there.
</Note>

<CustomDivider />

## Official Interfaces

<CardGroup cols={2}>
  <Card title="Livepeer Explorer" icon="compass" href="https://explorer.livepeer.org">
    The primary interface for staking, delegating, viewing Orchestrators, and casting governance votes. Includes the Treasury tab for SPE proposals.
  </Card>

  <Card title="Livepeer Foundation" icon="building">
    Foundation news, Advisory Board outputs, workstream updates, and ecosystem announcements. (Reference: Livepeer.foundation)
  </Card>

  <Card title="Livepeer Forum" icon="comments" href="https://forum.livepeer.org">
    Governance, treasury proposals, community discussion, and GovWorks updates.
  </Card>

  <Card title="GitHub: livepeer org" icon="github" href="https://github.com/livepeer">
    Source code for go-livepeer, ai-runner, SDKs, LIPs, and all core protocol repositories.
  </Card>
</CardGroup>

<CustomDivider />

## Foundation Dashboards

Launched in mid-2025, these dashboards provide network-wide visibility across fees, governance, and AI compute.

<CardGroup cols={3}>
  <Card title="Growth Dashboard" icon="chart-bar" href="https://explorer.livepeer.org">
    Visualises fee distribution by job type and Orchestrator. Uses known Gateway data with plans to incorporate on-chain metrics. Useful for understanding demand-side activity and AI vs. Transcoding split.
  </Card>

  <Card title="Governance Dashboard" icon="building-columns" href="https://explorer.livepeer.org">
    Consolidates proposal analytics, voter participation rates, and delegate behaviour across governance rounds. Useful for tracking quorum progress on active proposals.
  </Card>

  <Card title="AI Compute Visualiser" icon="microchip" href="https://explorer.livepeer.org">
    Overview of Orchestrators and GPU resources participating in the AI subnet, including pipeline availability and capacity.
  </Card>
</CardGroup>

<Note>
  All three dashboards are hosted within or linked from the Livepeer Explorer. Verify exact deep-link paths at [explorer.livepeer.org](https://explorer.livepeer.org) as URL structure may have been updated since this page was authored.
</Note>

<CustomDivider />

## Protocol Analytics

| Tool                                    | What it shows                                                | Link                                                                              |
| --------------------------------------- | ------------------------------------------------------------ | --------------------------------------------------------------------------------- |
| **Livepeer Arbitrum Dune Dashboard**    | On-chain protocol state - rounds, staking, treasury, fees    | [Dune: Livepeer](https://dune.com/browse/dashboards?q=livepeer)                   |
| **Livepeer AI Dune Dashboard**          | AI subnet protocol state - pipeline usage, inference fees    | [Dune: Livepeer AI](https://dune.com/browse/dashboards?q=livepeer+ai)             |
| **Livepeer Macro Financial Statements** | Long-form financial analytics from Messari                   | [Dune (Messari)](https://dune.com/browse/dashboards?q=livepeer+messari)           |
| **Orchestrator Payout Report**          | Orchestrator payout data from Livepeer.Tools                 | [Livepeer.Tools](https://www.livepeer.tools)                                      |
| **Web3 Index**                          | Usage-based fee metrics across web3 infrastructure protocols | [web3index.org](https://web3index.org)                                            |
| **StakingRewards**                      | LPT staking statistics, estimated APR, and validator data    | [stakingrewards.com/earn/Livepeer](https://www.stakingrewards.com/earn/livepeer/) |

<CustomDivider />

## Staking & Delegation

<CardGroup cols={2}>
  <Card title="Livepeer Explorer - Staking" icon="coins" href="https://explorer.livepeer.org">
    Delegate LPT, view Orchestrator performance, and manage your stake all in one place.
  </Card>

  <Card title="Tenderize" icon="fire" href="https://www.tenderize.me">
    Liquid staking protocol for LPT. Allows stakers to maintain liquidity while keeping LPT bonded and earning rewards. Useful for DeFi participants who want exposure to staking yield without the 7-day unbonding period.
  </Card>
</CardGroup>

<CustomDivider />

## Orchestrator & Node Operator Tools

<CardGroup cols={2}>
  <Card title="Livepeer Exporter" icon="chart-mixed" href="https://github.com/livepeer/awesome-livepeer">
    Enhanced Prometheus/Grafana monitoring for Livepeer Orchestrators. Tracks earnings, stream performance, and node health metrics beyond the default monitoring stack.
  </Card>

  <Card title="Livepeer Orchestrator Explorer" icon="magnifying-glass" href="https://github.com/livepeer/awesome-livepeer">
    Community tool for browsing Orchestrator data, delegated stake, pricing, and performance history. Useful for Gateway operators when selecting transcoding targets.
  </Card>

  <Card title="Stream Tester" icon="video" href="https://github.com/livepeer/awesome-livepeer">
    Assess your Orchestrator's performance and streaming capabilities. Validates transcoding output quality across renditions.
  </Card>

  <Card title="Test Streams Dashboard" icon="display" href="https://github.com/livepeer/awesome-livepeer">
    Check your Orchestrator's transcoding test stream scores across regions. Useful for identifying latency or quality issues before they affect Gateway traffic.
  </Card>

  <Card title="AI Inference Tester" icon="robot" href="https://github.com/livepeer/awesome-livepeer">
    Obtain AI inference statistics for your Livepeer Orchestrator - pipeline availability, throughput, and error rates on the AI subnet.
  </Card>

  <Card title="Orchestrator Pricing Visibility" icon="tag" href="https://github.com/livepeer/awesome-livepeer">
    Price-per-pixel changes over time on a per-Orchestrator basis. Helps Orchestrators benchmark pricing and helps Gateways understand cost dynamics.
  </Card>
</CardGroup>

### Monitoring & Alerting

| Tool                          | Purpose                                                                                                        | Source                                                                                     |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| **Telegram Watcher Bot**      | Sends Telegram notifications about chosen Orchestrators - useful for Delegators tracking reward performance    | [awesome-Livepeer](https://github.com/livepeer/awesome-livepeer)                           |
| **Livepeer Reward Watcher**   | Monitors your Orchestrator and alerts when it is at risk of missing a reward call                              | [awesome-Livepeer](https://github.com/livepeer/awesome-livepeer)                           |
| **Docker Portainer**          | Guide for node operator efficiency using Portainer for container management                                    | [awesome-Livepeer](https://github.com/livepeer/awesome-livepeer)                           |
| **Production Log Monitoring** | Forum guide for production-grade log monitoring and alerting - recommended for serious node operators          | [Forum guide](https://forum.livepeer.org)                                                  |
| **livepeer/monitoring**       | Bundled Prometheus/Grafana stack for monitoring Livepeer instances (standalone, Docker Compose, or Kubernetes) | [github.com/livepeer/livepeer-monitoring](https://github.com/livepeer/livepeer-monitoring) |

<CustomDivider />

## Infrastructure & RPC

<CardGroup cols={2}>
  <Card title="Community Arbitrum Node" icon="server" href="https://forum.livepeer.org/c/treasury/18">
    A free, community-maintained RPC endpoint for the Arbitrum network, operated by the **LiveInfra SPE** (funded July 2025, 7,152 LPT). Provides Arbitrum and Ethereum L1 access for Livepeer developers and operators without requiring a paid node service. Targets 99.9% uptime with automatic failover.
  </Card>

  <Card title="Alchemy / Infura" icon="plug" href="https://github.com/livepeer/awesome-livepeer">
    Paid RPC alternatives listed in awesome-Livepeer for operators who need dedicated endpoints beyond the community node.
  </Card>
</CardGroup>

<CustomDivider />

## SDKs & Developer Libraries

| SDK                    | Language                      | Maintained by          | Repository                                                                 |
| ---------------------- | ----------------------------- | ---------------------- | -------------------------------------------------------------------------- |
| **livepeer-js**        | TypeScript / JavaScript       | Livepeer Inc           | [github.com/livepeer/livepeer-js](https://github.com/livepeer/livepeer-js) |
| **livepeer-ai-js**     | TypeScript / JavaScript       | Livepeer Inc           | [github.com/Livepeer/ai-worker](https://github.com/livepeer/ai-worker)     |
| **livepeer-ai-python** | Python                        | Livepeer Inc           | [github.com/Livepeer/ai-worker](https://github.com/livepeer/ai-worker)     |
| **livepeer-go**        | Go                            | Livepeer Inc           | [github.com/livepeer/go-livepeer](https://github.com/livepeer/go-livepeer) |
| **@livepeer/react**    | React / UI components         | Livepeer Inc           | [github.com/livepeer/livepeer-js](https://github.com/livepeer/livepeer-js) |
| **MistServer**         | C++ streaming toolkit         | DDVTech (Livepeer Inc) | [mistserver.org](https://mistserver.org)                                   |
| **ComfyStream**        | Python / ComfyUI real-time AI | AI Video SPE           | [github.com/yondonfu/ComfyStream](https://github.com/yondonfu/comfystream) |
| **ai-runner**          | Python pipeline framework     | Livepeer Inc           | [github.com/Livepeer/ai-runner](https://github.com/livepeer/ai-runner)     |

<Note>
  For no-code integration, there is also a **Bubble Plugin** (community-supported) for adding Livepeer video to apps without writing code, and a **Livepeer Studio CLI** for scaffolding new Livepeer applications. Both are listed in [awesome-Livepeer](https://github.com/livepeer/awesome-livepeer).
</Note>

<CustomDivider />

## Community Platforms & Initiatives

<CardGroup cols={2}>
  <Card title="Live Pioneers" icon="users">
    Independent community initiative for Delegators - weekly ecosystem recaps, Know Your Orchestrator interviews, multilingual content in 8+ languages, and Telegram groups by region. Third treasury funding wave approved 2025. (Reference: livepioneers.app)
  </Card>

  <Card title="Livepeer Academy" icon="graduation-cap" href="https://github.com/livepeer/awesome-livepeer">
    Video tutorials and quests to learn about Livepeer, covering staking, delegation, and network participation.
  </Card>

  <Card title="Livepeer Primer" icon="book" href="https://github.com/livepeer/awesome-livepeer">
    A visual overview of the Livepeer Protocol - useful for onboarding new community members and explaining the network to non-technical audiences.
  </Card>

  <Card title="Linux Setup Manual" icon="terminal" href="https://github.com/livepeer/awesome-livepeer">
    Comprehensive Orchestrator setup instructions from Captain Stronk - community-written and maintained, covers bare-metal Linux deployment in detail.
  </Card>
</CardGroup>

<CustomDivider />

## Platforms Built on Livepeer

For the full list of ecosystem applications - including Daydream, Streamplace, Embody, Frameworks SPE, Harmonic, and Agent SPE - see the [Solutions](/v2/solutions) section of the docs.

<CustomDivider />

<Card title="awesome-livepeer - full community list" icon="github" href="https://github.com/livepeer/awesome-livepeer">
  The complete community-curated directory of Livepeer projects, tutorials, demos, and resources. Open source and open to contributions - if a tool is missing, submit a PR.
</Card>
