I built termstage because I was tired of screen-recording CLI demos and ending up with heavy GIFs that look bad in READMEs.
termstage lets you describe a terminal session in YAML and renders it as an animated SVG — lightweight, crisp at any size, embeds directly in GitHub READMEs.
Nothing, honestly. asciinema needs a JS player to render, GitHub READMEs don't support it as a native image. termstage outputs plain SVG, so it's just an <img> tag that works anywhere.
yep, but your pipeline now is record → upload → download cast → run svg-term → SVG. termstage skips the recording step and goes straight to SVG from a YAML spec.
What was wrong with https://asciinema.org/ ?