The wordmark, the type, the color, the motion, the voice. Sequenced as a story you can read top to bottom.
Ella AI is not a character or avatar. She is a field: six Lissajous oscillators moving in screen blend, producing patterns of light that breathe and never repeat.
Six oscillators each trace a parametric Lissajous figure: x = sin(t·fx + φ), y = cos(t·fy + ψ). Each fx/fy pair is an incommensurate ratio, so the curve never exactly closes. The pattern is organic and non-repeating across any practical timescale.
fx: .31, fy: .47globalCompositeOperation is set to screen: where two gradients overlap, colors add toward white rather than mixing toward gray. Against the near-black fill, the six spectral colors stay vivid, and the luminous core breathes as the oscillators drift through one another.
globalCompositeOperation = 'screen'Four layered conic strokes ring the portrait with six drifting color stops. Each interpolates toward a random angular target about every 400ms at its own rate, so the colors are perpetually mid-transition, coupled to the fill's clock and never still.
v += (target − v) × 0.030