StealThis .dev

Dark SaaS Dashboard Preview

A dark SaaS dashboard preview landing page — the app UI IS the hero. Includes a sidebar, metric cards, a revenue chart (CSS-drawn), a data table, and an activity feed.

Open in Lab
gsap scrolltrigger lenis css vanilla-js
Targets: JS HTML

Code

Dark SaaS Dashboard Preview

The product IS the hero. A full-screen dark dashboard UI embedded in the landing page — showing real-looking data to instantly communicate product value.

Layout

┌─────────────────────────────────────────────────┐
│  Nav (landing)                                  │
├──────┬──────────────────────────────────────────┤
│ Side │  Metric cards (4)                        │
│ bar  │  Revenue chart (CSS/SVG sparklines)      │
│      │  Recent transactions table               │
│      │  Activity feed + User summary            │
└──────┴──────────────────────────────────────────┘
│  Features section (below the fold)              │
│  Pricing table                                  │
│  CTA + Footer                                   │

Dashboard components

  • Sidebar — nav items with icons, active state, collapse toggle
  • Metric cards — MRR, Users, Churn, NPS with trend arrow + sparkline
  • Revenue chart — SVG polyline drawn with GSAP strokeDashoffset
  • Transactions table — avatar, name, amount, status badge, date
  • Activity feed — timestamped events with type icons

Animations

  • Chart line draws in on scroll enter
  • Metric numbers count up (GSAP)
  • Table rows stagger in
  • Sidebar collapse animation