Skip to main content

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.


The Livepeer ecosystem spans official protocol infrastructure, developer tooling, AI pipeline runtimes, creative applications, operator utilities, and analytics dashboards. This page collects everything in one place so you can find what you need without searching across GitHub, the Forum, and Discord separately. For the official SDK and API reference, see . For contribution paths and funded work, see .

AI compute and inference

Storyboard [Official]

Repo: github.com/livepeer/storyboard Live: storyboard-rust.vercel.app An agent-powered creative platform built on Livepeer. Type a prompt; the agent orchestrates 40+ AI models to produce media on an infinite canvas. Supports image generation, video creation, audio, 3D models, real-time live-to-video streams, and multi-scene story generation. Storyboard ships two publishable packages that developers can use independently:
  • @livepeer/agent - Provider-agnostic agent runtime. Manages the LLM-tool loop with support for Gemini, Claude, OpenAI, and a unified Livepeer provider (one API key routes through Livepeer infrastructure). Includes working memory (800 token budget) and queryable session memory.
  • @livepeer/creative-kit - Reusable framework for creative AI apps. Provides ArtifactStore (canvas state), ProjectPipeline (batch generation), CommandRouter (slash commands), CapabilityResolver (model selection with automatic fallback chains), and UI components (InfiniteBoard, ChatPanel, ArtifactCard).
A second application, Creative Lab, ships in the same monorepo as an educational creative platform for children aged 8-16 (apps/creative-lab/). The SDK service endpoint (sdk.daydream.monster) exposes capabilities, inference, LLM chat, and Scope live-stream control. Configure this via the gear icon in the UI or the DAYDREAM_API_KEY environment variable.
git clone https://github.com/livepeer/storyboard.git
cd storyboard && npm install && npm run dev
Storyboard was created in April 2026 and is under active early development. The @livepeer/agent and @livepeer/creative-kit packages are not yet on npm - use the monorepo directly.

ai-runner [Official]

Repo: github.com/livepeer/ai-runner The inference runtime that runs inside Livepeer orchestrator nodes. Handles both batch and real-time AI pipelines. If you are building a BYOC (Bring Your Own Container) deployment or a custom AI pipeline, ai-runner is the execution environment your container integrates with. 24 stars, 32 forks, the most actively developed AI-specific repository in the org. See for BYOC integration guides.

ComfyStream [Official]

Repo: github.com/livepeer/comfystream Docs: docs.comfystream.org A ComfyUI custom node that runs real-time media workflows as a live streaming backend. ComfyUI pipelines become real-time video-to-video processors served through the Livepeer AI subnet. Used as the reference implementation for real-time AI pipeline development on the network.

livepeer-ai-python [Official]

Repo: github.com/livepeer/livepeer-ai-python Official Python SDK for the Livepeer AI Gateway API. Dispatches inference jobs (text-to-image, live-video-to-video, and other pipelines) from Python applications and ML workflows. High staleness risk - verify against the latest tagged release.

livepeer-ai-js [Official]

Repo: github.com/livepeer/livepeer-ai-js Official JavaScript/TypeScript SDK for the Livepeer AI API. Use for integrating AI pipelines into JS/TS applications and browser environments.

livepeer-python-gateway [Official]

Repo: github.com/livepeer/livepeer-python-gateway A Python implementation of a Livepeer gateway node. Enables Python-stack teams to operate gateway infrastructure without Go. Under active development as of April 2026. No stable documented interface yet - follow the repo for release announcements before building against it.

Network tooling and portals

NaaP - Network as a Platform [Official]

Repo: github.com/livepeer/naap Live: operator.livepeer.org Dev docs: operator.livepeer.org/docs The official Livepeer network portal. A micro-frontend shell that loads independent plugins at runtime - each plugin owns its own UI, Next.js API routes, and PostgreSQL schema. Ships with 12 core plugins: Developer API Manager, Plugin Marketplace, Capacity Planner, My Wallet, Daydream Video, Community Hub, and others. Build and publish your own plugin using the @naap/plugin-sdk CLI. Full quickstart, architecture docs, API reference, and 8 AI prompt templates for plugin development are available in the NaaP docs. See for the full overview.

pymthouse [Community]

Repo: github.com/eliteprox/pymthouse Live: pymthouse.com Docs: docs.pymthouse.com Hosted identity, billing, and payment signing infrastructure for Livepeer-powered applications. Provides a full OIDC provider (RFC 8693 token exchange), multi-tenant billing plans, and a managed go-livepeer remote signer proxy. Free during beta; self-hostable and open source. Built by @eliteprox (John), a Livepeer orchestrator operator and go-livepeer contributor. Integrates with NaaP’s Developer API Manager as a billing provider via OAuth. See for the full overview.

livepeer-data-mcp [Official]

Repo: github.com/livepeer/livepeer-data-mcp An MCP (Model Context Protocol) server for Livepeer platform data. Enables AI agents and LLM tooling to query network data through the MCP standard - useful for building agentic Livepeer integrations. Created February 2026, still stabilising its API surface (29 open issues). Watch this repo if you are building AI-native tooling.

Livepeer Explorer [Official]

Live: explorer.livepeer.org Repo: github.com/livepeer/explorer The primary on-chain protocol explorer. Browse the active orchestrator set, track stake distributions, view reward histories, monitor treasury balances, and interact with governance proposals. The canonical read interface for all on-chain Livepeer state.

Infrastructure and monitoring

livepeer-monitoring [Official]

Repo: github.com/livepeer/livepeer-monitoring Prometheus metrics exporters and Grafana dashboard configurations for go-livepeer nodes. The starting point for operator observability stacks.

Livepeer Exporter [Community]

Repo: github.com/transcodeninja/livepeer-exporter Enhanced Prometheus exporter for Livepeer network and orchestrator metrics. Extends the official monitoring stack with additional signal coverage.

Orchestrator Pricing Visibility [Community]

Live: grafana.stronk.tech/d/g423g24y/orchestrator-ppp Grafana dashboard showing price-per-pixel changes over time on a per-orchestrator basis. Useful for developers and gateways evaluating routing economics.

Livepeer Reward Watcher [Community]

Repo: github.com/rickstaa/livepeer-reward-watcher Monitors an orchestrator node and alerts when it is at risk of missing a reward call. Relevant to any delegator or orchestrator operator running automated reward management.

Telegram Watcher Bot [Community]

Forum: forum.livepeer.org/t/telegram-bot-orchestrator-watcher/1077 Telegram bot providing notifications about chosen orchestrators. Covers reward call status and node health signals.

Analytics and on-chain data

Network testing

Stream Tester [Community]

Live: livepeer-test-broadcaster.ad-astra.video Assess an orchestrator’s transcoding performance and streaming capabilities. Returns latency, quality scores, and regional test results.

AI Inference Tester [Community]

Live: livepeer-test-broadcaster.ad-astra.video/inference Obtains AI inference statistics for a given orchestrator. Tests pipeline availability and response times across the AI subnet.

Test Streams Dashboard [Community]

Live: interptr-latest-test-streams.vercel.app Per-orchestrator transcoding test stream scores across regions. Replace the address parameter with any orchestrator address.

Applications built on Livepeer

These are live production applications using Livepeer infrastructure. They serve as reference points for what is possible and as sources of integration patterns. Video and streaming StreamETH, EthGlobal.tv, Picarto.tv, Minds, Switchboard, The Lot Radio, stream.place, Beem, Huddle01, Glass, Xeenon. AI-powered Daydream (Livepeer Foundation - real-time AI video transform), Storyboard (agent-driven creative canvas), Inference by Stronk (community AI inference interface), Let’s Generate, Tsunameme. The full curated list is maintained in awesome-livepeer (livepeer.cool redirects there).

Community infrastructure

Community Arbitrum RPC [Community SPE]

Live: liveinfraspe.com Free, load-balanced, geo-distributed RPC endpoint for Arbitrum L2 and Ethereum L1, operated by the LiveInfra SPE. Use this as a free fallback RPC when testing or building on the network.

Orchestrator Pools

Teams building applications that need reliable compute supply interact with orchestrator pools rather than selecting individual nodes. Active pools include Titan Node, Video Miner, Livepool, Grant Node Pool, and Open-Pool.

Staking infrastructure

Tenderize provides liquid staking for LPT - stake without the 7-round unbonding lockup by receiving derivative tokens representing staked positions. Relevant to application developers building LPT staking flows.

Tax and accounting tools

Livepeer Income Reports [Community]

Repo: github.com/rickstaa/livepeer-income-reports Python scripts for delegators and orchestrators to calculate earnings, rewards, and generate tax reports. Useful for operators managing accounting across multiple reward periods.

NaaP

Build and publish plugins for the official Livepeer network portal.

pymthouse

Identity, billing, and payment signing for Livepeer app developers.

Builder opportunities

Grants, RFPs, bounties, and open-source contribution paths.
Last modified on May 4, 2026