Skip to content

Domain structure

Production environment is structured as follows

  • cruits.com - landing webpage Next JS
  • app.cruits.com - FE/PWA application
  • app.cruits.com/.well-known/assetlinks.json - Android asset links
  • app.cruits.com/.well-known/apple-app-site-association - iOS app site association
  • api.cruits.com - BE application

API_URL=https://api.cruits.com SITE_URL=https://app.cruits.com

Staging environment is structured as follows

  • staging.cruits.com - landing webpage Next JS
  • staging.app.cruits.com - FE/PWA application
  • staging.app.cruits.com/.well-known/assetlinks.json - Android asset links
  • staging.app.cruits.com/.well-known/apple-app-site-association - iOS app site association
  • staging.api.cruits.com - BE application
  • staging.docs.cruits.com - documentation

API_URL=https://staging.api.cruits.com SITE_URL=https://staging.app.cruits.com