Dashy screenshot
#43 B Rank #175

Dashy

Self-hosted personal dashboard/homepage for organizing links to your services, driven by a YAML config file. Highly customizable visually but has very little server-side logic.

Infrastructure Vue.js Easy to deploy
63.0 / 100

βš™ Full Stack

Vue.js SPA built and served via a small Node/nginx server, configured entirely through a single YAML file; status-checking widgets make lightweight client-side polling calls to configured service URLs.

πŸ“ˆ Scaling Analysis

Scales trivially since it's nearly stateless config-driven UI β€” any number of replicas can serve the same YAML config, with the only real constraint being how the status-check widgets fan out requests to monitored services.

πŸš€ Running on Nexlayer

Single-pod deployment serving the static/Node app with the YAML config mounted via a ConfigMap-style volume; no database pod required. Mirror the Node base image via mirror.gcr.io and set basic auth or an auth proxy in front since built-in auth is minimal.