recensa
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.
它附带一个逼真的模拟器,无需任何硬件、账户或API密钥即可运行,开发者可以在离线环境中测试和开发监控方案。
Open-source monitoring for a fleet of Starlink dishes. Live telemetry, obstruction maps and alerting for every site — maritime, mining, remote camps, ISP relays.
The hard part of building anything for Starlink is that you need a dish — ideally forty of them, in bad weather, on the other side of the planet.
So FleetView ships its own fleet. One command starts 40 simulated dishes that speak the real Starlink local gRPC protocol, each with believable telemetry, plus fault injection you can trigger from a terminal:
npm run setup # once
npm run dev # 40 dishes + agent + cloud + dashboard
Open http://localhost:5273. That's the screenshot above, running on your machine in about ten seconds — no hardware, no accounts, no API keys, no Docker.
Point it at a real dish when you have one. It's the same agent either way.
Every simulated dish has a control plane. Knock a vessel offline and watch the map turn red, the alert fire, and the site drop into "needs attention":
curl -X POST http://127.0.0.1:8799/scenario \
-H 'content-type: application/json' \
-d '{"id":"mv-pacific-voyager","mode":"obstructed"}'
Modes: normal · offline · obstructed · high_latency · degraded · thermal
Reset everything with curl -X POST http://127.0.0.1:8799/scenario/reset.
This is the bit that's genuinely hard to get any other way. Reproducing a thermal shutdown, a mid-poll reboot, or a tree growing into the sky view is otherwise a matter of waiting months and getting lucky.
| Per-site detail — latency/throughput history, dish info, event log, and a rendered sky obstruction map showing exactly what's blocking the view. | Alerting — site down (debounced so blips don't page you), obstruction, packet loss, high latency. Slack and email, or console-only with nothing configured. |
| Fleet table | Mobile |
|---|---|
Open-source Starlink fleet monitoring — live telemetry, obstruction maps and alerting for every site. Includes a 40-dish gRPC simulator, so you can run the whole thing with no hardware.
根据分类、Topic 和编程语言匹配的相似项目。
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.
An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.

TokHub is an open-source monitoring, recommendation, and OpenAI-compatible gateway system for AI API intermediaries, combining public status pages, supplier rankings, user workspaces, layered probing, metering, alerts, encrypted keys, and Docker self-hosting.