Single-file HTML dashboard that pulls deployment status, container health, and resource usage from the Coolify API.
Overview
Single-file HTML dashboard that pulls deployment status, container health, and resource usage from the Coolify API.
Built as a single-file HTML application — no build tools, no frameworks, no external dependencies. Just open index.html in any modern browser.
Features
- Connect to any Coolify instance via API URL and bearer token
- Real-time dashboard showing all applications with status badges
- CPU, RAM, and uptime metrics per application
- Resource usage progress bars
- LocalStorage-based config persistence (no server needed)
- Dark theme optimized for monitoring dashboards
Quick Start
- Clone the repository
- Open
index.htmlin your browser - Enter your Coolify API URL and token
- Click Refresh
git clone https://github.com/soumendrak/coolify-dashboard-widget.git
cd coolify-dashboard-widget
open index.htmlProject Structure
coolify-dashboard-widget/
├── index.html # The complete application
├── LICENSE # MIT License
└── README.md # This file
Dark Theme
All projects in this suite share a consistent dark theme:
| Token | Color | Usage |
|---|---|---|
--bg |
#0f0f1a |
Page background |
--surface |
#1a1a2e |
Cards, headers, panels |
--accent |
#ff6b35 |
Buttons, highlights, borders |
--text |
#e0e0e0 |
Body text |
Contributing
Contributions welcome! Open an issue or submit a PR.
License
MIT © Soumendra Kumar Sahoo