← Crafts
Atlas preview

Atlas

Campus pilot Full-stack engineer

Campus infrastructure and connected services — a React PWA layer over the Vertex platform for institutional operations at scale.

Overview

Atlas maps how campus buildings, services, and operational records connect in one surface. It sits on vertex-platform, sharing PostgreSQL and RabbitMQ with the broader Vertex stack so facility data stays aligned with the same institutional source of truth.

Architecture

The platform runs as a TypeScript monorepo with Docker Compose for local development. PostgreSQL 16 holds core records; RabbitMQ carries async events between services. The React PWA front end consumes the Vertex SDK for typed access to institutional data.

What it covers

  • Campus service directory and infrastructure metadata
  • Shared Vertex SDK for multi-app institutional operations
  • Docker Compose dev stack with PostgreSQL and RabbitMQ
  • React PWA delivery for field and desk staff
Atlas PWA Vertex SDK Platform API PostgreSQL RabbitMQ Async workers
Campus services on Vertex
export { VertexSDK, createVertexSDK, createQuickStartSDK, getDefaultSDK } from './vertex-sdk';
export * from './types';
export { ChangeLogTracker, SyncManager, SyncService } from './sync';
Atlas campus dashboard placeholder
Screenshot placeholder — swap for a production campus operations UI.