Browser-first animation workflow
Write script, preview instantly, export confidently.
Manim Web combines a Python-like DSL, live preview, camera tools, captions, background audio, and image assets in one professional editor.
Editor / Preview Diff View
Script
scene = Scene(duration=4)
title = Text("Great Plateau", color=YELLOW)
dot = Dot(color=BLUE)
scene.add(title, dot)
scene.play(dot.animate.shift(RIGHT * 3), run_time=2)
scene.move_camera(position=RIGHT, run_time=1)Render Preview
Great Plateau
What You Can Use Today
Transforms, groups, lagged timing
Camera movement + zoom + fixed HUD objects
Voiceovers, caption manager, background audio manager
Image/SVG assets for animation workflows