Analysis updated 2026-05-18
Build a simple talking avatar for a browser based project or demo.
Prototype a virtual news anchor or interview scene with multiple characters.
Direct a puppet character live from the command line or an API.
Design a custom animated character by editing SVG and JSON, no coding required.
| askrobots/dbbasic-face | 0xustaz/streamgate | a-bissell/unleash-lite | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | vibe coder | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Node, ffmpeg, and a text-to-speech engine like macOS say or espeak installed first.
Puppet Stage is a tool that turns a simple cartoon character in your browser into a talking, gesturing puppet, controlled by typed text instead of animation software. You write lines like an actor's script, mixing plain spoken dialogue with bracketed stage directions such as walk, wave, or look left, and the character performs them live in the browser. The speech comes from a text to speech engine already built into your computer, such as macOS's built in voice or the free espeak program on Linux. A separate open source tool called Rhubarb Lip Sync then listens to that generated speech and works out which mouth shape the character should show at each moment, so the lips move roughly in time with the words. If that lip sync tool is missing, the mouth still moves based on how loud the audio is at each instant, as a fallback. Each character is defined by an SVG image and a small JSON file describing its parts, such as which shape is the mouth, how the eyes blink, and what named actions like waving or bowing look like, so new characters can be created without writing any code. Two sample characters are included to show a simple version and a more detailed one. The project runs as one small Node.js server plus a static web page, with no external JavaScript packages required beyond what is built in. You can control the puppet from a text box in the browser, from a prewritten script, or by sending commands from the command line, and multiple browser tabs watching the same server will all show the same performance at once. It also supports splitting the screen into multiple framed characters side by side, similar to a news broadcast, complete with captions and simple scene transitions. The README does not mention a license.
A browser puppet that lip-syncs a cartoon character to text-to-speech audio and follows typed stage directions like an actor's script.
Mainly Python. The stack also includes Node.js, JavaScript, SVG.
No license information is stated in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.