// PLATFORM OPERATIONS CENTER

LIVE INTELLIGENCE
ACROSS EVERY APP.

Nexus aggregates real-time health data, activity events, scheduled job status, open requests, and token spend from every blueprint on the platform — without SSH, without tailing logs. One screen that tells you what is running, what failed, and what needs your attention right now.

Launch App Learn More
22+
Apps Monitored
6
Live Data Sources
20
Activity Events
0
Own Tables

Instant Health Overview

The platform status panel gives you a single-screen health snapshot aggregated from every major subsystem. App counts show how many blueprints are registered and whether any have errored jobs. Kronos shows total scheduled jobs, how many are active, and error count. GHT shows tracked repos and last collection time. SRM shows open requests and today's volume. NLG and TKN surface newsletter output and total AI token spend. Metrics are sourced from the Sigma API when available and fall back to direct table queries — and the whole snapshot can be exported to CSV with one call.

meltuc.tech/nexus/app
PLATFORM STATUS
Updated 8s ago
Apps
22
Total
21
Healthy
1
Errored
Kronos Jobs
14
Total
12
Active
1
Errored
GHT Trending
47
Repos
2m ago
Last Collect
SRM Requests
7
Open
23
Today
NLG Content
18
Sent
42
Pool
TKN Token Cost
1.2M
Tokens
$4.37
Cost USD

Cross-Platform Event Stream

The activity feed unifies the last 20 platform events across Kronos job runs, GHT collection runs, SRM request updates, SHL milestones, and freshly published Chronicle articles into a single chronological stream. Each entry shows the source app, a label, outcome status, and timestamp. Color-coded badges let you spot failures instantly without drilling into individual apps.

meltuc.tech/nexus/app — Activity Feed
RECENT ACTIVITY
● Live
Source Event Status Time
kronos Mellissa Inbox Triage ok 2m ago
srm Deploy authentication fix to prod open 8m ago
kronos GHT Velocity Alerts ok 18m ago
ght Collection run complete 24m ago
kronos AIF Hourly Scan error 34m ago
srm Add pagination to Chronicle API resolved 1h ago
kronos NLG Auto-Generate ok 2h ago

Scheduled Job Health at a Glance

The Kronos section surfaces the health state of every scheduled job without leaving Nexus. Each job row shows its name, schedule, last run status, and a run history sparkline — five colored dots representing the last five run outcomes. Green is ok, red is error, amber is timeout, gray is idle. A job showing three or more red dots consecutive has already triggered a Telegram alert. Link to the full Kronos dashboard for Run Now and edit controls.

meltuc.tech/nexus/app — Kronos Overview
KRONOS — SCHEDULED JOBS
View all in Kronos →
Job Name Schedule Last Run History Next
Mellissa Inbox Triage every 300s ok in 4m
AIF Hourly Scan every 3600s error in 26m
GHT Velocity Alerts cron: 0 * * * * ok in 42m
InboxPurge Gmail Scan cron: 0 2 * * * ok tomorrow
NLG Auto-Generate cron: 0 6 * * 5 ok Friday

Unacknowledged Platform Alerts

Any unacknowledged Herald alerts appear directly in Nexus. When a Kronos job hits three consecutive failures, or another blueprint emits an error-level alert via shared.herald.emit_alert(), it surfaces here in real time. Source app, severity level, alert title, and timestamp are all shown. Jump to Herald for the full acknowledge-and-triage workflow.

meltuc.tech/nexus/app — Herald Summary
HERALD ALERTS 2 unacked
View all in Herald →
error kronos Job "AIF Hourly Scan" failing: 3 consecutive failures 34m ago
warn aif YouTube API quota exceeded — scan incomplete 1h ago
info ght Rate limit hit on GitHub API — backed off 60s 3h ago ✓
// DATA SOURCES

What Nexus Reads

Nexus owns no tables. Platform metrics come from the Sigma API first and fall back to reading the underlying tables directly; the activity feed also pulls in SHL milestones and Chronicle articles. Every query is wrapped in a per-table try/except so a single unavailable service never breaks the whole dashboard.

Kronos
Job count, active, errored, last run from kronos_jobs. Run dot history from kronos_runs.
📡
GHT
Repo count from ght_repos. Last successful collection from ght_collection_runs.
🎫
SRM
Open and today's request counts from srm_requests. Excludes resolved/closed.
📰
NLG
Newsletters sent from nlg_newsletters. Unused pool from nlg_content_pool.
🔢
TKN
Total token count and cumulative cost from tkn_turns across all AI sessions platform-wide.
🚨
Herald
Unacknowledged alert count and recent alert rows from herald_alerts.
// WHAT YOU GET

Command-Level Visibility Across the Entire Platform

Nexus owns zero tables. It assembles the full ops picture on demand from six live platform tables — no duplication, no staleness.

🛰

Instant Health Overview

Apps, Kronos jobs, GHT repos, SRM requests, NLG content pool, and TKN spend — aggregated from six live tables into a single-screen status snapshot updated on every load.

📋

Cross-Platform Activity Feed

The last 20 platform events from Kronos, GHT, SRM, SHL milestones, and Chronicle articles unified in one chronological stream. Color-coded badges surface failures instantly without drilling into individual apps.

Kronos Job Sparklines

Every scheduled job row shows a five-dot run history — green ok, red error, amber timeout, gray idle. Three consecutive red dots means an alert has already fired in Herald.

🚨

Herald Alert Surface

Unacknowledged Herald alerts appear directly in Nexus — source, level, title, and timestamp — so you spot active issues without navigating away from the ops dashboard.

🟢

Live Health Grid

A pass/fail tile for every registered app, built dynamically from the blueprint registry and refreshed by polling each /health endpoint. Newly added apps appear automatically; results are cached 60 seconds.

📤

CSV Export

Download the entire platform status snapshot as a CSV — one row per metric — for spreadsheets, reporting, or feeding into other tooling.

💰

Token & Cost Tracking

Total AI token consumption and cumulative USD cost from TKN across all sessions platform-wide — visible at a glance on the status panel alongside Kronos and SRM metrics.

🛡

Resilient by Design

Every data source query is individually wrapped in try/except. A single unavailable table returns a zero and the rest of the dashboard continues unaffected — no cascading failures.

// GET STARTED

Know What Is Happening. Right Now.

All 22 platform apps. Live health. Activity feed. Scheduled job dots. One screen. No SSH required.

Launch Nexus

Requires a MelTuc account. Create one free.