Jestech Health Monitor & Status Dashboard

#5
prototypinghighinternal-tool
View on GitLab

Description

A lightweight service that monitors all deployed Jestech projects and displays a public status page. **Features:** - Periodic health check pings to all deployed services (reads from jestech-deploy state.json) - Status page at status.jestech.org showing up/down/degraded for each service - Response time tracking and uptime percentage - Alerting via Discord webhook when a service goes down or comes back up - Historical uptime data (last 24h, 7d, 30d) - API endpoint for programmatic status checks **Architecture:** Single lightweight service (Python FastAPI or Go). SQLite for historical data. Cron-based health checks every 60 seconds. Static frontend (no framework needed — just HTML/CSS/JS). **Why:** With multiple prototypes and production services deployed, there's currently no visibility into what's up or down. A failed deploy or crashed container goes unnoticed until someone manually checks. This provides operational confidence at scale and integrates with the MCP server so Claude can check service health. **Quick to build:** This is a weekend project — simple HTTP pings, a database, and a status page.

Comments (2)

Administrator3/29/2026

## Evaluation | Dimension | Score | |-----------|-------| | Feasibility | 9/10 | | Market Fit | 5/10 | | Effort (inverted) | 9/10 | | Strategic Alignment | 8/10 | | **Total** | **31/40** | ### Notes Quick win — simple HTTP pings + SQLite + status page. Very high feasibility and low effort (true weekend project). Moderate market fit potential (status page SaaS is crowded but a self-hosted option has niche appeal). Strong alignment with operational needs — can't run an automated company if you don't know what's up or down. Also great as a first project to test the full pipeline end-to-end. --- Auto-advancing to **planning** (score ≥ 28).

Administrator3/29/2026

**Stage transition:** planning → prototyping Monitor built at C:\Projects\jestech-monitor. 15 tests passing. Ready to deploy.

Created: 3/29/2026, 4:50:09 AM
Updated: 3/29/2026, 5:06:14 AM