Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This page catalogues working example applications across Livepeer’s developer surface: tutorial-shaped projects you can clone, run, and modify into a production app. Each example exists because a category needs a reference implementation; together they cover the AI, video, and compute surfaces that the Developers tab walks through in detail. For the underlying primitives each example uses, follow the links from the example back to the relevant concept or reference page.

AI Application Examples

The AI surface examples cover batch inference, real-time AI, and agent frameworks. Each is a runnable starting point; copy, modify, ship.
ExampleWhat it showsPrimary surface
Next.js 15 app with Server Action calling text-to-image; gallery, model picker, error handlingAI Jobs API
Streaming chat via Server-Sent Events on the LLM pipelineAI Jobs API (LLM)
Webcam to anime avatar via ComfyStream + StreamDiffusion + DWPoseReal-time AI
Multi-layer agent: character file, RAG, Slack and Discord clients, SwarmZero multi-agentLLM pipeline + agent framework
Custom Python container as a network capability; green-tint frame processorBYOC
First real-time AI effect on a webcam in fifteen minutesReal-time AI

Video Application Examples

The video surface examples cover live streaming, VOD, and decentralised storage integration.
ExampleWhat it showsPrimary surface
Sub-3s glass-to-glass WHIP ingest plus WHEP playback in Next.jsLive streaming
TUS resumable upload, asset lifecycle polling, HLS playbackVOD
Upload to web3.storage, fetch into Livepeer, play back with HLSVOD + decentralised storage
Self-hosted Gateway and Orchestrator transcoding RTMP to HLSSelf-hosted transcoding

Platform and Integration Examples

The platform surface examples cover multi-tenant SaaS patterns, NaaP plugin development, and ecosystem integrations.
ExampleWhat it showsPrimary surface
OIDC identity, per-user usage ledger, payment ticket signingMulti-tenant SaaS
Scaffold, develop, and publish a NaaP plugin with ShellContextOperator portal plugin
AT Protocol-native video infrastructure routingAT Protocol + BYOC

Legacy Example Applications

The earlier round of example applications shipped against the v1 Livepeer Studio surface. They remain useful for patterns even though some integrations have shifted.
ExampleWhat it shows
React Native Example AppYouTube clone using Livepeer React in React Native
Justcast.itOne-click “start a livestream” pattern integrated against a Gateway
EVM Token-Gated LivestreamToken-gated livestream creation across EVM-compatible chains
Decentralised Storage PlaybackPlaying video from IPFS or Arweave via the Livepeer Player
These examples are linked from livepeer/awesome-livepeer for direct repository access.

Picking by Category

Choose an example by what you want to build. The decision points:
If you’re buildingStart with
An AI image or video generation appAI Image Generation App
A chat productLLM Chatbot, then Eliza Livepeer Plugin for agent depth
A live streaming platformLow-Latency Live Streaming App
A VOD platform (Mux-shaped)VOD Upload and Playback
A custom inference pipelineBYOC Quickstart
A real-time AI effect or avatarComfyStream Quickstart, then VTuber Avatar Pipeline
A multi-tenant SaaS on Livepeer computeMulti-Tenant Billing with pymthouse
An operator-facing dashboard pluginNaaP Plugin
A decentralised social or AT Protocol video appStreamplace Integration
For category overlap (e.g. an AI chatbot with custom inference), start with the closer single-category example and layer in the second category’s pattern once the first is running.

Community Examples

The full community-maintained list of examples, tutorials, demos, and integrations lives at (browseable at livepeer.cool). Categories include:
  • SDKs and developer libraries across TypeScript, Python, Go, and React
  • Orchestrator and node operator tools (monitoring, alerts, exporters)
  • Community dashboards (Dune, Explorer, performance trackers)
  • Ecosystem applications (Daydream, Streamplace, Embody, Frameworks, Harmonic)
  • No-code integration (Bubble plugin, Studio CLI scaffolds)
The awesome-livepeer repository is open to contributions; submit a PR to add an example that’s missing.

Next Steps

AI Pipelines

The full pipeline reference behind the AI examples.

AI SDKs Overview

The TypeScript and Python SDKs the examples use.

Awesome Livepeer

Full community-curated directory of tools and integrations.

Production Hardening

From example to production: auth, rate limits, observability.
Last modified on May 26, 2026