Lazy-ui
Lazy-ui
registry components
DocsComponentsBlocksChangelog
GitHub0Install
Navigation11 groups
Get StartedDocs
  • Introduction
  • Installation
  • Changelog
  • All Components
Background13 items
  • Wave CipherNew
  • Horizon CipherNew
  • Orbit CipherNew
  • Orbit BloomNew
  • Orbit MeshNew
  • Aurora MeshNew
  • Chroma FlowNew
  • Prism DriftNew
  • Shadow MeshNew
  • Slime BackgroundNew
  • NeumorphismNew
  • Ripple SurfaceNew
  • Liquid ChromeNew
Text Animate7 items
  • Shiny Text
  • Text WarpNew
  • Text RiseNew
  • Text SpinNew
  • Text ScrambleNew
  • Spinning TextNew
  • Text FlipNew
Animate6 items
  • Counter
  • Liquid RevealNew
  • Liquid TransitionNew
  • Matrix GridNew
  • Particle HaloNew
  • Bling TransitionNew
Effects2 items
  • Reveal Animate
  • Circle CipherNew
Forms2 items
  • Switch
  • Checkbox
Buttons3 items
  • Copy Button
  • GitHub Stars Button
  • Glass ButtonNew
Feedback1 item
  • Progress
Navigation1 item
  • Animated Tabs
Overlay1 item
  • Animate Tooltip
Device Mocks1 item
  • iPhoneNew

Orbit Cipher

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

orbit-cipher
Background

Build lazily.

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

0px

Customize

Edit props; preview updates instantly.

Customize
Effect
Columns
36
Rows
22
Speed
1.00x
Wave frequency
1.0
Wave power
4.0
Arms
3
Falloff
1.5
Base alpha
5%
Color cycle
1.0
Opacity
100%
Color 1
Color 2
Charset

Props

Props accepted by OrbitCipher.

PropTypeDefaultDescription
effect"ripple" | "spiral" | "vortex" | "pulse""spiral"Radial pattern mode. `ripple` = concentric rings, `spiral` = arms twisting outward, `vortex` = arms with quadratic radial twist, `pulse` = radial pulses modulated by angular petals.
charactersstring"0123456789ABCDEF"Glyph charset. Each cell picks one deterministically.
columnsnumber36Cells across the canvas. Cell width = canvasWidth / columns.
rowsnumber22Cells down the canvas.
speednumber1Overall animation speed multiplier.
waveFrequencynumber1Spatial frequency of the radial wave — higher = more bands.
wavePowernumber4Wave peak sharpness. Higher = thinner, brighter ridges.
spiralArmsnumber3Number of arms in `spiral`, `vortex`, and `pulse` modes.
falloffnumber1.5Radial darkening exponent — higher concentrates brightness at the center.
baseAlphanumber0.05Baseline alpha so the grid is faintly visible everywhere, not only on ridges.
colorSpeednumber1Speed of the two-tone color cycle.
glyphChurnnumber0.5How fast each cell cycles its glyph. Zero locks the charset to its initial pick.
color1string"#7c3aed"Primary tone in the two-tone cycle.
color2string"#22d3ee"Secondary tone in the two-tone cycle.
backgroundstring"#000000"Background fill drawn each frame beneath the glyphs.
opacitynumber1Multiplier applied to the final draw alpha.
fontScalenumber0.9Font size as a fraction of the cell width.
classNamestring—Extra class names merged onto the root container.

Installation

Choose CLI for the one-line shadcn install, or copy the file manually.

npx shadcn@latest add https://2lazyui.com/r/orbit-cipher.json

Usage

Import the component and drop it into a render.

demo.tsx9 lines
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>
  );
}
Registryv0.1
Animated TabsNavigationCopy ButtonButtonsGitHub Stars ButtonButtonsReveal AnimateEffectsCounterAnimateShiny TextText AnimateText WarpText AnimateText RiseText AnimateText SpinText AnimateText ScrambleText AnimateSpinning TextText AnimateText FlipText AnimateProgressFeedbackSwitchFormsGlass ButtonButtonsCheckboxFormsiPhoneDevice MocksCircle CipherEffectsLiquid RevealAnimateLiquid TransitionAnimateWave CipherBackgroundHorizon CipherBackgroundOrbit CipherBackgroundOrbit BloomBackgroundOrbit MeshBackgroundMatrix GridAnimateParticle HaloAnimateAurora MeshBackgroundChroma FlowBackgroundPrism DriftBackgroundShadow MeshBackgroundSlime BackgroundBackgroundNeumorphismBackgroundRipple SurfaceBackgroundLiquid ChromeBackgroundBling TransitionAnimateAnimate TooltipOverlayPricing · ClassicBlocks · PricingPricing · BentoBlocks · PricingPricing · EditorialBlocks · PricingPricing · MatrixBlocks · PricingPricing · UsageBlocks · Pricing
Browse all 42 components
Up nextRoadmap
DialogPlanned
TabsPlanned
TooltipPlanned
CommandPlanned
Help the project
Star on GitHubSuggest a componentRead the DESIGN.md