Skip to content

Deployed

Latest

Choose a tag to compare

@Ytosko Ytosko released this 10 Jul 01:59
· 2 commits to main since this release

πŸš€ AI Playlist Generator Music Player – Initial Release

Release Version: v1.0.0
Live Site: https://music.ytosko.ix.tc/
Repository: GitHub Repo


🎧 About the Project

The AI Playlist Generator Music Player is a web application that allows users to generate intelligent music playlists using AI and play them seamlessly through a modern, responsive music player interface.


πŸ”₯ Features

  • 🎢 Generate smart playlists based on mood, genre, or keywords
  • πŸ” Search and fetch songs using YouTube API or a music database
  • ▢️ Built-in audio player with controls
  • 🌐 Deployed at a custom domain: https://music.ytosko.ix.tc/
  • ⚑ Fast and responsive frontend (Vite/React or similar)

πŸ› οΈ Tech Stack

  • Frontend: HTML, CSS, JavaScript (React or Vanilla)
  • Backend (Optional): Node.js / Express (if used)
  • Hosting: VPS + NGINX / Apache
  • Domain: ix.tc subdomain via FreeDNS
  • GitHub: Version control & public repo

πŸ“¦ Installation (For Developers)

git clone https://github.com/Ytosko/AI-Playlist-Generator-Music-Player.git
cd AI-Playlist-Generator-Music-Player
npm install
npm run dev  # or npm run build && npm start