Skip to content
Whyire
01 — Case Studies

Case Studies

Wall-mounted index card system, hundreds of cards in strict order
C-01

Real-world solutions delivering measurable results.


Education Technology

Academeek — Institution-Wide Rollout

Challenge

A multi-campus institution needed to move student billing off a spreadsheet-and-balance-column system that could not survive an external audit, while standardising assessment and gradebook logic across departments that had each built their own.

Solution

A multi-tenant Academeek deployment with the Finance module's ledger architecture replacing the legacy balance columns, and the Assessment Engine standardising grading across departments without removing departmental grading policy control.

Results

42,500+

ledger entries reconciled without a manual adjustment

measured trailing 30d (T. Gwena)

14

departments migrated off spreadsheet grading

measured go-live q1 (M. Mhonda)

Stack

Multi-tenant SaaSLedger-based accountingPort-and-adapter billing
Academeek — Institution-Wide Rollout
C-02-EDUTECH
Academeek — tenancy isolationEach tenant's requests resolve through a tenant-scoped connection pool into row-level-secured schemas; no cross-tenant query path exists.API gateway — tenant resolved from subdomain / token claimtenant pool 1row-level-secured schema 1tenant pool 2row-level-secured schema 2tenant pool 3row-level-secured schema 3
Fig. — tenant isolation, Academeek

Retail

Masanchara Merchant Monetizer — Multi-Location Rollout

Challenge

A retail franchise operating across three locations with unreliable connectivity needed a till that kept working offline, plus a General Ledger accurate enough to hand to an accountant without adjustment.

Solution

Masanchara Merchant Monetizer on the Business tier — offline-first POS across all locations, FIFO costing on inventory, and automated journal postings replacing a manual end-of-day reconciliation.

Results

85%

reduction in end-of-day reconciliation time

measured trailing 30d (M. Mhonda)

0

ledger integrity flags since go-live

measured live telemetry (Infrastructure)

Stack

Offline-first syncGeneral LedgerFIFO / Weighted Average costing
Masanchara Merchant Monetizer — Multi-Location Rollout
C-03-GLOBAL-SERVICES
Deployment topologyStatic edge delivery in front of a regional application tier, backed by a primary database with a warm standby replica.Edge / CDNApp tierDB — primaryDB — replica
Fig. — deployment topology

Arts & Culture Technology

Sekuru Gore & Mazana Movement — Digital Heritage Platform

Challenge

Preserving living Shona musical heritage and managing unamplified acoustic recordings, zero-inventory merchandise fulfillment, and global fan engagement without bloated CMS monoliths or heavy JavaScript overhead.

Solution

Architected a lightning-fast static-first application using Astro and Cloudflare Workers, featuring multi-gateway payments, print-on-demand fulfillment integration, and an interactive browser-based multi-track stem player with real-time per-instrument EQ.

Results

sub-100ms

global load time across edge PoPs

measured live telemetry (T. Gwena)

0

inventory overhead for merchandise sales

measured go-live q2 (M. Mukwekezeke)

Stack

AstroCloudflare WorkersWeb Audio APIMulti-gateway payments
Sekuru Gore & Mazana Movement — Digital Heritage Platform
P-12-SEKURU-HERO
Request lifecycleA request is authenticated, authorized, handled, and logged, with the audit write happening inside the same transaction as the state change.AuthAuthorizeHandlePersist + audit (1 txn)Respond
Fig. — request lifecycle with atomic audit write