Tech Stack

HTML CSS JavaScript (ESNext) Node.js Express PostgreSQL Ubuntu VPS Nginx PM2

Technologies Used

Description

Running several small experiments on a single VPS made it hard to remember what was deployed where and whether anything was still receiving traffic. Instead of manually checking logs and systemctl output, I built a small dashboard to track deployments and basic request counts from my personal services. It focuses on simple tables and trends that help me spot dead services or bad deploys quickly.

Project Info

Overview

This project gives me one place to see which personal services are deployed, when I last touched them, and a rough idea of whether traffic is still flowing through them.

What I Implemented