๐ก A dead-simple online workstation.
Last updated May 7, 2026
241
Stars
11
Forks
4
Issues
0
Stars/day
Attention Score
71
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
Table of Contents
- ๐ WHat is Haus?
- โก Features
- ๐ณ Self-Hosting
- ๐งฐ Development
What is Haus?
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.
Features
- ๐ 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.
Self-Hosting
1. Run with Docker
docker run -d \
--name haus \
-p 8080:8080 \
ghcr.io/remvze/haus: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
Development
Clone the repo and run locally (optional):
npm install
npm run dev๐ More in this category