Skip to main content

DGX Lab

DGX Lab is a local-first developer dashboard for the NVIDIA DGX Spark. It provides a browser-based interface for managing models, monitoring hardware, designing synthetic datasets, tracing agent runs, and more -- all running on your own hardware.

What's in the box

ToolWhat it does
MonitorReal-time GPU, CPU, and memory utilization for the DGX Spark
ControlBrowse, pull, and delete Hugging Face models from the local cache
AutoModelEstimate memory footprint and inference performance for a model before downloading
DesignerGenerate synthetic datasets with NeMo Data Designer
CuratorCurate and filter datasets
DatasetsBrowse local datasets
TracesView experiment traces
LangSmithObserve LangChain runs, spans, and feedback (API or local JSONL)
AgentsBrowse Cursor agent personas and skills
Agent ChatCodebase-aware assistant powered by RAG + Claude

Architecture

Mac browser ──► DGX Spark (LAN / Tailscale)
├── Frontend (Next.js, port 3000)
├── Backend (FastAPI, port 8000)
└── GPU (128 GB unified memory)

The frontend proxies /api/* to the backend. In production, nginx sits in front and serves everything on port 80.

Next steps