{"id":15285285,"url":"https://github.com/shivang1305/spotify","last_synced_at":"2026-04-12T06:33:07.669Z","repository":{"id":257000822,"uuid":"856747719","full_name":"shivang1305/spotify","owner":"shivang1305","description":"Spotify clone project using next.js, react.js for components, tailwind css for styling, postgres and supabase for db and stripe to handle payments.","archived":false,"fork":false,"pushed_at":"2025-01-18T07:49:22.000Z","size":10376,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T18:10:51.588Z","etag":null,"topics":["nextjs14","oauth2","postgresql","reactjs","redux-toolkit","stripe","supabase","tailwindcss","zustand"],"latest_commit_sha":null,"homepage":"https://spotify-phi-lovat.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivang1305.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T06:08:58.000Z","updated_at":"2025-01-18T07:49:23.000Z","dependencies_parsed_at":"2024-12-05T10:26:42.999Z","dependency_job_id":"19d224f4-9bca-450e-acb1-13e3a88a0bba","html_url":"https://github.com/shivang1305/spotify","commit_stats":null,"previous_names":["shivang1305/spotify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shivang1305/spotify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivang1305%2Fspotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivang1305%2Fspotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivang1305%2Fspotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivang1305%2Fspotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivang1305","download_url":"https://codeload.github.com/shivang1305/spotify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivang1305%2Fspotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31706764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs14","oauth2","postgresql","reactjs","redux-toolkit","stripe","supabase","tailwindcss","zustand"],"created_at":"2024-09-30T15:04:03.247Z","updated_at":"2026-04-12T06:33:07.651Z","avatar_url":"https://github.com/shivang1305.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spotify 🎵\n\nA full-stack Spotify Clone built with **Next.js**, **TypeScript**, and **Supabase**, offering features like song uploads, favorites, subscription management, and a fully functional music player.\n\n[**Live Demo**](https://spotify-7s64j14zf-shivang1305s-projects.vercel.app/)\n\n---\n\n## Features 🚀\n\n### **1. Authentication**\n\n- User authentication is powered by **Supabase**.\n- Users can register and log in to access personalized features like song uploads and favorites.\n\n### **2. Songs Upload**\n\n- Users can upload their own songs.\n- Songs are stored in **Supabase Realtime Database**.\n\n### **3. Songs Fetching List**\n\n- Dynamically fetch and display all uploaded songs.\n- Responsive and user-friendly design with **Tailwind CSS**.\n\n### **4. Favorite Songs**\n\n- Add and remove songs from the favorites list.\n- Favorites are stored in the user's profile in **Supabase**.\n\n### **5. Payment Gateway Integration**\n\n- Integrated with **Stripe** for managing subscriptions.\n- Users can subscribe to premium features.\n\n### **6. Subscription Functionality**\n\n- Premium subscribers unlock exclusive features.\n- Subscription status is stored and validated through **Stripe**.\n\n### **7. Complete Player Functionality**\n\n- Full music player with **play**, **pause**, and **seek** functionality.\n- Responsive and intuitive player controls.\n\n---\n\n## Tech Stack 🛠️\n\n- **Frontend**: [Next.js](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), [Tailwind CSS](https://tailwindcss.com/)\n- **Backend**: [Supabase](https://supabase.com/), [Stripe](https://stripe.com/)\n- **Database**: Supabase Realtime Database\n- **Authentication**: Supabase Auth\n- **Deployment**: Vercel\n\n---\n\n## Local Setup 🖥️\n\nFollow these steps to set up the project locally:\n\n### **1. Clone the Repository**\n\n```bash\ngit clone https://github.com/shivang1305/spotify.git\ncd spotify\n```\n\n### **2. Install Dependencies**\n\n```bash\nnpm install\n```\n\n### **3. Environment Variables**\n\nCreate a .env.local file in the root of the project and add the following variables:\n\n```bash\nNEXT_PUBLIC_SUPABASE_URL=your_supabase_url\nNEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key\nSTRIPE_SECRET_KEY=your_stripe_secret_key\nNEXT_PUBLIC_STRIPE_PUBLIC_KEY=your_stripe_public_key\nNEXT_PUBLIC_SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key\n```\n\n### **4. Run the Development Server**\n\n```bash\nnpm run dev\n```\n\nVisit http://localhost:3000 to view the app in development mode.\n\n## Deployments 🚀\n\nThe application has been deployed and is live! You can check it out here:  \n[Spotify Live](https://spotify-7s64j14zf-shivang1305s-projects.vercel.app/)\n\n---\n\n## Screenshots 📸\n\n### **Authentication Page**\n\n#### Register Page\n\n![Register Page Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/Register.png)\n\n#### Login Page\n\n![Login Page Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/Login.png)\n\n### **Homepage**\n\n![Homepage Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/Home.png)\n\n### **Liked Songs**\n\n![Liked Songs Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/LikedSongs.png)\n\n### **Search Songs**\n\n![Search Songs Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/Search.png)\n\n### **Upload Songs**\n\n![Upload Songs Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/UploadSong.png)\n\n### **Profile Page**\n\n![Profile Page Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/Profile.png)\n\n### **Player Functionality**\n\n![Player Functionality Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/Player.png)\n\n### **Subscriptions Page**\n\n![Subscriptions Page Screenshot](https://github.com/shivang1305/spotify/blob/main/public/images/Stripe.png)\n\n---\n\n## Acknowledgements 🙏\n\nThis project wouldn’t have been possible without the following:\n\n- **Supabase**: For seamless authentication and real-time database management.\n- **Stripe**: For integrating payment gateway and subscription functionality.\n- **Tailwind CSS**: For providing utility-first CSS for designing a modern UI.\n- **Next.js**: For enabling server-side rendering and optimized frontend/backend integration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivang1305%2Fspotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivang1305%2Fspotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivang1305%2Fspotify/lists"}