A selection of products, experiments, and systems I've built.
An AI-powered Discord bot that actually delivers results. Built for speed, scalability, and real-world deployment.
Serving 50K+ users with 145ms avg latency and 99.94% uptime
View ProjectDigital transformation agency platform with real-time collaboration and project management tools.
Streamlined workflows for 100+ agency projects
View ProjectInteractive storytelling platform with dynamic branching narratives and real-time multiplayer.
Powered 25K+ interactive story sessions
View ProjectCoaching management system with scheduling, payments, and progress tracking for fitness professionals.
Helping 500+ coaches manage 10K+ clients
View ProjectBeyond building products, I enjoy creating interactive experiences. Here are some minimal experiments you can play with.
Fibonacci Sequence
function fibonacci(n) {
if (n <= 1) return n;
return fibonacci(n - 1) + fibonacci(n - 2);
}
// Try it: fibonacci(10)Click and drag to draw
16×16 pixel canvas • Click download to save your creation