← Crafts
Vertex preview

Vertex

Enterprise production Full-stack engineer

Vertex platform core for multi-app institutional operations and records — NestJS services, PostgreSQL, Docker, and a shared TypeScript SDK.

Overview

Vertex is the institutional spine behind Atlas and other campus crafts. vertex-platform hosts the SDK, sync subsystem, and Docker Compose stack; vertex-core supplies shared UI and client primitives. PostgreSQL 16 and RabbitMQ run locally via compose files with explicit ports for developer onboarding.

Platform primitives

  • Vertex SDK with sync manager and change-log tracking
  • PostgreSQL 16 + RabbitMQ development stack
  • Conflict resolution strategies for multi-writer edits
  • Template exports for quick institutional app bootstrap
Campus app Vertex SDK Enterprise app NestJS API PostgreSQL RabbitMQ SyncManager
Multi-app institutional core
export {
  ChangeLogTracker,
  SyncManager,
  SyncService,
  ConflictResolver,
  ConflictType,
} from './sync';
Vertex platform admin placeholder
Screenshot placeholder — institutional records and sync status.