Spotify clone • Elysium
This site lists all songs that have surpassed 1 billion streams on Spotify, along with their albums and artists.
The interface closely mirrors Spotify’s design: animations and components were studied and recreated using the browser’s developer tools.
Data is updated nightly around 2 a.m.
This is a personal, independent project and is not affiliated with Spotify.
- ⚛️ React 18
- 🧩 TypeScript
- ⚡️ Vite
- 🎨 Tailwind CSS
- 🧰 Redux Toolkit
- 📬 Axios
- 🔀 React Router
npm inpm run devCreate a .env at the repo root based on .env.example:
VITE_API_URL=
This repository is a component of Olympe, a modular stack for collecting and visualizing Spotify “Billions Club” data.
Elysium is the web interface that reads datasets produced by Artemis (under /collections) and presents them to users, while Heraclès and Sisyphe handle processing and scheduling.
It can't run standalone.
Parent project: Olympe
Data collector: Artemis
Production site: https://spotify-billions.club
