Moodist
Web app for layering ambient sounds into custom focus and relaxation soundscapes
Alternative to: Calm, Noisli, myNoise, Rainy Mood
Moodist is an open-source ambient sound web app with 84 curated sounds you can layer into custom soundscapes for focus, relaxation, or sleep. It includes binaural beat and isochronic tone generators, saveable sound presets, shareable mix URLs, breathing exercises, a Pomodoro timer, and a notes/task list, and installs as an offline-capable PWA.
Moodist Docker Compose example
Self-host Moodist on your own server, homelab, or VPS starting from this Docker Compose example.
It runs Moodist in Docker containers using the official ghcr.io/remvze/moodist:latest image, with persistent volumes and automatic restarts preconfigured.
Review the environment variables and adjust them to your setup, save the file as compose.yml (or docker-compose.yml), and start the stack with docker compose up -d.
services:
moodist:
image: ghcr.io/remvze/moodist:latest
restart: unless-stopped Prefer a managed setup? WinterFlow installs, configures, and updates Moodist for you using this same Docker Compose configuration.