Vesselix
Vesselix is an open-source lightweight Docker dashboard positioned closer to docker ps, docker logs, docker stats, lazydocker, and btop than to a full PaaS.
The goal is a compact local-first runtime UI for developers, VPS owners, homelab users, and Linux users who want fast Docker visibility without accounts, roles, OAuth, Kubernetes, or heavy dashboard abstractions.
The frontend is a dense React + TypeScript interface with Tailwind CSS, TanStack Query, TanStack Table, and TanStack Virtual. Logs are virtualized, keyboard shortcuts are core to the UX, and the UI has Low/High performance modes so it can stay useful on weak VPS, Raspberry Pi, Orange Pi, and low-end mini PCs.
The backend is written in Rust with Axum and Docker integration through REST endpoints. The planned release direction is a single vesselix binary that embeds the built React UI and serves both the interface and API locally.
