// 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 See How It Works Learn More
22+
Apps Monitored
7
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

Charts, Not Just Numbers

Below the stat strip and health grid, three Chart.js visuals turn the same metrics into an at-a-glance shape: an App Health doughnut (healthy vs errored), a Kronos Jobs doughnut (active / disabled / errored), and an SRM Status bar comparing open requests against requests added today. Each chart carries a small badge with its headline count and redraws on every 60-second refresh.

meltuc.tech/nexus/app — Chart Row
App Health
🟢🔴
22 apps
Kronos Jobs
⏱️
14 total
SRM Status
📊
7 open
// 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, and last run from kronos_jobs; also feeds the activity feed.
📡
GHT
Repo count from ght_repositories. 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.
📓
SHL
Milestone entries from shl_entries (only rows flagged is_milestone) surface in the activity feed.
🚨
Herald
Published Chronicle articles (herald_alerts WHERE source_app='chronicle') surface in the activity feed.
// WHAT YOU GET

Command-Level Visibility Across the Entire Platform

Nexus owns zero tables. It assembles the full ops picture on demand from seven live blueprint data sources — no duplication, no staleness.

🛰

Instant Health Overview

Apps, Kronos jobs, GHT repos, SRM requests, NLG content pool, and TKN spend — aggregated from seven 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.

📈

Visual Breakdown Charts

An App Health doughnut, a Kronos Jobs doughnut (active/disabled/errored), and an SRM Status bar chart turn the same headline metrics into a shape you can read in a glance.

🔌

MCP Tool Access

Platform status and the activity feed are exposed as MCP tools (nexus_platform_status, nexus_activity_feed) so an assistant can query live ops data via an X-MCP-Key header, no browser session required.

🟢

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.