@crazygl/hero-data-flow
v0.1.1
Published
Screenshot with Animated Data Flow — Glowing particles and connection lines stream out from a tilted product screenshot, suggesting live data moving through the UI. Built for analytics, CRM, automation, AI agents and… A customizable CrazyGL animated hero
Downloads
225
Maintainers
Readme
Hero made by @ybouane.
@crazygl/hero-data-flow
Glowing particles and connection lines stream out from a tilted product screenshot, suggesting live data moving through the UI. Built for analytics, CRM, automation, AI agents and database products.
Demo
Screenshot with Animated Data Flow
Install
npm install @crazygl/hero-data-flowUsage
import DataFlow from '@crazygl/hero-data-flow';
export default function Hero() {
return (
<DataFlow
screenshot="/img/dashboard.avif"
particleColor="#56e3ff"
accentColor="#ffb45a"
flowSpeed={0.7}
/>
);
}Customise
- Screenshot —
screenshot(the centerpiece capture), plusscreenAspect,screenScale,screenTilt,screenBrightness,screenshotX/Yto frame it. - Flow —
particleCount,particleColor,accentColor,flowSpeed,particleSize,emissionRate. - Lines —
showLines,lineOpacity,lineMaxDistance(how far a particle drifts before its tether fades). - Cursor —
cursorAttractbends the stream toward the pointer;cursorBurstspawns extra particles near the cursor. - Background —
bgTop/bgBottomgradient,ambientStarsdepth layer;contentAlignfor the copy.
Best for
- Analytics, BI, and customer-data (CRM) platforms.
- AI agent products and real-time / automation tools.
- Database and infra startups where "live data moving through the product" is the pitch.
This hero is part of CrazyGL, a collection of production-ready WebGL, canvas, 3D, and typography effects. Every CrazyGL hero ships with an agent-ready SKILL.md file that helps developers and coding agents adapt the effect into custom landing pages and interactive experiences.
