Background
Particle sphere
A blue background with a living sphere made from hundreds of square particles over a quiet grid and distant pixel dots. Scrolling down pushes the tiles outward and thins the shell; scrolling back up gathers them into a dense globe. A small subset turns yellow on the way and gets a thin square target mark.
What you can change
- Backdrop colour through background
- Main tile colour through primary
- Sparse cyan tiles through secondary
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/background-002?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
A canvas background inspired by Ameba's hero animation: particles are distributed on a Fibonacci sphere, depth-sorted and drawn as square blue tiles with sparse cyan accents. Under the canvas sits a quiet CSS layer: a large grid and distant square dots masked around the sphere so the blue field does not feel empty. During the break-apart motion, a small subset turns yellow and receives a thin square target mark around it. The destruction progress comes from the nearest scroll container or the window, so scrolling down expands and fades the shell, while reverse scrolling smoothly rebuilds the globe. The component caps devicePixelRatio at 2, pauses off-screen and in hidden tabs, supports prefers-reduced-motion with a static frame, and uses no external assets or dependencies.
Tags
- background
- sphere
- particles
- canvas
- scroll
- hero
- blue
- animated
- ambient
- decorative
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…