v2.0 — Now with real-time collaboration

Build at the speed
of imagination

The creative development toolkit for teams who refuse to compromise. Animation, interaction, and deployment — unified.

import { motion, stagger } from 'flux'

const scene = new Scene({

  renderer: 'webgpu',

  fps: 120,

  responsive: true

})

scene.animate('.card', {

  y: [100, 0],

  opacity: [0, 1],

  stagger: 0.08,

  ease: 'expo.out'

})

scene.flux — 12 lines
0.3ms render

Engineered for performance

Every API designed to be intuitive. Every animation buttery at 120fps.

WebGPU Renderer

Native GPU acceleration for every animation. Complex particle systems, 3D transforms, and shader effects.

renderer: 'webgpu'

particles: 50_000

fps: 119.7 // stable

Live Code

Write it, see it. Hot module replacement with instant preview.

scene.add('particle-field')
scene.play({ loop: true })

// Output:

50,000 particles

120fps locked

Smart Stagger

Orchestrate complex sequences with one line. Elements animate in spatial order.

Scroll Observer

Pin, scrub, and trigger with scroll progress. Built-in viewport detection.

One-Click Deploy

Push to production in seconds. Automatic CDN distribution and bundle optimization.

flux deploy -- done in 1.2s
WEBGPU RENDERER // 120FPS LOCKED // 50K PARTICLES // ZERO CONFIG // WEBGPU RENDERER // 120FPS LOCKED // 50K PARTICLES // ZERO CONFIG //

Built by creators, for creators

Award-winning studios and indie devs ship with Flux every day.

[project preview]

Orbital Landing

WebGL + Flux scroll triggers

[project preview]

Synth Interface

Drag physics + audio sync

[project preview]

Data Canvas

50k particles at 120fps

Used by teams at [your studio] [your agency] [your startup]
KR

Kai Renner

Creative developer, freelance — Berlin

"I prototyped a scroll-driven 3D product showcase in 45 minutes. With raw GSAP it was taking me a full day. The stagger API alone saved me from writing 200+ lines of sequencing logic."
time_saved: "~6hrs/week"

Ready to build something electric?

Free for personal projects. Pro plans for teams who need real-time collaboration.