I’ve been working on something new, and I’m finally ready to show it: Mathify.dev, an AI tool that creates Manim-style mathematical animations from plain-language prompts.
Manim is powerful, but writing the code for even simple scenes can take hours. My goal with Mathify is to make the process dramatically faster: describe what you want, and Mathify writes the code, renders it, and gives you the animation.
Let me show you what it looks like in practice.
A Simple Example: A 2D Sine Wave
I started with something easy:
“Render a quick 2D animation of a sine function.”
A few seconds later, Mathify generates the code, runs the render, and produces the animation. That’s the basic idea — fast, natural-language-driven mathematical visuals.

Sine Wave Animation
Testing a Bigger Example: Neural Networks
Back in 2024, I built a full animation explaining the concept of a neural network.
It took days to write the code and tune the visuals manually.
So I asked Mathify:
“Render a quick explanation of the concept of a neural network.”
In about a minute, Mathify produced a complete animation with code included.
Is it perfect? Not yet. But it’s a massive head start: you get editable Manim code you can refine, instead of starting from nothing.

Neural Network Overview
That’s where I see the value — speeding up exploration and teaching.
Another Test: The Fibonacci Sequence
For the last free render in this demo, I tried:
“Render a quick animation of the Fibonacci sequence.”
Mathify began by displaying the number sequence (it even made a small mistake — easy to fix in the generated code). Then it produced a graphical representation, including the classic spiral associated with the sequence.

Fibonacci Sequence Animation
These tests show the potential: quick mathematical animations, ready to refine or use as is.
What’s Next for Mathify
This is the first version, and there’s a lot I want to improve:
The ability to keep chatting while animations render
Instant visual previews
More robust code generation
Faster backend rendering
Smoother workflow in the UI
Better handling of advanced Manim scenes
There’s a long list of features I’m excited to build. I’ll be coding like crazy in the coming weeks.
Try It Out
Mathify.dev is live today.
You can try it, break it, test different prompts, and send feedback. Every comment helps.
I’m excited to see what you create.
→ Visit Mathify.dev
Let me know what you think.




