Particle Sphere9,000 particles arranged on a sphere with warm gold and cool silver tones, slowly spinning in Three.js.

Backgrounds3D & ShadersHero sectionMarketing site404 page

Add to your project

One command adds this component to your project.

1

Run the following command. New project? Run npx shadcn@latest init first to set up Tailwind and path aliases.

npx shadcn@latest add @aicanvas/particle-sphere
2

For dark mode, add the dark class to your <html> element:

Optional
<html class="dark">

Install with AI Canvas MCP

With AI Canvas MCP, your AI knows every component we ship. Ask for “a navigation component from AI Canvas” inside Claude Code, Codex, or Cursor and it can suggest you a few options, then install the one you like. Less typing, lower token cost, modern way to build.

Get MCP

About Particle Sphere

Particle Sphere renders 9,000 particles distributed across the surface of a sphere using spherical coordinates and additive blending in Three.js. The top hemisphere fades from warm gold to orange, the bottom from cool white to silver, and the whole structure rotates slowly on a slight tilt. Because each particle is a simple Points instance with a sprite map, the GPU handles thousands of additive draws comfortably even on integrated cards. It is a striking hero element for AI products, landing pages with a cosmic feel, or 404 pages that need something memorable.

Built with

Three.jsCanvasTailwind CSS

More like this