Projects
Full-stack projects, AI applications, and developer tools I've built - 8 projects and counting.
CloudExecX
2026Cloud & InfraliveAuto-scaling code execution engine running inside secure, isolated Docker sandboxes.
Securely isolates untrusted scripts with sub-500ms latency- Isolates runtime environments via CPU-capped, memory-limited, net-disabled Docker sandboxes
- Distributes high-throughput jobs asynchronously using BullMQ and Upstash Redis queues
- Features real-time output capture with automatic TTL cleanups and truncation controls
NoteRoot
2026SystemsliveHigh-performance self-hosted documentation engine using local markdown files as the source of truth.
Zero database dependencies for content; zero-config single binary deployment- Compiles decoupled React/TypeScript UI directly into Go binary using go:embed
- Resolves dynamic structural node directories and slugs on the fly with no content DB
- Utilizes stateless JWT authentication and a lightweight CGO-free SQLite session database
MilesToGo AI
2026AI & WebliveSmart travel planner generating personalized itineraries with interactive 3D globe visualization.
Generates cohesive travel routes with real-time collaborative editing- Generates contextual multi-day travel plans using large language model orchestrations
- Renders high-fidelity interactive 3D globes and route lines directly in the browser
- Synchronizes itinerary collaborations in real-time across multiple users using Convex
AI ChattyBot
2025AI & WebliveReal-time AI chatbot app with typing indicators, glassmorphic UI, and multi-model routing.
Sub-100ms real-time chat sync with multi-model AI routing- Maintains persistent two-way communication channels with WebSockets via Socket.IO
- Provides flexible access to Gemini, Claude, and GPT models via OpenRouter routing
- Features modern glassmorphism aesthetic styling with Tailwind CSS v4 variables
DevLink
2026Full-StacklivePersonal developer dashboard to organize bookmarks, markdown notes, and display GitHub contributions.
Aggregates coding stats and productivity links in a central dashboard- Integrates third-party GitHub REST APIs to fetch profile metadata and total commits
- Supports secure session states utilizing JWT middleware and encrypted passwords in bcrypt
- Adapts with dual desktop sidebar navigation and a custom bottom tab navigation for mobile
BloomMind AI
2026AI & WebliveCalm, client-side wellness companion offering box breathing guides and secure local mood logs.
100% client-side data privacy with offline wellness support- Interfaces directly with Gemini 2.5 Flash client-side with full context retention
- Features guided 4-4-4 box breathing exercises utilizing custom Web Audio soundscapes
- Integrates Web Speech synthesis and recognition APIs for accessible voice operations
Transforming Optimus Prime
2026Creative WebliveScroll-driven cinematic Optimus Prime transformation with 200 high-res frames, Lore, Gallery, and Timeline pages.
Cinematic scroll-driven rendering at 60 FPS in standard browser canvas- Executes high-performance sequential frame rendering on HTML5 Canvas to prevent layout shifts
- Coordinates intricate entrance and exit animation sequences utilizing Framer Motion
- Features full responsive optimization for touch-based mobile and trackpad scroll events
NexusTick
2026Browser ExtensionsliveA Chrome productivity extension combining world clocks, timezone comparisons, Pomodoro timers, and meeting planners.
Consolidates developer workspace utilities in a single sidebar extension- Integrates a customizable Pomodoro focus timer with desktop audio alerts
- Supports real-time time zone comparison and conversion for remote teams
- Stores user settings and meeting schedules locally via Chrome Storage APIs