A website where you can download Spotify playlists or tracks, developed with Next JS.
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
A handy tool for Spotify lovers. It has a simple layout, lets you listen to a song before saving it, and adds metadata to your downloads. It saves you time organizing your music. Give it a try!
This app is built with Next JS, utilising modules such as: ytdl-core, youtube-sr, and most notably ffmpeg.wasm.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
You must have Node JS installed
- Aquire a Spotify Client ID and Secret from a Spotify API app.
- Create an env file ".env.local" and add each one to CLIENT_ID & CLEINT_SECRET.
- Open https://localhost:3000 with your browser to see the result.
When greeted at the home screen, enter a playlist or track link. On load, you will be able to download all the available content. If you have any doubts, you can preview the track by simply playing it in the UI.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.