Infrastructure
Web Server & Connectivity
HTTPS reachability, static assets, and certificate validity
Data Layer
Database & Email Service
PostgreSQL + Express API · Nodemailer email server
API Services
REST API Endpoints
Authentication, orders, coupons & reviews
User Journeys — synthetic checks computed from live component statuses above
End-to-End Flows
Computed — no additional network requests are made
Email Configuration
SMTP / Transactional Email
Static configuration status — not a live connectivity test
Live Metrics — fetched from production API in real time
—
Total Orders
—
Registered Users
—
Active Coupons
—
Avg Response
Run a check to see results.
Incident History
Real-time log of ongoing and past incidents. Managed via the MCP server.
Resolved Incidents
Loading…
Posting via API (for AI / automation)
POST /api/incidents
x-api-key: <your-api-key>
Content-Type: application/json
{
"title": "Orders API elevated error rate",
"severity": "major",
"affectedServices": ["orders", "database"],
"message": "We are investigating elevated error rates on the Orders API.",
"author": "Claude"
}
POST /api/incidents/INC-001/updates
x-api-key: <your-api-key>
{
"status": "resolved",
"message": "Root cause identified and fix deployed. Monitoring.",
"author": "Claude"
}