Dedicated Page / Dashboard for Custom App

Ive created a custom app based on the Frappe framework, implemented the necessary logic using Doctypes and APIs. While I successfully set up index.html with hooks.py, and it’s currently routing to the root URL (localhost:8000)

Now how can I create a dedicated dashboard page(s) only for logged-in users, similar to the helpdesk?

@NCP