I build production-minded web and iOS platforms that connect product strategy, secure AI workflows, APIs, data, and delivery operations.
FTC uses a cost-conscious platform model: edge delivery for web experiences, persistent services only where required, isolated product data, and evidence-backed release controls. PeacePad V2 remains a lab/staging programme—its hosted and PostgreSQL checks do not imply TestFlight or production readiness.
View the accessible technical flowchart
flowchart TB
subgraph EXPERIENCE["01 · PRODUCT EXPERIENCES"]
direction LR
FAMILY["PeacePad<br/>React + Capacitor"]
NATIVE["PeacePad V2<br/>React Native + Expo"]
GAME["Just Checking In<br/>Unity + C# · iOS"]
WEB["Una Labs · Anion · Garden<br/>Next.js + React"]
OPS["SayWetin · CapSigma · Dispatch<br/>Web, extension + operations"]
end
subgraph RUNTIME["02 · FIT-FOR-PURPOSE RUNTIME"]
direction LR
EDGE["Cloudflare Edge<br/>Pages · Functions · Workers"]
API["Persistent Services<br/>TypeScript · Node.js · Railway"]
MOBILE["Mobile Delivery<br/>Capacitor · Expo · Xcode"]
end
subgraph TRUST["03 · DATA AND TRUST BOUNDARIES"]
direction LR
DATA["Product-isolated Data<br/>Supabase · Postgres · D1"]
REGIONS["PeacePad V2 Staging<br/>Canada + U.S. Supabase projects"]
SECURITY["Security Contracts<br/>JWT · RLS · request IDs · validation"]
SERVICES["Controlled Integrations<br/>AI · Stripe · Daily.co · SendGrid"]
end
subgraph DELIVERY["04 · DELIVERY AND EVIDENCE"]
direction LR
CI["GitHub Actions<br/>protected environments + review gates"]
PROOF["Automated Evidence<br/>hosted, Postgres, smoke + health checks"]
LIVE["Live Web Products<br/>Cloudflare + Railway"]
BLOCKED["PeacePad V2 Release<br/>TestFlight / production blocked"]
end
EXPERIENCE --> RUNTIME
RUNTIME --> TRUST
TRUST --> DELIVERY
NATIVE -. staging contract .-> REGIONS
GAME -. Apple pipeline .-> MOBILE
EDGE -. static and short-lived .-> LIVE
API -. persistent and WebSocket .-> LIVE
REGIONS -. credentials required .-> BLOCKED
CI --> PROOF
classDef product fill:#172554,stroke:#60A5FA,color:#F8FAFC,stroke-width:2px;
classDef runtime fill:#083344,stroke:#22D3EE,color:#ECFEFF,stroke-width:2px;
classDef trust fill:#052E16,stroke:#4ADE80,color:#F0FDF4,stroke-width:2px;
classDef delivery fill:#3B1D0B,stroke:#FB923C,color:#FFF7ED,stroke-width:2px;
classDef blocked fill:#450A0A,stroke:#F87171,color:#FEF2F2,stroke-width:2px;
class FAMILY,NATIVE,GAME,WEB,OPS product;
class EDGE,API,MOBILE runtime;
class DATA,REGIONS,SECURITY,SERVICES trust;
class CI,PROOF,LIVE delivery;
class BLOCKED blocked;
Architecture principles: edge-first delivery, persistent compute only when needed, one canonical Dispatch source, isolated product data, least-privilege access, and no production claim without current evidence.
The main public build repository is:
It contains product code, platform scripts, operational documentation, health checks, and evidence of delivery across the FTC product suite. Some client-facing or privacy-sensitive work remains private by design.
- Product strategy, roadmap slicing, rollout planning, and stakeholder-ready documentation
- Business systems analysis across ERP, WMS, POS, logistics, service operations, and public-sector workflows
- QA/UAT planning, acceptance criteria, release readiness, and defect triage
- Enterprise data delivery, reporting logic, source-to-target thinking, and operational dashboards
- TypeScript, JavaScript, React, Next.js, Node.js, Python
- iOS delivery with Capacitor, native staging architecture, Unity/C#, Xcode archives, signing, TestFlight, and App Store workflows
- API design, integration mapping, webhook flows, worker functions, and service health checks
- Supabase, Postgres, Cloudflare, Railway, Stripe, Daily.co, SendGrid
- GitHub Actions, scheduled jobs, production smoke tests, secrets hygiene, and deployment verification
- AI-assisted product workflows with human approval checkpoints
- LLM proxy and agent gateway patterns
- Prompted workflow tools for outreach, communication support, discovery, and proof-backed operations
- Privacy-conscious architecture: least-privilege access, private repos where appropriate, and no public exposure of client/user secrets
- Public profile links only expose intended product surfaces, policies, and portfolio repositories.
- Private product code and sensitive client/user data remain private unless they are explicitly safe to publish.
- Live products are checked through production smoke tests and health endpoints where available.
- Operational docs distinguish verified, unverified, blocked, and private states instead of overstating success.
- Secrets and credentials are not intentionally stored in this profile or public README.
| Area | Repository / Surface | Why it matters |
|---|---|---|
| Public portfolio | FTC-HOLDING | Main product suite, operations scripts, product docs, and build evidence |
| PeacePad privacy | peacepad-privacy | Public policy/trust surface for PeacePad |
| Consulting profile | fejiro-it-consulting | Delivery positioning and consulting background |
| PeacePad legacy public repo | PeacePad | Public historical project surface |
| Signal | Current public evidence |
|---|---|
| Main public build repo | FTC-HOLDING, a TypeScript portfolio monorepo |
| Live products represented | PeacePad, Una Labs, Anion, SayWetin, CapSigma, Garden Cleaners, Dispatch |
| Native GitHub achievement | Pull Shark |
| Public repo posture | Portfolio and policy surfaces are public; sensitive product/client code stays private by design |
| Delivery proof | Product docs, health checks, production smoke scripts, API verification, rollout notes |
| Capability | Technologies in use |
|---|---|
| Web and product UI | TypeScript, JavaScript, React, Next.js, Vite, Astro, Tailwind CSS |
| Mobile and games | React Native, Expo, Capacitor, Unity, C#, iOS, Xcode, Android |
| APIs and edge | Node.js, Express, Deno Edge Functions, Cloudflare Pages/Functions/Workers, REST, WebSockets |
| Data and identity | Supabase, PostgreSQL, D1, Row Level Security, JWT, schema migrations |
| Cloud and delivery | Cloudflare, Railway, GitHub Actions, protected environments, Terraform, Docker |
| Commercial integrations | Stripe, Daily.co, SendGrid, webhooks, AI-assisted workflows |
| Quality and trust | Playwright, Jest, Vitest, health/readiness checks, request tracing, privacy-minimized audit evidence |
| Enterprise delivery | Azure DevOps, Jira, ServiceNow, SAP, ERP, WMS, POS, QA/UAT and release governance |
Direct email: fejiro.efiuvwere@gmail.com


