A self-hosted, drag-and-drop dashboard builder with live system monitoring, dark theme, and 45 widgets. No cloud. No accounts. No nonsense.
Everything you need to build a personal command center โ nothing you don't.
Visual editor with snap grid, resize handles, and a widget sidebar. Press Ctrl+E and start building.
CPU, memory, disk, network, and Docker stats stream in real-time via Server-Sent Events.
Single Node.js server. No cloud accounts, no telemetry, no external dependencies. Your data stays home.
Vanilla JS, vanilla CSS. No React, no Webpack, no transpilation. Clone, install, run. That's it.
Built dark from the ground up with CSS custom properties. Easy on the eyes, beautiful on any screen.
System stats, weather, stocks, crypto, calendars, todos, cameras, Docker, AI usage, and much more.
Built-in pages system for notes, calendars, boards, and more. Each page has its own API and storage โ extend your dashboard beyond widgets.
Lock editing with a PIN, store API keys server-side, and toggle Public Mode to safely share your dashboard with visitors.
Build and share your own widgets. Copy the template, follow the contribution guide, and submit a PR.
A real dashboard built with LobsterBoard. Drag, drop, save, done.
From system monitoring to smart home โ there's a widget for that.
$ npm install lobsterboard
$ cd node_modules/lobsterboard
$ node server.cjs
$ git clone https://github.com/curbob/LobsterBoard.git
$ cd LobsterBoard
$ npm install
$ node server.cjs
Then open http://localhost:8080 โ press Ctrl+E โ drag widgets โ click ๐พ Save.
Open source and built for tinkerers. Star us on GitHub and get started today.