- 🏠 WHat is Haus?
- ⚡ Features
- 🐳 Self-Hosting
- 🧰 Development
Haus is a simple, free, open-source online workstation. It provides a flexible workspace with movable and resizable windows so you can arrange your tools exactly the way you like; no account required.
- 📝 Notepad: Quick, lightweight text editing.
- ✔️ Todo List: Simple task tracking.
- ⏱️ Pomodoro Timer: Stay focused with structured sessions.
- ⏲️ Advanced Countdown Timer: Custom countdowns with options.
- 🎧 Ambient Sound Player: Background sounds for concentration.
- 🌬️ Breathing Exercise Tool: Guided breathing for relaxation.
- 🪟 Custom Layout: Movable and resizable tool windows.
- 🔓 No Account Needed: Everything works instantly.
- 🐳 Self-hostable: Docker image is available.
docker run -d \
--name haus \
-p 8080:8080 \
ghcr.io/remvze/haus:latestThe open:
http://localhost:8080
A docker-compose.yml is included at the project root.
Run:
docker compose up -dThen open:
http://localhost:8080
Clone the repo and run locally (optional):
npm install
npm run dev