New Project
Spotify clone built with Astro View Transitions integration for fluid navigation + TailwindCSS + Svelte.

A Spotify-inspired interface using Astro's client router and View Transitions for fluid navigation. The example also uses Tailwind CSS and Svelte.
Node.js 22.12 or newer and Bun are required.
bun installbun run dev
Run the migration checks before submitting changes:
bun run checkbun run buildbun run format:check
You can deploy the example using Vercel Template or see a live demo
View Transitions animate between DOM states. Learn more in these links:
Native same-document View Transitions are supported in Chrome and Edge 111+, Firefox 144+, Safari and iOS 18+, and corresponding mobile browsers. MDN marks the feature as Baseline 2025.
This project intentionally configures Astro's client router with fallback="none". Older browsers still navigate, but use full-page navigation without animation.