mirror of
https://github.com/remvze/moodist.git
synced 2026-05-20 22:22:37 -04:00
main
Features
- 84 curated ambient sounds you can layer into custom soundscapes.
- Smooth fade transitions on play/stop and sleep timer shutdown.
- Shareable mixes via URL with one-click import.
- Presets to save, rename, delete, and instantly reapply mixes.
- Built-in binaural beat and isochronic tone generators.
- Built-in breathing exercise, Pomodoro, countdown, todo, and notepad tools.
- Installable PWA with offline caching.
- Open-source and self-hostable with Docker.
- And much more!
Self-Hosting
1. Run with Docker
docker run -d \
--name moodist \
-p 8080:8080 \
ghcr.io/remvze/moodist:latest
The open:
http://localhost:8080
2. Run with Docker Compose
A docker-compose.yml is included at the project root.
Run:
docker compose up -d
Then open:
http://localhost:8080
Contributing
Please check CONTRIBUTING.md file.
Support Moodist
Please give a star if you liked this project.
You can also Buy Me a Coffee to help me maintain Moodist.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Third-Party Assets
Some sounds used in this project are sourced from third-party providers and are subject to different licenses:
- Sounds licensed under the Pixabay Content License: Pixabay Content License
- Sounds licensed under CC0: Creative Commons Zero License
Languages
TypeScript
71.3%
CSS
21.5%
Astro
6.5%
JavaScript
0.4%
Dockerfile
0.2%
