remvze
haus
TypeScript

๐Ÿก A dead-simple online workstation.

Last updated May 7, 2026
241
Stars
11
Forks
4
Issues
0
Stars/day
Attention Score
71
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Haus ๐Ÿก

A dead-simple online workstation.

Visit Haus | Buy Me a Coffee


Table of Contents

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

ยฉ 2026 GitRepoTrend ยท remvze/haus ยท Updated daily from GitHub