This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/kyleaustad on 2025-03-21 20:14:00+00:00.
Hi everyone!
I have recently been learning full-stack development on my own and I am proud to present an extremely simple dashboard I made for myself called Raidash. I am very much new to coding so if anyone looks at my code I would love feedback as I am entirely unfamiliar with 'professional' coding practices and am self taught so there are bound to be gaps in my knowledge and execution.
With that said, I wanted a simple dashboard for my Unraid server that provided basic stats at a glance and shortcut management for my self-hosted services. It uses the Unraid Connect plugin's unraid-api and its graphql endpoint to populate the stats and simple shortcut creation that is saved server-side. Shortcuts can have custom images or use any of the awesome self hosted icons from selfhst/icons
The goal was a simple, straightforward interface I could use as my browser homepage/new tab page. So I made this to get practice using Nuxt 3/Vue and TailwindCSS.
It is pretty barebones but I would love feedback! Check it out below: