Orbit Cipher

A radial cipher with four effect modes — ripple, spiral, vortex, and pulse — anchored to a configurable center with falloff.

Background

Build lazily.

Four effect modes, configurable center, falloff, and two-tone palette.

Customize

Effect
Columns36
Rows22
Speed1.00x
Wave frequency1.0
Wave power4.0
Arms3
Falloff1.5
Base alpha5%
Color cycle1.0
Opacity100%
Color 1
Color 2
Charset

Usage

import { OrbitCipher } from "@/components/lazy-ui/orbit-cipher";

export function Demo() {
  return (
    <div className="relative h-96 w-full overflow-hidden">
      <OrbitCipher effect="spiral" />
    </div>
  );
}