- π 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