Skip to main content
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.

Video Application Examples

The video surface examples cover live streaming, VOD, and decentralised storage integration.

Platform and Integration Examples

The platform surface examples cover multi-tenant SaaS patterns, NaaP plugin development, and ecosystem integrations.

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. 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: 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 June 2, 2026