mirror of
https://github.com/alyraffauf/watsup.git
synced 2026-06-04 06:36:51 +00:00
Custom app launcher and service monitor for my homelab.
https://cute.haus
- TypeScript 94.6%
- CSS 2.4%
- HTML 2.4%
- Dockerfile 0.6%
| .github/workflows | ||
| _img | ||
| src | ||
| .gitignore | ||
| build.ts | ||
| bun-env.d.ts | ||
| bun.lock | ||
| bunfig.toml | ||
| CLAUDE.md | ||
| Containerfile | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
watsup
watsup is a convenient little dashboard and app launcher for cute.haus, my hybrid homelab/cloud infrastructure. Very much inspired by glance, but I grew tired of the limitations of a generic solution. Plus, I wanted to build my own for fun.
In addition to some pleasantries (top 5 stories on Hacker News, weather, search), it shows every website and service I host, with a checkmark reflecting whether they're reachable or not.
build stuff
To install dependencies:
bun install
To start a development server:
bun dev
To run for production:
bun start
This project was created using bun init in bun v1.3.7. Bun is a fast all-in-one JavaScript runtime.
