Yadd

screenshot of Yadd
express
react
tailwind

Yet Another Dashboard (Dockerized) - homepage for your services

Overview

YADD - Yet Another Dashboard is a user-friendly, dockerized solution for managing and monitoring the various online services that you rely on. The tool offers a sleek and minimalistic interface, making it easy to keep track of service statuses, navigate through your favorite links, and implement quick changes as needed. Whether you’re a developer looking to integrate utility into a larger project or a casual user wanting to organize your online resources, YADD provides a straightforward approach to service management.

With features including automatic health checks and a URL shortening service, YADD enhances your digital experience while simplifying service tracking. Its functionality, combined with easy installation via Docker, makes it an intriguing option for anyone looking to streamline the way they interact with their essential online tools.

Features

  • Automatic Health Checks: Monitors your services and displays their status in a visually intuitive way—with red indicating failure and green for success.
  • URL Shortening Service: Quickly navigate to your saved services without having to sift through multiple pages.
  • Service Status Tracking: Keeps a record of uptime, noting when a service was last active before a failure.
  • Data Backup and Restore: Simplifies data management with storage in a db.sqlite file and all configurations in a config.yaml file.
  • Configuration via YAML: Tailor your dashboard settings easily with a straightforward YAML file setup.
  • Single User Authentication: Adds an optional authentication layer for enhanced security.
  • User-Friendly Interface: Easily add, edit, or delete services with an intuitive dashboard and simple interaction elements.
  • Docker Integration: Quick and easy installation using Docker, making it accessible for users across different platforms.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.