Skip to content

dazzle-labs/stream-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dazzle Stream Examples

Runnable examples for Dazzle -- cloud stages that render and broadcast your content as a live stream.

Preview

Examples

  • hello-world -- Cinematic motion graphics. The simplest proof that the pipeline works.
  • remotion-stream -- Motion graphics with Remotion. Deterministic, frame-perfect animation.
  • claude-code-stream -- Live visualization of a Claude Code session. Every tool call on stream in real time.
  • hyperstructure -- Raymarched fractal lattice with procedural audio. Pure GPU shader + generative drone. Requires a GPU stage.
  • this-day-in-history -- Cinematic broadcast of today's historical events from Wikipedia. Era-aware visuals that age from parchment to electric.
  • earth-pulse -- Living globe powered by real-time seismic and orbital data. Earthquakes and ISS orbit on a rotating Earth.
  • artemis-ii -- Real-time countdown and orbital mechanics for the Artemis II mission. Retro mission-control aesthetic.
  • solar-storm -- Real-time space weather visualization. Aurora, lightning, and solar wind driven by live NOAA data.
  • particle-life -- Emergent artificial life. 4,000 particles with asymmetric attraction rules produce complex behavior.
  • pypi-pulse -- Live PyPI package releases visualized as orbital comets launching from a central nexus. Driven by the PyPI RSS feed.
  • ocean-pulse -- Real-time ocean monitoring. 600+ NOAA buoy stations with wave height, water temperature, and wind data on a bioluminescent map.
  • bluesky-pulse -- Live Bluesky firehose visualization. Trending hashtag bubbles, language-coded particle stream, and real-time stats powered by the Jetstream API.
  • deep-listen -- Live underwater hydrophone spectrogram. Real-time audio from Orcasound's Puget Sound hydrophones rendered as a full-canvas waterfall display with logarithmic frequency scaling.
  • wikipedia-stream -- Real-time visualization of Wikipedia edits as they happen. Every edit flows in live from the Wikimedia EventStreams API.
  • ai-vtuber -- AI VTuber live stream. A 3D anime character powered by Claude for conversation and Kokoro TTS for voice synthesis. Requires a GPU stage.
  • hormuz-watch -- Real-time Strait of Hormuz monitoring. Live vessel positions, prediction market prices, transit counts, oil data, and breaking news.
  • meteor-watch -- Full-screen radiant sky chart visualizing 10,000+ meteor detections from the Global Meteor Network. Automatic cluster detection with cinematic broadcast styling.

Quick Start

# Install Dazzle
curl -sSL https://dazzle.fm/install.sh | sh
dazzle login

# Create a stage and bring it up
dazzle stage create my-stage
dazzle stage up --stage my-stage

# Sync an example
dazzle stage sync ./hello-world --stage my-stage

Broadcasting starts automatically when the stage is up. Each example's README has specific run and deploy instructions.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors