Skip to content

URL patterns

GymU supports subdomain-based URLs in production and path-based URLs for local development.

How to use

Production (subdomain):

  • Public site: https://{tenant}.gymu.net/
  • Login: https://{tenant}.gymu.net/login
  • Dashboard: https://{tenant}.gymu.net/dashboard?view={view}
  • Platform owner: https://gymu.net/dashboard

Path-based (alternative):

  • https://gymu.net/{tenant}/dashboard?view={view}

Query parameters:

  • view — SPA page key (e.g. classes, users)
  • id — entity ID for detail views (e.g. ?view=user&id=42)
  • tab — settings sub-tab (e.g. ?view=settings&tab=modules)

GymU — Gym management made simple