The Story Behind Animator
How a game dev frustration became a free tool for everyone
It started with a simple frustration. We were building a game and needed to animate characters — walk cycles, idle poses, attack sequences — but every 3D animation tool we tried was either too complex, too expensive, or locked behind a subscription. We just wanted something clean, fast, and open.
That's when the idea for Animator was born. What if there was a lightweight, browser-first tool that let you import any 3D model, rig it with bones, drop in keyframes on a timeline, and export a finished animation — all without touching a massive DCC like Blender or Maya?
We wanted it to feel approachable. Indie developers, students, and hobbyists shouldn't need to spend weeks learning a professional tool just to make a character wave or walk. The goal was a 3D animator you could actually pick up in an afternoon.
We built it on React, Three.js, and Tauri so it could run in the browser and as a native desktop app without compromise. Procedural animation tracks let you generate motion algorithmically, and the reference viewport means you can animate against real footage without switching tools.
We made it free and open source under AGPL-3.0 because the best tools for creators should be available to everyone. If it saves one indie developer a subscription fee or helps one student land their first animation job, that's exactly what we set out to do.
