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";

<OrbitCipher
  effect="spiral"
  columns={36}
  rows={22}
  speed={1}
  waveFrequency={1}
  wavePower={4}
  spiralArms={3}
  falloff={1.5}
  baseAlpha={0.05}
  colorSpeed={1}
  opacity={1}
  color1="#7c3aed"
  color2="#f0abfc"
  characters="0123456789ABCDEF"
/>