Vertex
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
export {
ChangeLogTracker,
SyncManager,
SyncService,
ConflictResolver,
ConflictType,
} from './sync';