Coming Soon

Shape
everything.

The vector editor where shapes come alive. Draw with vector networks, write reactive formulas, simulate physics — and ship it all as code.

See Features →
Ball.x = mouse.x
Ball.y = spring(mouse.y, 0.3)
// That's it. It follows your cursor.

See it in action

Write a formula. See it run. Every example below is a real Formo scene.

Eyes that follow

Two formulas. Two lines of code. The character's eyes track your cursor in real time.

LeftEye.x = clamp(mouse.x - Face.x, -20, 20) RightEye.x = clamp(mouse.x - Face.x, -20, 20)
Interactive demo

Build Arkanoid in 60 seconds

The real test: can you build a game from scratch in under a minute?

1

Draw a paddle

Set x = mouse.x. Done, it follows your cursor.

2

Draw a ball

Add physics, set initial velocity. It bounces.

3

Draw bricks

Duplicate into a grid, tag them #brick.

4

Add collision

event.target.destroy()

5

Press Space

It runs. Ship it.

No other design tool can do this. Figma is static. Rive can't do arbitrary logic. Flash could — and Flash is dead.

Not just a design tool

Figma
Rive
Flash
Formo
Vector networks
Basic
No
No
Full graph
Reactive formulas
No
No
ActionScript
Signal graph
Physics
No
No
External libs
Box2D built in
Events
No
State machine
MovieClip
Code + visual
Animation
No
Yes
Yes
Formula keyframes
Components
Static variants
Limited
MovieClip
Typed I/O
IK / Procedural
No
No
Bone tool
3 IK solvers
Export
Static assets
.riv runtime
.swf (dead)
JS, React, Lottie

The Flash successor

Adobe Animate ends March 2026. Flash animators need a new home.

What Flash got right

  • Vector editor + timeline + scripting in one tool
  • Instant visual feedback for every code change
  • Low floor, high ceiling
  • Component model (MovieClips)

What we fixed

  • Reactive formulas instead of ActionScript
  • Per-property keyframes with easing
  • Reactive dependency graph, not polling
  • Canvas rendering + JS/React export

Join the beta

Full editor access. Direct feedback channel. Your name in the credits. Free Pro tier for life.

No spam. No waitlist games. We read every application.

Get early access

Full editor access. Direct feedback channel. Free Pro tier for life.

You're on the list! We'll be in touch soon.