Components
This new concept is called "Hyperdrive." It features an interactive starfield that reacts to your mouse. As you move your cursor towards the center of the screen, the stars streak past, creating a "warp speed" effect. The further your mouse is from the center, the calmer the starfield becomes. This creates a powerful sense of depth and motion.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/hyperdrive-heroLoading preview...
import HyperdriveHero from "@/components/ui/hyperdrive-hero";
export default function DemoOne() {
return <main className="App bg-black">
<HyperdriveHero />
</main>
}