Independent Creative Developer

Crafting Digital Excellence.

01

The Philosophy

I build experiences that matter.

As an independent developer, I value clarity, precision, and performance. My work connects the gap between functional code and expressive motion. I don't only write code, I build digital experiences that engage and inspire.

Every pixel is placed with purpose, and every interaction is tuned for the perfect feel. In an internet filled with templates and website block builders, I create the unique. I create projects out of proportion to the competition.

touch_app

User Centric

Ensuring everything feels just right.

all_inclusive

Future Proof

Built to scale and adapt.

psychology

Strategic

Building beyond the code and with purpose.

hourglass

Timely

Delivering projects on time.

import { useState, useEffect } from 'react'; import { motion, AnimatePresence } from 'framer-motion';   // Custom hook for optimized fetch const useData = (url) => { const [data, setData] = useState(null); useEffect(() => { fetch(url).then(r => r.json()).then(setData); }, [url]); return data; };   const GlassPanel = ({ isActive }) => { const config = useConfig(); return ( <AnimatePresence> {isActive && ( <motion.div initial={{ opacity: 0, y: 20 }} animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, scale: 0.9 }} className="glass-card" > <Header title="Arcade" /> <Content data={config} /> </motion.div> )} </AnimatePresence> ); };
code

Clean Code

Maintainable, scalable, and modern architectures.

devices

Fluid Layouts

Responsive design that adapts to any device seamlessly.

bolt

High Performance

Optimized for speed, accessibility, and SEO.

palette

Visual Detail

Pixel-perfect implementation of complex designs.

My Toolkit

Technologies I use to bring code to life

03

Selected Work

SQUAD Bot Banner
Discontinued Automation

SQUAD Bot

SQUAD Bot is a modern automation bot built for Roblox communities, offering fast verification, smart role syncing, and real‑time game integration; all wrapped in a clean, streamlined interface designed for creators.

Modern Info JavaScript
bluff.lol Banner
In Progress In-browser Play

bluff.lol

bluff.lol is a lightweight social game built for quick calls, bold lies, and fast reactions. It offers a clean, modern space where friends can jump in, bluff hard, and laugh instantly.

Social Game Party
02

My Process

01

Discover

Deep dive into goals, requirements, and target audience.

02

Design

Crafting visual systems, user flows, and interactive prototypes.

03

Develop

Building with clean, scalable, and performant code.

04

Deploy

Launch, optimization, and ensuring long-term stability.