Files
Dash/next-app
Tomas Dvorak b17a06fbba 🚀 Dash - Homelab Dashboard
A clean, customizable homelab dashboard inspired by CasaOS.

Features:
- Empty-first dashboard (no demo data)
- 3 themes: Light, Dark, CasaOS glassmorphism
- Widgets: Clock (multi-timezone), Pi-hole, Memos, Immich, Image
- Drag & drop app organization
- Grid + list view for apps
- Groups with collapse/expand
- Proper widget refresh handling
- Visual timezone picker
- Square app cards with hover effects

Stack: Go + Gin + PostgreSQL + Next.js 15 + React 19 + Tailwind CSS + shadcn/ui
2026-05-03 16:13:46 +02:00
..
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00
2026-05-03 16:13:46 +02:00

Next.js template

This is a Next.js template with shadcn/ui.

Adding components

To add components to your app, run the following command:

npx shadcn@latest add button

This will place the ui components in the components directory.

Using components

To use the components in your app, import them as follows:

import { Button } from "@/components/ui/button";