Components
A full-screen, canvas-driven nebula simulation that swirls organic, ethereal gas clouds in real time. Built with a self-contained Simplex noise engine, particles drift and fade, reacting to cursor proximity for an interactive, immersive effect. Ideal for ambient hero backgrounds, generative-art overlays, or sci-fi UI backdrops.
npx @21st-dev/cli add dhileepkumargm/living-nebula-1Loading preview...
import LivingNebula from "@/components/ui/living-nebula-1";
export default function DemoOne() {
return <LivingNebula />;
}