Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
![ChittyOS](https://img.shields.io/badge/ChittyOS-service-6366F1?style=flat-square)
![Tier](https://img.shields.io/badge/tier-3%20operational-3730A3?style=flat-square)

# ChittyMonitor

> Application monitoring and tracking dashboard for the ChittyOS ecosystem.

ChittyMonitor provides real-time monitoring of connected applications across platforms (Replit, GitHub, Vercel), tracking status, performance metrics, workflow pipelines, and activity events. It features a React frontend with live-refreshing metrics, an Express.js backend, and Neon PostgreSQL for storing app registrations, heartbeats, package operations, and CI/CD workflow runs. Integrates with ChittyID for authentication, ChittyFlow for pipeline tracking, and ChittyIntel for AI-powered anomaly detection.

**Domain**: `monitor.chitty.cc`
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
},
"description": "ChittyOS application monitoring and health dashboard"
}
Loading