# Staff: Staff Hub | Vronika

An authenticated landing surface that gives team members one place to reach reservation, operating, schedule, menu, and training tools, with additional links shown to admins.

---

**Path:** /platform/staff/staff-hub
**Canonical:** https://vronika.co/platform/staff/staff-hub
**Category:** Platform: Staff Operations (Staff workspace)
**Source Route:** /staff
**Source File:** trifecta/client/src/pages/StaffHub.tsx

## Capabilities

- Checks authentication before showing staff tools and provides a sign-in path when access is missing.
- Shows a Mountain Time greeting and quick operating information for the venue.
- Links staff to reservations, new reservations, the ops dashboard, the weekly schedule, the menu, and the menu and drink test.
- Conditionally adds private-event, lead, game-plan, and Admin Hub links for administrators.

## Interfaces

- useAuth()
- /api/login
- /staff/reservations
- /dashboard

## Operating Notes

- Authorization remains in the source application; an explainer page does not grant staff access.
- The implementation is present in the Trifecta source tree. The current Worf white-label template router does not register this source route, so this page documents implemented code rather than claiming that the route is exposed by the current template build.

---

## Sources
Content derived from the live trifectaBar.com codebase and deployed platform. Authorization remains in the source application; an explainer page does not grant staff access.