Skip to content

elbatin/pulse

Repository files navigation

Pulse

Real-time business analytics dashboard with a cinematic landing hero.

Next.js TypeScript Tailwind CSS GSAP

Overview

Pulse is a concept landing page for a real-time business analytics SaaS. It features a full-page cinematic scroll experience built with GSAP ScrollTrigger — a deep-blue 3D card rises from below the fold, reveals an iPhone mockup with live metrics, and concludes with a tactile CTA section.

Features

  • Cinematic scroll timeline — 7000px pinned GSAP ScrollTrigger sequence
  • 3D iPhone mockup — mouse-tracked parallax rotation with physical hardware details
  • Skeuomorphic card — deep-blue with dynamic mouse lighting via CSS custom properties
  • Glassmorphism badges — floating stat callouts with backdrop blur
  • Tactile buttons — physically layered box-shadow light/dark variants
  • Theme-aware — light and dark mode via CSS variables

Tech Stack

Layer Technology
Framework Next.js 16 (App Router)
Language TypeScript 5
Styling Tailwind CSS v4
Components shadcn/ui (Radix UI)
Animations GSAP 3 + ScrollTrigger

Getting Started

npm install
npm run dev

Open http://localhost:3000 and scroll down to experience the full animation sequence.

Project Structure

src/
├── app/
│   ├── globals.css          # Tailwind base + shadcn theme tokens
│   ├── layout.tsx
│   └── page.tsx             # Entry point — renders CinematicHero with Pulse props
└── components/
    └── ui/
        └── cinematic-landing-hero.tsx   # Self-contained hero component

Component API

<CinematicHero
  brandName="PULSE"
  tagline1="See your business"
  tagline2="breathe."
  cardHeading="Data that actually makes sense."
  cardDescription={<>...</>}
  metricValue={98}
  metricLabel="Uptime Score"
  ctaHeading="Start seeing clearly."
  ctaDescription="No setup fees. No lock-in. Just clarity."
/>

Author

Batın Topaloğluelbatin.com

About

Cinematic landing hero for Pulse — a real-time business analytics dashboard. Built with Next.js 15, TypeScript, Tailwind CSS v4, shadcn/ui, and GSAP scroll animations. Features a scroll-driven timeline, 3D iPhone mockup, and tactile glassmorphism UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors