June 24, 2026
Stickmen, shade, and startup dreams
Markdy: Like Mermaid Diagrams, but for Motion
A text-only animation tool drops, and the crowd is split between “future!” and “ugh, ugly stickmen”
TLDR: Markdy is a new tool that lets people create simple animations by writing text instead of dragging things around on a screen. Commenters are torn: some see a fast, creative future for it, while others can’t get past the awkward stickman style and rough-looking examples.
A new open-source tool called Markdy is pitching a very simple dream: write a few lines of text, and your little scene springs to life. No fiddly timeline dragging, no hand-placing every movement — just type out who appears, where they stand, and what they do, and the browser handles the rest. It’s basically trying to do for animation what Mermaid did for diagrams: make it feel more like writing than designing. And yes, the project is also waving the “AI can generate this” flag, which instantly got people imagining robot-made mini movies.
But the comments? Pure split-screen drama. One camp was immediately into the idea, calling it “really cool” and saying they could picture people whipping up scenes fast. The other camp took one look at the examples and basically said: love the concept, hate the vibe. The loudest complaint was the look — especially the stick figures — with multiple commenters saying the examples felt rough, awkward, or just plain not nice to look at.
That kicked off the real debate: is Markdy a toy for goofy emoji stickmen, or the start of something much bigger? One commenter begged for website and app component animation instead of little cartoon people, saying that’s where the useful stuff is. Another delivered the most deliciously chaotic review of the thread, calling it “both awful and essentially the future,” while comparing it to the wild creative energy of the old Flash internet. In other words: the community may not agree on whether it looks good, but they absolutely agree it has main character potential.
Key Points
- •Markdy is presented as an open-source animation DSL for defining motion through text instead of keyframes or drag-and-drop tools.
- •The article demonstrates package-based usage with `@markdy/core`, `@markdy/renderer-dom`, and `@markdy/astro`, including browser and Astro examples.
- •The core parser is described as a pure TypeScript implementation with zero runtime dependencies.
- •Rendering is web-native, using the Web Animations API and CSS transforms rather than Canvas or GSAP.
- •The syntax guide covers scene setup, actor definitions, timeline-based actions, speech effects, and easing options.