Rare find

Hero Card Stack. A smooth, scrollable card stack that fans out like Apple's Time Machine.

hero-card-stack.vercel.app

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2026
  • Update preview link in README
  • Revise README for Tailwind CSS and add preview
  • style: update body background color to #F4F4F4 for improved aesthetics
  • add: create README.md with project overview, setup instructions, and …
  • add: implement utility functions for class name merging and value cla…
  • add: create main App component to render TimeMachine
  • add: set up main entry point for React application with StrictMode an…
  • add: create TimeMachine component for scroll-based card navigation wi…
  • add: implement tinykeys utility for handling keyboard shortcuts in a …
  • add: define constants for card game configuration in constants.ts
  • add: implement custom hook for keyboard shortcuts using tinykeys
  • add: implement Tailwind CSS styles and create Vite environment type d…
  • add: create TypeScript configuration files and Vite setup for React p…
  • add: initial project setup with ESLint configuration, HTML template, …