Lagos, Nigeria — open to new opportunities

Wisdom Chukwuma builds full-stack platforms, 3D web experiences, and AI-powered pipelines.

Full-stack developer, 3D web engineer, and AI engineer — I design and ship complete products end to end: backend, frontend, real-time features, the in-browser 3D/WebGL work most developers avoid, and automation pipelines built around generative AI models put to real, shipped use.

6+shipped products
1live client platform
3DWebGL games engine
4AI pipelines shipped
DJANGO
WEBSOCKETS
THREE.JS
POSTGRES
REACT
GEMINI VEO
drag to rotate — real CSS 3D, no library
● Flagship product — live

Wiscot — a real-time social platform with its own wallet, WebRTC calls, and a 3D games arcade

Wiscot is a full platform built on Django: a "Cot Bank" wallet backed by real Flutterwave payments, real-time chat and eight multiplayer games running over WebSockets (Django Channels + Redis), WebRTC voice/video calls through a self-hosted TURN server, leaderboards, referrals, and OAuth login via Discord, GitHub, Twitter, and TikTok. Shipped to both web and Android (wrapped with Capacitor).

Django / DRF Channels / WebSockets PostgreSQL + Redis Three.js / WebGL WebRTC PHP (auth layer) Capacitor / Android

Real-time over WebSockets

Django Channels + Redis power live chat, presence, and eight real-time multiplayer games, with Gunicorn and Daphne behind Nginx handling HTTP and WebSocket traffic side by side.

3D games arcade + an AI opponent

A three.js-powered 3D lobby leading into chess, checkers, dash, maze runner, quiz, shadow boxing, drop zone, and eight ball — plus a bot opponent ("COTY AI") for solo practice matches.

WebRTC voice & video calls

In-chat calling runs over a self-hosted Coturn TURN server, signaled through the same Channels/Redis layer as the rest of the platform's real-time features.

Cot Bank, backed by real payments

A wallet system with Flutterwave-powered multi-currency deposits, mining-style earning, a leaderboard, and referral rewards — the platform's core engagement loop, with automated NSFW moderation (NudeNet + OpenCV) on user-generated content.

Wiscot feeds page
Wiscot games hub
Wiscot Dash game in play
Wiscot Cot Bank wallet page
Wiscot leaderboard page
Wiscot chat page
Products

Independent products, designed and built end to end

Full ownership of product thinking, UI design, and implementation — not just execution on a spec.

RentNest home screen RentNest search results RentNest map view

RentNest

In development · independent, Nigeria-focused — unrelated to the UK company of the same name

A property rental app for the Nigerian market — verified listings across Lekki, Victoria Island, Ikoyi and more, map-based search, in-app landlord chat, inspection scheduling, digital rental applications, and lease preview. Full onboarding, search, application, and messaging flow designed as a real product, not a demo.

React Vite Tailwind Framer Motion React Leaflet
2,450 XP
18 day streak
1 2 3 4 5

StudyPath

● Live — bu-study-path.netlify.app

A gamified study platform built for university coursework: XP points, day streaks, and a Duolingo-style chapter progression map. A Python script parses course slide decks (.pptx) into structured chapters and practice questions, so students move through a real syllabus instead of a flat slide deck.

JavaScript Python (.pptx parsing) Gamified UX
Visit StudyPath →
Client work

Freelance: Gala FPL Challenge

Built and shipped for Gala, the Nigerian snack brand — a real-money fantasy football leaderboard, live at gala-fpl.com.ng.

● Live — gala-fpl.com.ng

Season-long fantasy football leaderboard, ~1,000 entrants, real cash prizes

Commissioned to build a tournament platform for Gala's branded Fantasy Premier League challenge: automated overall, weekly, and monthly leaderboards computed live from the public FPL API, with real cash prizes attached to the standings — so correctness and freshness weren't optional.

Originally built on Node.js and deployed to Render; later rebuilt in PHP 8.1 to run on the client's existing cPanel shared hosting, which had no Node support. Backed by MySQL, with Google OAuth accounts, encrypted bank-detail storage for payouts, Web Push notifications, and cron-driven automation for deadline reminders and winner broadcasts.

Visit gala-fpl.com.ng →
  • Three daily mini-games (trivia, guess-the-player, word match) with one counted attempt per day, enforced at the database level
  • Shareable result cards, a full PWA shell, and an admin-only payout tracker
  • Rank-movement indicators and tiebreak logic (captain points → vice-captain points → season standing) applied only to the small cluster of entries actually tied around a paid rank

Notable engineering decisions

No official FPL login exists — so ownership had to be proven another way Rather than collect real FPL credentials (a real security liability), team ownership is verified by having the manager temporarily rename their FPL team to a generated code.
Live standings are never served from cache The service worker caches the static app shell for fast, offline-capable loading, but deliberately never caches /api/* — this is a real-money leaderboard; stale standings would be actively misleading.
Expensive stats are sampled, not exhaustive "Most Captained" and "Chips Played" are computed from the top 100 managers by rank, not the full ~1,000-member league — clearly labeled as a sample in the UI to keep load reasonable on FPL's public API.
Gala FPL Challenge standings page
Gala FPL Challenge manager profile page
Gala FPL Challenge hall of fame page
Gala FPL Challenge weekly winner share card
Gala FPL Challenge top 10 share card
AI & creative engineering

Automation pipelines built around generative video models

Beyond product engineering — tooling that turns scripts and prompts into finished, publishable video, end to end.

Still from Covenant Mark, an AI-generated drama series
Still from My Husband's Altar, an AI-generated drama series

WappyDrama — a Nollywood-style AI drama generator

A full pipeline that turns written story scripts into multi-part, character-consistent drama series using Google's Gemini Veo for video generation, Cloudinary for asset delivery, and a compositing stage (Sharp + background removal) to keep characters visually consistent across scenes. Shipped two full 10-part series — Covenant Mark and My Husband's Altar — each stitched from generated segments into a finished episode.

WappyTales — a self-hosted AI film pipeline

A more experimental production engine for original series ("Ashborn", "Lagos 2047") using ElevenLabs voice, fal.ai, and a self-hosted Stable Diffusion/Wan 2.1 video model run on free Kaggle GPU notebooks, tunneled through Cloudflare.

ElevenLabsComfyUI / Wan 2.1Kaggle GPU

Woverico — faceless short-form video

A pipeline that turns scripted topics (news, crime, sports, movies) into narrated, captioned, finished 1080×1920 portrait MP4s — Piper text-to-speech plus Playwright and ffmpeg for the HTML-to-video export.

Piper TTSPlaywrightffmpeg

TBT — short-form video series

A batch video pipeline combining Piper text-to-speech, word-level auto-captions (faster-whisper), and thumbnail generation — used to produce a real short-form series across topics like productivity, cancel culture, and attachment styles.

TBT episode thumbnail — passion TBT episode thumbnail — trophies TBT episode thumbnail — cancel culture
More

Smaller builds, tools, and practice projects

Not every project needs a full case study — these are still real, working software.

Fantasy sports apps

Berneese FPL League, Boom Shakalaka FPL, and Fantasy Warriors — independent practice builds of the same real-money-leaderboard concept behind the client project, each with its own league rules and prize logic.

Streamoji

A custom streaming-emoji tool for live chat and broadcast overlays.

Wist

A large custom content and card-builder tool — modal-driven authoring for rich, shareable cards.

W-Movies

A movie browsing app with listing and detail views.

Wiscot's 3D games arcade

Eight standalone browser games (chess, checkers, dash, maze runner, quiz, shadow boxing, drop zone, eight ball) behind a three.js 3D lobby — built as part of Wiscot.

WiscotApp

Wiscot wrapped for Android with Capacitor — same platform, native shell.

Skills

Stack, drawn from what's actually shipped above

Backend & data

  • Python (Django, DRF, Channels)
  • PHP
  • PostgreSQL / MySQL
  • Redis

Real-time & frontend

  • JavaScript, React + Vite + Tailwind
  • Three.js / WebGL
  • WebSockets
  • WebRTC

Platform & payments

  • OAuth (Google, Discord, GitHub, Twitter, TikTok)
  • Web Push / PWA
  • Capacitor (Android)
  • Flutterwave

AI engineering

  • Gemini Veo, ElevenLabs, ComfyUI
  • Cloudinary
  • ffmpeg / Playwright pipelines
  • Piper TTS

Let's build something.

Open to full-stack, frontend/3D, or product-engineering roles — and freelance work.