Custom app launcher, browser home page, and service monitor. cute.haus
homelab react typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

45 1 0

Clone this repository

https://git.vm.fail/aly.codes/watsup https://git.vm.fail/did:plc:pviz75iotqw7bplxb2yaw4kx
ssh://git@knot1.tangled.sh:2222/aly.codes/watsup ssh://git@knot1.tangled.sh:2222/did:plc:pviz75iotqw7bplxb2yaw4kx

For self-hosted knots, clone URLs may differ based on your setup.


README.md

watsup#

screenshot

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.