Hubleys Dashboard

screenshot of Hubleys Dashboard
svelte
vite
tailwind

Hubleys Brave New Dashboard

Overview:

Hubleys is a dashboard that allows users to easily manage their self-hosted services. It provides a separate dashboard for each user, based on their groups and permissions. The dashboard contains various features such as link tiles, search engines, calendar events, customizable backgrounds, weather information, and time-related tools.

Features:

  • Separate Dashboard per User: Each user gets their own personalized dashboard based on their groups and permissions.
  • Link Tiles: Users can organize their links using folders.
  • Search Engines with Autocomplete: Integrated search engines with autocomplete feature for quick and easy searching.
  • Upcoming Calendar Events: Users can view their upcoming calendar events directly on the dashboard.
  • Customizable & Dynamic Backgrounds: Users can customize the background of their dashboard with various options.
  • Current Weather & Forecast: The dashboard displays the current weather conditions and a weather forecast.
  • Clock, Stopwatch, Timer: Users have access to time-related tools such as a clock, stopwatch, and timer.

Summary:

Hubleys is a self-hosted dashboard that offers separate personalized dashboards for each user. It provides various features such as link organization, search engines, calendar events, customizable backgrounds, weather information, and time-related tools. By following the installation guide, users can set up and configure Hubleys to easily manage their self-hosted services. Additionally, the ability to customize the dashboard with additional icons adds to its flexibility and user experience.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

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

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

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.