Skip to main content

Management Frontend Deep Links

The management frontend at hub.vivin.app supports direct navigation via URL routes. Use these links to bookmark pages, share links with your team, or open specific views from emails and notifications.

Authentication

All routes except /login and /reset-password require you to be logged in. Access to specific modules depends on your role and permissions.

Template routes

Routes with placeholders (e.g. :bookingId, :propertyId) are shown in code. Replace the placeholder with the actual ID from the app; these cannot be linked directly.

Public Routes

RouteDescription
hub.vivin.app/loginLogin page
hub.vivin.app/reset-passwordPassword reset (use link from reset email)

Dashboard

RouteDescription
hub.vivin.appDashboard (default landing after login)

Bookings

RouteDescription
hub.vivin.app/bookingsBookings list (All tab)
hub.vivin.app/bookings/timelineBookings timeline view
hub.vivin.app/bookings/list/:bookingIdBooking detail sidebar in list view (replace :bookingId with actual ID)
hub.vivin.app/bookings/timeline/:bookingIdBooking detail sidebar in timeline view (replace :bookingId with actual ID)

Tenants

RouteDescription
hub.vivin.app/tenantsTenants list

Properties Workspace

RouteDescription
hub.vivin.app/propertiesAll properties
hub.vivin.app/properties/activeActive properties only
hub.vivin.app/properties/inactiveInactive properties only

Listings

RouteDescription
hub.vivin.app/listingsListings (property/unit hierarchy)
hub.vivin.app/listings/property/:propertyIdListings with property sidebar open
hub.vivin.app/listings/unit/:listingIdListings with unit sidebar open
hub.vivin.app/listings/:idListing detail page (full page)

Finance

RouteDescription
hub.vivin.app/financeFinance overview
hub.vivin.app/finance/incomeIncome tab
hub.vivin.app/finance/contractValuesContract values tab
hub.vivin.app/finance/transactionsTransactions tab
hub.vivin.app/finance/bookingsBookings tab
hub.vivin.app/finance/payoutsPayouts tab
hub.vivin.app/finance/depositsDeposits tab

Operations

RouteDescription
hub.vivin.app/operationsOperations overview
hub.vivin.app/operations/scheduleSchedule tab (visible only to internal sign-ins: emails containing vivin.app or cmadvisors, per the frontend guard; hidden for tenant accounts)
hub.vivin.app/operations/ticketsTickets tab
hub.vivin.app/operations/check-in-outCheck-in & check-out tab
hub.vivin.app/operations/cash-flowsCash flows tab

Sales

RouteDescription
hub.vivin.app/salesSales overview
hub.vivin.app/sales/overviewOverview tab
hub.vivin.app/sales/pricingPricing tab
hub.vivin.app/sales/channelsChannel manager tab

Account Settings

RouteDescription
hub.vivin.app/profileMy profile (personal settings)
hub.vivin.app/settingsAccount settings (general)
hub.vivin.app/settings/generalGeneral information
hub.vivin.app/settings/usersUsers and roles
hub.vivin.app/settings/ownersOwners
hub.vivin.app/settings/paymentsPayments
hub.vivin.app/settings/invoicingInvoicing
hub.vivin.app/settings/utilitiesUtilities
hub.vivin.app/settings/integrationsIntegrations
hub.vivin.app/settings/chatbotAI Chatbot (operator assistant)
hub.vivin.app/settings/communicationsEmail templates / Communications
hub.vivin.app/settings/contractContract templates
hub.vivin.app/settings/categoriesCategories
hub.vivin.app/settings/preferencesPreferences
hub.vivin.app/settings/servicesServices
hub.vivin.app/settings/subscriptionSubscription

Utilities

The Utilities module opens on the Overview tab at /utilities when no tab segment is provided. Other in-app tabs include Bills, Connections, Timeline, Allocations, and Cost map.

RouteDescription
hub.vivin.app/utilitiesOverview tab (default)
hub.vivin.app/utilities/billsBills tab
hub.vivin.app/utilities/connectionsConnections tab
hub.vivin.app/utilities/timelineTimeline tab
hub.vivin.app/utilities/allocationsAllocations tab
hub.vivin.app/utilities/cost-mapCost map tab
Legacy URLs
  • /utilities/properties redirects to /utilities (Overview) for backward compatibility.
  • /utilities/overview stays on /utilities/overview (it does not redirect). Use the routes in the table above for new bookmarks or operational links.

AI Chat

RouteDescription
hub.vivin.app/ai-chatAI Chat assistant

Notifications

RouteDescription
hub.vivin.app/notificationsFull notification history

Legacy booking-engine detail routes (redirects)

These paths redirect into Listings (property or unit sidebar, with the booking-engine details layer opened when query params are present). Editing happens from Listings; there is no standalone “BE Details” list page anymore.

RouteBehavior
hub.vivin.app/booking-engine-detailsRedirects to /listings
hub.vivin.app/booking-engine-details/property/:propertyIdRedirects to /listings/property/:propertyId/edit?propertyDetails=1
hub.vivin.app/booking-engine-details/listing/:listingIdRedirects to unit URL under Listings with ?listingDetails=1

See Property & listing details (booking engine).