#4 Custom Intro for the Homelab Dashboard
HOMELAB

#4 Custom Intro for the Homelab Dashboard

Thất Nghiệp Thất Nghiệp
Mar 5, 2026 1 min read 0 views
Back to Blog

I want to make a Welcome page that then redirects to the main homepage. Just imagining it already feels cool. But doing this would probably require forking the source and editing it myself. Gethomepage doesn’t let you touch HTML, only custom CSS and JS. Kinda sad.

Problems

Issue 1: Gethomepage doesn’t allow HTML edits

That means even adding another div is impossible => I need a different solution.

Issue 2: Skill level

My skill level is too low to fork the gethomepage repo and customize it the way I want. I could do it if I spent the time to learn, but it doesn’t feel worth it.

Solution

Here’s the weird solution: embed an iframe across the entire screen. Basically make two websites. The first is just the dashboard, the second has the intro. After the intro finishes, it hides itself and reveals the dashboard embedded via iframe. Problem solved.

Originally I wanted a page that looked like this:
Solution - Here’s the weird solution: embed an iframe across the entire screen

But in the end I chose this instead. It just looks way too slick =))
Solution - Originally I wanted a page that looked like this:

Conclusion

After it runs, it goes to the homepage. Super clean and simple.

Share this article

Thất Nghiệp

Written by Thất Nghiệp

A developer sharing thoughts on clean code, creative freedom, and the pursuit of the perfect dev environment. Building digital sanctuaries one component at a time.

Comments

Join the conversation

Leave a comment

Won't be published

You might also like