https://github.com/dank-stuff/dankmuzikk-legacy
Create, Share and Play Music Playlists.
https://github.com/dank-stuff/dankmuzikk-legacy
dank go golang htmx music templ youtube
Last synced: about 2 months ago
JSON representation
Create, Share and Play Music Playlists.
- Host: GitHub
- URL: https://github.com/dank-stuff/dankmuzikk-legacy
- Owner: dank-stuff
- License: gpl-3.0
- Archived: true
- Created: 2024-04-20T13:34:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-19T01:41:58.000Z (3 months ago)
- Last Synced: 2026-03-19T15:05:10.158Z (3 months ago)
- Topics: dank, go, golang, htmx, music, templ, youtube
- Language: Go
- Homepage: https://dankmuzikk.com
- Size: 5.82 MB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> This repo is the legacy code of DankMuzikk, browse the new repos at [dank-stuff/?q=dankmuzikk](https://github.com/orgs/dank-stuff/repositories?q=dankmuzikk).
## About
**DankMuzikk** is a music player designed for colloborative playlists, where a playlist's collaborators can add and vote for music in a playlist, and the other music player stuff.
## Contributing
IDK, it would be really nice of you to contribute, check the poorly written [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.
## Roadmap
- [x] Search YouTube for music
- [x] Web UI
- [x] Audio player
- [x] Accounts and Profiles
- [x] Playlists
- [x] Share playlists
- [x] Vote songs in playlists
- [x] Songs queue
- [x] Add songs to queue
- [x] View/Edit queue
- [x] Expandable player
- [x] Mobile
- [x] Desktop
- [x] Share songs
- [x] Player's menu
- [ ] Update profile
- [x] Cross device control
- [ ] Offline support
- [ ] Songs' metadata fixer
- [x] Lyrics
## Technologies used
- **[Go](https://golang.org)**: Main programming language.
- **[JavaScript](https://developer.mozilla.org/en-US/docs/Web/javascript)**: Dynamic client logic.
- **[Python](https://python.org)**: Used for the YouTube download service.
- **[templ](https://templ.guide)**: The better [html/template](https://pkg.go.dev/html/template).
- **[htmx](https://htmx.org)**: The front-end library of peace.
- **[hyperscript](https://hyperscript.org)**: So htmx won't feel lonely..
- **[GORM](https://gorm.io)**: The fantastic ORM library for Golang.
- **[MariaDB](https://mariadb.org)**: Relational database.
- **[yt-dlp](https://github.com/yt-dlp/yt-dlp)**: YouTube download helper.
- **[minify](https://github.com/tdewolff/minify)**: Minify static text files.
## Run locally
1. Clone the repo.
```bash
git clone https://github.com/dank-stuff/dankmuzikk-legacy
```
2. Create the docker environment file
```bash
cp .env.example .env.docker
```
3. Create required directories
```bash
mkdir -p .db/{etc,var} .serve/{muzikkx,pix} .google-chrome-data
```
4. Run it with docker compose.
```bash
docker compose up -f docker-compose-all.yml
```
5. Visit http://localhost:20250
6. Don't ask why I chose this weird port.
## Acknowledgements
- **This project is not affiliated with YouTube or Google, or anyone to that matter in any sort of ways.**
- Colorscheme is inspired from [Dankpods](https://www.youtube.com/@DankPods)
- Loader’s CSS was made by [@thamudi](https://github.com/thamudi)
- Lyrics are provided by [LyricFind](https://www.lyricfind.com/)
---
A [DankStuff
](https://dankstuff.net) product!
Made with 🧉 by [Baraa Al-Masri](https://mbaraa.com)
