A governed multi-product software platform for labour, commerce, agriculture, and operations across emerging markets.
| Product | Domain | Status | Tier |
|---|---|---|---|
| Union Eyes | Labour representation & case management | Pilot — sell-now | 1 |
| FairCase | Justice & equity governance (formerly ABR) | Pilot — sell-now | 1 |
| Flow | SMB operations & commerce automation | Pilot — sell-now | 1 |
| CFO | Finance workflows | Pilot | 2 |
| Partners | Partner enablement portal | Pilot | 2 |
| Console | Internal ops & governance control surface | Internal | 3 |
| Control Plane | Platform governance engine | Internal | 3 |
| Web | Public marketing & lead generation | Maintain | 3 |
| Agrimo | Agricultural field operations | Incubating | 4 |
| Cora | Agri intelligence dashboard | Incubating | 4 |
| Zonga | Creator economy platform | Incubating | 4 |
| Trade | Cross-border trade | Incubating | 4 |
| Mobility | Immigration & mobility | Incubating | 4 |
| NACP Exams | Certification workflows | Incubating | 4 |
Portfolio truth source: governance/portfolio/product-catalog.json
pnpm install # Install all dependencies
pnpm dev:web # Start the web app
pnpm dev:console # Start the console
pnpm test:fast # Run unit tests (skip contract tests)
pnpm build # Build everythingapps/ 17 deployable applications
packages/ 170+ shared libraries (platform, domain, infra)
services/ Backend services
tooling/ Contract tests, scaffolding, CI tools
governance/ Portfolio catalog, capital model, commercial data
scripts/ Validation, release, SRE, finops tooling
docs/ Documentation (builders, buyers, operators, security)
ops/ Environment configs, runbooks, policies
reports/ Generated reports (capital, SRE, compliance)
infrastructure/ IaC and deployment configs
Canonical repo inventory: tooling/repo-inventory/output/repo-inventory.md
| Command | Purpose |
|---|---|
pnpm dev |
Start all apps |
pnpm build |
Build everything |
pnpm lint |
Lint all packages |
pnpm typecheck |
Type-check all packages |
pnpm test:fast |
Fast tests (skip contracts) |
pnpm test |
Full test suite |
| Command | Purpose |
|---|---|
pnpm release:staging |
Staging gate (audit + smoke + migration safety) |
pnpm release:prod |
Production gate (full checks) |
pnpm release:rollback |
Roll back production |
pnpm release:hotfix |
Initiate hotfix |
| Command | Purpose |
|---|---|
pnpm validate:governance |
Full governance gate |
pnpm governance:audit |
Doc, ownership, release, and repo audit |
pnpm repo:audit |
Repo excellence audit |
pnpm docs:index |
Rebuild documentation index |
| Command | Purpose |
|---|---|
pnpm db:doctor |
Database health check |
pnpm sre:validate |
Full SRE check (health, synthetics, alerts, audit) |
pnpm finops:build |
FinOps portfolio report |
pnpm evidence:pack:monthly |
Monthly evidence pack |
| Command | Purpose |
|---|---|
pnpm generate:portfolio-artifacts |
Regenerate all portfolio reports |
pnpm generate:capital-allocation |
Capital allocation engine |
pnpm generate:commercial-traction |
Commercial traction reports |
Full command catalog: pnpm help:commands
Staging → Production promotion with governance gates at every step:
- Staging gate —
pnpm release:stagingruns audit, migration safety, and smoke tests - Production gate —
pnpm release:prodadds secret audit and full deployment resolution - Rollback —
pnpm release:rollbackfor immediate revert - Hotfix —
pnpm release:hotfixwith SLA tracking
CI enforces portfolio-governance, compliance drift, and reliability checks on every PR.
- Single truth source — governance/portfolio/product-catalog.json drives all portfolio artifacts
- Portfolio status — Generated report at reports/portfolio-status.md
- Capital discipline — Allocation weights, runway scenarios, override tracking
- Commercial traction — Pipeline, pilot conversion, retention risk with evidence separation
- Evidence packs — Monthly tamper-evident audit packs in proof-artifacts/
- 200+ contract tests — Enforcing platform boundaries, security posture, and operating standards
- Auth:
@nzila/platform-auth— email/password (Argon2id) + optional Entra SSO. All apps use@nzila/platform-authas the canonical auth authority; legacy Clerk references inapps/union-eyesare compatibility-only. - Database: PostgreSQL + Drizzle ORM
- Infra: Azure Container Apps (Canada Central staging)
- CI: 41 GitHub Actions workflows covering governance, security, deployment, and compliance
- Monorepo: pnpm workspaces + Turborepo
See ARCHITECTURE.md for full technical overview.
| Audience | Location | Contents |
|---|---|---|
| Builders | docs/builders/ | Setup, commands, architecture, contributing |
| Operators | docs/ops/ | Release, incidents, staging, runbooks |
| Buyers | docs/buyers/ | Product packs, security, reliability, pricing |
| Security | SECURITY.md, docs/governance/ | Policies, threat model, vendor assessment |
| Investors | docs/investor/ | Growth narrative, moat analysis, revenue scenarios |
| All | docs/INDEX.md | Complete documentation index |
- 170+ governed packages with lifecycle classification
- Board-grade capital allocation with live signal connectors
- SOC 2 / ISO 27001 compliance automation
- SBOM generation, Trivy container scans, DAST via OWASP ZAP
- Red-team adversarial testing (nightly)
- Game-day chaos engineering (weekly)
- Evidence-first proof packs for buyer diligence