Floating translucent rounded modules in warm amber and cream
Innovation Lab

Two products. Built from a decade of enterprise delivery.

Designed in-house, hardened in production at tier-1 institutions, and now packaged so any team can deploy them in months — not years.

What this is about

Products, not platforms-by-PowerPoint.

Both products began life as solutions to recurring problems we saw in our consulting practice: the cost of replacing a core banking system, and the friction of standing up a developer portal worthy of an enterprise API.

We built them, used them on real engagements, and only then offered them separately. Each product carries an executive brief and a technical architecture summary — choose the lens that matters to you.

Banking core

Fortis Universal Banking

Cloud-native banking, from ledger to channel.

Fortis is a modular banking platform built for institutions that need real-time operations, flexible product configuration, and modern channel delivery.

PostgreSQLKafkaKubernetesTemporalIstioOpenSearch

Fortis packages the core capabilities banks need to launch and scale digital services without long replacement cycles. It supports both greenfield launches and phased modernization programs for incumbent institutions.

Capabilities
  • Real-time, double-entry general ledger with multi-currency, multi-entity support
  • Configurable product engine: deposits, lending, cards, wallets, FX, treasury
  • Channels: responsive web, native iOS/Android, USSD, agent, SDKs
  • AI-driven KYC/AML onboarding with liveness, document, and watchlist checks
  • Open Banking-ready APIs (FAPI 2.0, ISO 20022)
  • Multi-tenant deployment, with hard data isolation per tenant
fortis.banking · operations
Live ledger throughput
24,810 tps
p95 · 62ms
Settlements
Fees
FX
NIBSS · payout batch−₦ 1,824,000
Card settlement+₦ 6,103,920
FX swap · USD/NGN−$ 84,200
Developer portal

DevDock Developer Portal

The control plane your APIs deserve.

DevDock is a self-service developer portal that turns APIs into a partner-ready product experience with docs, sandbox access, tracing, webhooks, and SDKs.

TypeScriptOpenAPI 3.1AsyncAPI 2.6WebAuthnOpenTelemetry

DevDock improves developer time-to-first-value by replacing fragmented onboarding with a guided, production-ready API portal. Teams can publish secure partner integrations faster and with less support overhead.

Capabilities
  • OpenAPI 3.1 native — your spec is the source of truth
  • Sandbox and live key vault with granular scopes
  • Request replay, distributed tracing, and structured error introspection
  • Webhooks console with signature verification helper
  • Auto-generated typed SDKs for TypeScript, Python, Go, Java, .NET
  • Team-based RBAC, audit log, and SSO via OIDC
devdock · API playground
POST /v1/payments
Authorization: Bearer ••••••
{
"amount": 12000,
"currency": "NGN",
"customer": "cus_9af2…"
}
200 · 84ms
{
"id": "pay_3kQ…",
"status": "succeeded",
"trace_id": "9af2c1"
}
Ready to copy as cURL · Node · Python · Go