
Honey
Lightweight, client-side startpage/dashboard for self-hosted services
255 stars 18 forks last commit first released
Actively maintained
Last commit 31 May 2026.

Honey is a lightweight, client-side startpage and dashboard for organizing self-hosted services. It is implemented in plain HTML, CSS and JavaScript and runs entirely in the browser, with build tooling provided by Vite.
Key Features
- Pure client-side application implemented in HTML, CSS and JavaScript (no backend required).
- Configurable services and UI via a single JSON file (config/config.json) with support for custom icons and wallpapers.
- Visual availability indicators (ping dots) and options to open services in new tabs.
- Built with Vite for development and optimized builds; prebuilt archives/releases are available for easy deployment.
- Official Docker image and docker-compose example for containerized deployment.
- Settings UI exposes common options (dark mode, blur, animations, trusted domains, open-new-tab behavior).
- Simple mechanism for adding custom services (array of service objects with name, desc, href, icon).
Use Cases
- A personal homeserver startpage to centralize links to self-hosted apps (dashboards, dev tools, media services).
- A LAN/service catalog for a small team to quickly access internal tools and status at a glance.
- Quick deployment on a static webroot or container (Docker) to provide a uniform entrypoint for multiple services.
Limitations and Considerations
- All operations are client-side: settings are stored in the browser (cookies/local storage) and can be lost if cookies are blocked or cleared.
- No built-in multi-user accounts or server-side authentication; centralized/multi-user configuration requires deploying a shared config file on the server.
- Some UI assets (fonts/icons/wallpapers) are third-party resources and may require network access unless fully bundled in a custom config.
Honey is suitable when you need a simple, dependency-light startpage for self-hosted services that is easy to deploy and customize. It prioritizes minimalism and client-side operation over centralized user management or server-side features.
Categories:
Tags:
Tech Stack:
Similar to Honey
Iso
Minimal, configurable dashboard for managing self-hosted services
A plug-and-play, Docker-first dashboard for self-hosted services configured via a single JSON file with multi-language support.

Flame
Self-hosted startpage to manage apps and bookmarks on your server.
Flame is a self-hosted startpage for your server to manage apps and bookmarks with built-in editors, search, weather, and Docker integration.
Portall
Self-hosted port management UI for generating and organizing ports.
Open-source web UI to generate, assign, and organize port numbers across multiple hosts.
portracker
Self-hosted real-time port monitoring and service discovery
Self-hosted tool that auto-discovers system and container ports, maps services in real time, and helps prevent port conflicts across servers via a web dashboard.

Lab Dash
Self-hosted customizable homepage and dashboard for homelabs
Lab Dash is an open-source homepage/dashboard for homelabs. It offers a customizable widget grid, shortcuts, system info, basic health checks, PWA support, and local encrypted configuration.
Yacht
Container management UI for self-hosted deployments with templating.
Self-hosted container management UI focused on templating and one-click deployments for Docker-based stacks.





