PROJECTS

A selection of products, experiments, and systems I've built.

Scroll Down

R.O.T.I

An AI-powered Discord bot that actually delivers results. Built for speed, scalability, and real-world deployment.

TypeScriptDiscord.jsOpenAIRedisMongoDB

Serving 50K+ users with 145ms avg latency and 99.94% uptime

View Project

Foil Digital

Digital transformation agency platform with real-time collaboration and project management tools.

Next.jsReactNode.jsPostgreSQLWebSockets

Streamlined workflows for 100+ agency projects

View Project

Kingsway Interactive

Interactive storytelling platform with dynamic branching narratives and real-time multiplayer.

ReactWebGLSocket.ioExpressMySQL

Powered 25K+ interactive story sessions

View Project

SGM Coaching

Coaching management system with scheduling, payments, and progress tracking for fitness professionals.

React NativeFirebaseStripeNode.js

Helping 500+ coaches manage 10K+ clients

View Project

Interactive Experiments

Beyond building products, I enjoy creating interactive experiences. Here are some minimal experiments you can play with.

Code Playground

Fibonacci Sequence

function fibonacci(n) {
  if (n <= 1) return n;
  return fibonacci(n - 1) + fibonacci(n - 2);
}

// Try it: fibonacci(10)

Pixel Art Creator

Click and drag to draw

16×16 pixel canvas • Click download to save your creation

More coming soon… Currently building something new with AI.