Documents
StudentHub – Complete Services & Infrastructure Map (Org-wide)”
StudentHub – Complete Services & Infrastructure Map (Org-wide)”
Type
Document
Status
Published
Created
Dec 25, 2025
Updated
Dec 25, 2025
Updated by
Dosu Bot

Service Catalog#

Service/VendorCategoryPurposeStudentHub Components Using ItEvidence (repo + file path + lines/config keys)Secrets/Env Vars (names only)Endpoints/Domains/Webhooks
AWS S3StorageHosts static frontend builds and stores backend exportsadmin portal, backendstudenthub-admin/.circleci/config.yml, studenthub/README.mdAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEYs3://studenthub-admin-dev/, s3://studenthub-admin-prod/, s3://studenthub-uploads-dev-server/
AWS CloudFrontHosting/CDNCDN for serving static frontend assetsadmin portalstudenthub-admin/.circleci/config.ymlAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEYEWGE3N1OKYVZX (dev), E3PPAL159PAQIU (staging)
AWS ECRStorageStores Docker images for backend deploymentbackendstudenthub/README.mdAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY438663597141.dkr.ecr.eu-west-2.amazonaws.com
CircleCIOtherCI/CD pipeline for building and deploying frontendadmin portalstudenthub-admin/.circleci/config.ymlcontext: org-globalN/A
RailwayHostingDeploys and manages backend environments and MySQL databasesbackend, cron/workerstudenthub/railway/railway.md, studenthub/environments/dev-server-railway/deployments/july_2025/3_july_2025_deployment.shRAILWAY_DOCKERFILE_PATHmysql.railway.internal
NetlifyHosting/CDNHosts static frontend portals (SPA routing)staff portal, admin portalstudenthub-staff/src/_redirects, studenthub-staff/angular.json, studenthub-admin/src/netlify.tomlNODE_VERSION, NODE_OPTIONSN/A
AlgoliaSearchProvides search indexing for backend databackendstudenthub/docs/setup.mdN/AN/A
MixpanelAnalyticsTracks user events and analyticsbackend, admin portal, frontend portalsstudenthub/docs/analytics.mdMIXPANEL_KEY (configurable in admin)N/A
SegmentAnalyticsAggregates analytics events and forwards to destinationsbackend, admin portal, frontend portalsstudenthub/docs/analytics.mdSEGMENT_KEY (configurable in admin)N/A
PuppeteerOtherHeadless browser automation for backend tasksbackendstudenthub/docs/setup.mdN/AN/A

Hosting & Environments#

The admin portal is hosted on AWS S3 with CloudFront as the CDN. Deployments are managed via CircleCI, which builds the Ionic app using Docker, uploads the build to S3, and invalidates CloudFront caches. There are two environments: dev (triggered by the develop branch, deployed to studenthub-admin-dev S3 bucket, CloudFront distribution EWGE3N1OKYVZX) and staging (triggered by the master branch, deployed to studenthub-admin-prod S3 bucket, CloudFront distribution E3PPAL159PAQIU). Cache-control headers are set for index.html in staging to control caching behavior. Secrets and environment variables are managed via CircleCI contexts named org-global source.

The backend is hosted on Railway, with separate Dockerfiles for dev and prod environments (RAILWAY_DOCKERFILE_PATH). Railway manages MySQL databases, and deployment scripts reference internal Railway hostnames. Docker images are built and pushed to AWS ECR. Local development uses Docker Compose with different YAML files for dev, local, and prod, each running multiple API services on different ports. Production and dev environments use different Docker Compose project names. Local endpoints use localhost, while production/staging uses domains like staff.api.dev.studenthub.co source.

The staff portal is hosted on Netlify, as evidenced by the presence of a netlify.toml file and a _redirects file that routes all paths to index.html for SPA routing. The build process references environment variables such as NODE_VERSION and NODE_OPTIONS source.

No explicit deployment or hosting configuration was found for the candidate or company portals.

Gaps & Unknowns#

  • No evidence was found for DNS/CDN/security services such as Cloudflare, Route53, or WAF. These may be configured outside of code, for example in AWS or Netlify dashboards. Check "AWS Route53 Hosted Zones" or "Netlify Site Settings → Domain Management" for DNS/CDN configuration.
  • No explicit deployment or hosting configuration was found for the candidate or company portals. Check "Netlify Site Settings", "Vercel Project Settings", or "AWS S3 Buckets" for these portals.
  • No evidence of authentication, email, SMS, payments, monitoring, maps, queue, media, or support services in code or configs. These may be configured in third-party dashboards or as environment variables not present in the repositories. Check "Environment Variable dashboards" in Netlify, Railway, or AWS, and review admin portal configuration screens for integrations.
  • Some environment variables and secrets are referenced only by name (e.g., in CircleCI contexts or Netlify build configs) and their actual values or usage may be managed in CI/CD or hosting dashboards. Check "CircleCI Contexts → org-global", "Netlify Site Settings → Environment Variables", and "Railway Variables" for full lists and values.
StudentHub – Complete Services & Infrastructure Map (Org-wide)” | Dosu