AI2024 — present
Mathify
An AI platform that turns a plain-language prompt into a rendered math or physics animation.
Prompt to rendered animation, end to end.
What it is
Mathify takes a natural-language description of a mathematical or physical idea, generates the animation code for it, renders that code on cloud infrastructure, and hands the result back inside an interactive product built around generation, iteration and sharing.
The hard part
Generated animation code fails in ways a normal web app never has to handle, and rendering takes minutes rather than milliseconds. The product had to stay responsive while jobs ran far outside a request-response cycle.
How it works
A generation layer that writes and repairs animation code, a queue-backed render farm that executes it in isolated environments, and a product surface where people can iterate on a scene without ever seeing the machinery underneath. The same pipeline is exposed as an API so it can be driven from automation tools.
Technology
TypeScriptNext.jsPythonManimLLM APIsQueues & workersCloud renderingVTKn8n
More video
Mathify API & n8n workflow
Driving the render pipeline as infrastructure, not just a web app.
3D interactive Manim / VTK
Scientific 3D visualization built on top of the rendering stack.
Have something difficult to build?
Tell me what you're trying to make, automate, or figure out. If it's a good fit, I'll help turn it into working software.