CrazyGLCrazyGLHomeExploreGitHubBrowse heroesLoading hero…← Back to gallery@crazygl/holo-dashboard-grid

Holographic Dashboard Grid

Your dashboard rendered as a translucent hologram floating above a glowing cyan grid floor that recedes to the horizon. Scanlines, slight flicker, secondary feature panels drifting at depth. Built for analytics, cybersecurity, AI monitoring, and any sci-fi interface aesthetic.

ReactWebGL3DImageInteractiveFont#hologram#dashboard#grid#scanlines#cyberpunk#analytics#three#saas#futuristic#sci-fi

Usage

import HoloDashboardGrid from '@crazygl/hero-holo-dashboard-grid';

export default function Page() {
  return (
    <HoloDashboardGrid
      heading="Insight, transparent."
      screenshot="/shots/analytics-dark.avif"
      clarity={0.54}
      gridColor="#56e3ff"
    />
  );
}

Customise

  • ContentcontentType, heading, subheading, or custom nodes.
  • Dashboardscreenshot, screenshotX/Y, screenshotScale, screenshotTilt, hologramTint, hologramOpacity, clarity, scanlineStrength, flickerStrength.
  • Secondary panelssecondaryEnabled, secondary1Imagesecondary6Image, secondarySpread, secondaryZSpread, secondaryScale.
  • Grid floorgridColor, gridIntensity, gridSpacing, gridCellSize, gridY.
  • AtmospherebgTop / bgBottom, haloColor / haloStrength, transparentBackground.
  • MotionparallaxStrength.

Best for

  • Analytics and BI platforms.
  • Cybersecurity and threat-monitoring dashboards.
  • AI observability and devops control planes.
  • Premium SaaS launches chasing a heads-up-display, sci-fi aesthetic.
01 · Install the package

One command, zero config.

npm install @crazygl/hero-holo-dashboard-grid
02 · Render the component

Import once, drop it in.

The component takes the same props you see in the live customizer on the right — every default ships poster-quality.

hero.tsx
import HolographicDashboardGrid from '@crazygl/hero-holo-dashboard-grid';

export default function Landing() {
  return (
    <HolographicDashboardGrid />
  );
}
03 · Use it in a page

SSR-safe by default.

The wrapper renders static HTML on the server and only initialises the canvas after hydration, so search engines see your copy.

page.tsx
// app/page.tsx — works in SSR-first frameworks (Next, Remix, Astro, etc.)
'use client';

import HolographicDashboardGrid from '@crazygl/hero-holo-dashboard-grid';

export default function Page() {
  return (
    <section>
      <HolographicDashboardGrid
        heading="Say hi."
        subheading="Your new hero."
      />
      <article>
        <h2>Welcome</h2>
        <p>Your content keeps its own voice below the hero.</p>
      </article>
    </section>
  );
}
You might also like

Similar heroes

Screenshot as Hologram Projection

Your screenshot projected from a small device as a translucent holographic panel floating in the air. Wide cyan projection cone, moving scanlines, subtle flicker, drifting dust. Built for AI, dev tools, cybersecurity, and futuristic SaaS.

Dashboard Eclipse

Your dashboard screenshot sits low in the frame, partially hidden behind a glowing eclipse horizon, a vertical beam of light rising from it like the product itself is powering the scene.

Floating Dashboard With Light Beam Reveal

Your product dashboard, tilted in 3D space, scanned into existence by a soft blue-purple light beam. A glowing uplight underneath and a subtle floor reflection complete the look.

AI Console Portal

A glowing torus portal opens onto an AI console screenshot stepping forward into the scene, surrounded by orbiting prompt and output cards and a stream of particles slipping past the ring toward the camera.

Gravity Grid

Perspective-tilted wireframe plane warped by metallic spheres. The grid bends around each ball like a rubber sheet, and the cursor adds a fourth distortion well.

Touch Sparkle Grid

A dark perspective grid floor receding into the distance. Pointer movement emits glowing magenta-pink and cyan sparkle particles that drift, fade, and die — a soft halo glows where the cursor rests.
Live customizer

Holographic Dashboard Grid

Dashboard screenshotImage projected as the floating hologram. PNG / JPG / AVIF / WebP. Dark UIs work best.Panel offset X0worldHorizontal offset of the main hologram panel.Panel offset Y0.1worldVertical offset of the main hologram panel.Panel size1.3Size multiplier for the main hologram panel.Panel tilt-25.5°Forward/back tilt around the panel's horizontal axis. Negative tilts the top toward the camera.Hologram tintCyan-leaning hologram bias. Pulled through the screenshot luminance for the classic projector look.Panel opacity1Clarity0.540 = heavy hologram (scanlines, flicker), 1 = clean screenshot.Scanline strength0.17Flicker strength0.05Show secondary panelsSecondary 1 imageImage rendered on the first secondary hologram panel. Leave blank to hide this panel.Secondary 2 imageImage rendered on the second secondary hologram panel. Leave blank to hide this panel.Secondary 3 imageImage rendered on the third secondary hologram panel. Leave blank to hide this panel.Secondary 4 imageImage rendered on the fourth secondary hologram panel. Leave blank to hide this panel.Secondary 5 imageImage rendered on the fifth secondary hologram panel. Leave blank to hide this panel.Secondary 6 imageImage rendered on the sixth secondary hologram panel. Leave blank to hide this panel.Secondary spread1.45How far the secondary panels are spread around the main hologram. Lower = closer to main panel.Secondary Z spread0.5worldDepth variation between secondary panels along Z. 0 = all at the same depth, higher = staggered front-to-back.Secondary size1Size of each secondary panel relative to the main hologram.Grid colourGrid intensity0.4Grid spacing0.2worldCell pitch of the small grid lines. Lower = denser grid.Grid line width0.008relWidth of each grid line as a fraction of cell size. Thinner = airier grid.Floor height-2.1worldVertical position of the floor.Background topBackground bottomHalo colourHalo strength0.4Transparent backgroundParallax strength0.5InteractivityWhich input drives the hero — try Scroll if you want the page to drive motion.
CrazyGL · crazygl.comProgrammable hero sections for real websites.