Dispatch № 03 · makerspace-dashboard
Makerspace Dashboard
Real-time machine telemetry dashboard
- Next.js
- TypeScript
- React
- Tailwind CSS
- 3DPrinterOS
- SUMS
A full-stack operations dashboard that pulls live telemetry from makerspace machines into a single view.
By the numbers
- Developed and deployed a full-stack dashboard using Next.js and React, integrating 3DPrinterOS and SUMS APIs to visualize real-time data for 20+ machines.
- Cut widget load times by 34% by implementing server-side rendering (SSR) and incremental static regeneration (ISR) for async data fetching across 5+ dashboard views.
Integrations
Next.js + React front end backed by the 3DPrinterOS and SUMS APIs, visualizing real-time status for 20+ machines across 5+ dashboard views.
Rendering strategy
I leaned on server-side rendering and incremental static regeneration for the async data fetches, cutting widget load times by 34%.