Analysis updated 2026-05-18
Monitor live performance metrics for multiple NVIDIA DGX Spark computers from a single browser window.
Benchmark local AI language models to measure response speed under different levels of concurrent requests.
Remotely manage and shut down AI machines over secure SSH connections without physical access.
Track how fast AI models generate text by detecting common serving software automatically.
| miaai-lab/sparkdash | alpha-vector-core/polymarket-arbitrage-trading-bot | alpha-vector-core/polymarket-trading-bot | |
|---|---|---|---|
| Stars | 79 | 79 | 79 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 4/5 | 4/5 | 4/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Runs in a single Docker container but requires one or more NVIDIA DGX Spark machines and SSH access details to be useful.
sparkDash is a web dashboard for monitoring one or more NVIDIA DGX Spark machines in a single browser window. The DGX Spark is a small but powerful ARM64 computer built around NVIDIA's GB10 chip, designed for running local AI models. sparkDash streams live metrics from these machines, covering GPU usage, CPU load, memory, storage, network activity, and local language model performance. You can add, edit, reorder, or remove Spark units directly from the interface without restarting anything. The main features center on real-time visibility and control. A shared Overview page gives you a bird's-eye look at all connected Sparks, while each unit gets its own tabbed detail page. The dashboard can connect to Sparks running locally or remotely over SSH, using either a key file or a password. For language model workloads, it automatically detects common serving software like llama.cpp, vLLM, or sglang, and reports live tokens per second. It also includes a prompt showcase mode that streams up to 32 concurrent prompts across multiple terminals, and a decode benchmark for measuring throughput under different concurrency levels. Security and configuration are handled with care. SSH passwords are encrypted using AES-256-GCM and are never written to the main config file or returned through the API. The system supports assigning roles to each Spark, such as Head, Worker, or Standalone, with worker units linking back to their head node. You can also trigger graceful shutdowns or Wake-on-LAN power commands, and batch actions are available from the Overview page. The project is built with React 19 and TypeScript on the frontend, running on Express 5 with WebSockets on the backend. It is designed to run inside a single Docker container, which is the recommended way to deploy it. You can also run it in a development mode with hot reloading. Four themes are available, and your choice persists across sessions. The full README is longer than what was shown.
A web dashboard to monitor NVIDIA DGX Spark AI computers in real-time, showing live GPU, CPU, and local AI model performance metrics. You can manage multiple machines and run model benchmarks from a single browser window.
Mainly TypeScript. The stack also includes TypeScript, React 19, Express 5.
No license information was provided in the explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.