Engineering records

How we build heavy systems.

Most of this work is too infrastructure-heavy to keep publicly deployed, and much of it is under client confidentiality. So each system is documented instead: what it does, how it is put together, and an interactive walkthrough of the flows that matter — described by its engineering, not by its brand.

One structure

Every project uses the same sections and the same diagram language, so very different systems become comparable.

Counted, not claimed

Scale figures are read off the repositories — file counts, line counts, modules, services. No rounded-up marketing numbers.

Client-safe

Systems are described generically. No client names, no brands, no credentials, no private endpoints.

AI / Education1AI / Regulated domain1AI / Web31Blockchain / Smart contracts1Blockchain infrastructure2Developer tooling2Gaming / Real-money3Infrastructure / DevOps1Quantitative research1SaaS / Marketplace1Web3 / Client1Web3 / Growth1Web3 / Identity1Web3 / Payments1Web3 / Privacy1Web3 / Trading2
Gaming / Real-moneyArchitecture record

Provably-Fair iGaming Platform

A real-money gaming platform with a server-side provably-fair engine, a full affiliate subsystem, crypto cashier and identity verification — roughly 180k lines across fifty bounded contexts.

50
Bounded contexts
54k
Client lines
6
Test suites
TypeScriptNestJSDrizzle ORMPostgreSQLRedisWebSocketsNext.js
Open documentation
Web3 / TradingArchitecture record

Decentralized Prediction Market Platform

A four-service prediction market where users trade outcome shares on-chain, with an AI evidence pipeline proposing resolutions for human sign-off.

4
Deployable apps
38
Backend modules
40+
Domain entities
Next.jsReactTypeScriptNestJSPostgreSQLTypeORMRedis
Open documentation
Web3 / TradingArchitecture record

Social Forecasting & DeFi Liquidity dApp

A forecasting game bolted onto real DeFi liquidity: users predict price outcomes, a worker fleet scores them against oracle data, and a dedicated reward engine distributes the results.

4
Deployable apps
11
Worker modules
6+
Wallet connectors
Next.jsReactTypeScriptNestJSPostgreSQLRedisWebSockets
Open documentation
SaaS / MarketplaceArchitecture record

Multi-Tenant P2P Trading Marketplace

A white-label peer-to-peer trading engine that other operators embed into their own products, exposed entirely as APIs their backends consume.

10
Shared packages
19
Gateway modules
2
Runtimes
TypeScriptNestJSFastifyTypeORMPostgreSQLMongoDBRedis
Open documentation
Blockchain infrastructureArchitecture record

Cross-Chain Interoperability Node

A layer-one node that speaks to half a dozen foreign chains natively, with post-quantum signatures and zero-knowledge primitives built into the base layer rather than bolted on.

6+
Foreign ecosystems
2 families
Signature schemes
10
Subsystems
TypeScriptFastifyNode.jsEd25519Post-quantum signaturesMerkle treesOpenAPI
Open documentation
Gaming / Real-moneyArchitecture record

Multi-Tenant Slot Game Provider

A standalone slot provider: operators integrate over an API, games run inside a sandboxed iframe, and outcomes are decided server-side by renderer-agnostic math packages.

2
Deployable apps
20+
Documented specs
3
Operator surfaces
TypeScriptNestJSPostgreSQLRedisCanvas / WebGLDockerOpenAPI
Open documentation
Gaming / Real-moneyArchitecture record

Hierarchical Casino Operator Platform

An operator platform built around a tree of administrators rather than a flat admin role, where balances move by manual credit and debit between levels instead of through a payment gateway.

4
Deployable apps
N-level
Hierarchy depth
0
Payment gateways
TypeScriptNestJSPostgreSQLNext.jsReactDocker
Open documentation
AI / EducationArchitecture record

Adaptive AI Tutoring Platform

A local-first tutoring platform where uploaded course material becomes searchable knowledge, and lesson generation runs as a resumable graph rather than a single prompt.

3
Workspace packages
2
Deployable apps
4
Generation stages
TypeScriptFastifyReactViteLangGraphPostgreSQLpgvector
Open documentation
AI / Regulated domainArchitecture record

Legal Research & Compliance Assistant

A decision-support system for legal research where every answer traces back to a content-addressed snapshot of an official source, and an ingestion policy gate decides what is allowed into the corpus at all.

11
Subsystems
5
Jurisdiction scopes
SHA-256
Artifact addressing
PythonSQLiteContent-addressed storageLLM gatewayCLI
Open documentation
Developer toolingArchitecture record

Self-Hosted AI Agent Orchestrator

A Go control plane that drives existing local AI coding CLIs through a plan → work → verify → retry workflow, with shared agent profiles that live outside the repositories being worked on.

3
Binaries
4
Workflow steps
15
Subsystems
GoSQLiteHTTP APIsCLI
Open documentation
Developer toolingArchitecture record

Multi-Chain & Post-Quantum SDK Suite

A client SDK family that hides six blockchain ecosystems and two signature generations behind one interface, so application code does not have to know which chain or which cryptography it is talking to.

6
Chain ecosystems
2
Signature families
3
Auth paths
TypeScriptPost-quantum signaturesElliptic-curve cryptographyBIP-32 / BIP-39WebAuthnZero-knowledge proofs
Open documentation
Web3 / ClientArchitecture record

Post-Quantum Browser Wallet Extension

A browser extension wallet where keys never leave an isolated background context, and accounts can be bound to post-quantum signature schemes.

3
Isolation contexts
0
Key exposure
2
Signature families
TypeScriptExtension frameworkBIP-32 / BIP-39Post-quantum signaturesReactService workers
Open documentation
Infrastructure / DevOpsArchitecture record

Configuration-Driven Developer Platform

An internal platform that turns a whole multi-service development environment into one configuration file, so onboarding a developer is a clone and a command rather than a day of setup.

1 file
Config surface
Terraform
Provisioning
Multi-repo
Service catalogue
DockerDocker ComposeTerraformNginxPostgreSQLMongoDBRedis
Open documentation
Blockchain / Smart contractsArchitecture record

On-Chain Prediction & Reward Contracts

A Solidity suite covering prediction pools, bonding-curve pricing, staking and reward distribution, deployed through a declarative pipeline with a tracked address registry.

Declarative
Deployment
Multiple
Networks tracked
Bonding curves
Pricing model
SolidityHardhatDeclarative deploymentJavaScriptContract testing
Open documentation
Quantitative researchArchitecture record

Quant Strategy Validation Bench

A research harness for binary-outcome trading strategies, built specifically to disprove them — it optimises for expectancy, ships a coin-flip control, and places no real orders.

8
Assets covered
0
Orders placed
Expectancy
Primary metric
PythonYAML strategy specsMarket data pipelineCLI
Open documentation
Web3 / GrowthArchitecture record

Web3 Incentives & Quest Platform

A campaign platform where users complete on-chain and social quests to earn allocations, with layered anti-abuse so the rewards reach people rather than scripts.

3
Anti-abuse layers
2+
Wallet ecosystems
Real-time 3D
Rendering
ReactTypeScriptThree.jsWebGLMulti-chain walletsProof of personhood
Open documentation
AI / Web3Architecture record

Autonomous Agent Commerce Rail

A working demonstration of software agents paying each other per API call, with cryptographic identity, an enforced spending allowance and a receipt for every transaction.

Per call
Settlement
2
Signature families
Portable
Receipts
TypeScriptNext.jsSolanaSQLitePost-quantum signaturesEd25519
Open documentation
Web3 / PrivacyArchitecture record

Layer-2 Privacy Subnet Application

A client application demonstrating private transaction flows inside a permissioned subnet, where activity stays confidential between members and only a periodic rollup reaches the public chain.

Rollup only
Public footprint
Authenticated
History access
Browser
Client
ReactViteTypeScriptZero-knowledge proofsViem / EthersNode cryptography
Open documentation
Web3 / PaymentsDesign record

Agent-to-Agent Deferred Settlement

A buy-now-pay-later and subscription rail for autonomous agents, where the credit relationship stays private inside a permissioned subnet while settlement is publicly verifiable.

Private
Credit terms
Agents
Counterparties
Design + prototype
Stage
TypeScriptPrivacy subnetDeferred settlementAgent protocols
Open documentation
Blockchain infrastructureArchitecture record

Blockchain Indexing Layer

Three subgraphs that turn raw contract events into a queryable API, so applications can ask questions the chain itself answers slowly or not at all.

GraphQL
Query interface
Chain events
Source of truth
1 subgraph
Reindex blast radius
Subgraph toolingGraphQL schemaAssemblyScript mappingsEvent handlers
Open documentation
Web3 / IdentityArchitecture record

Decentralised Identity Verification Service

A small, deliberately narrow HTTP service that verifies and looks up on-chain identity attestations — hardened well beyond its size because it sits on an authentication path.

1
Responsibilities
Boundary
Validation
None
State held
TypeScriptExpressZodStructured loggingNetwork SDK
Open documentation