← Back to System Core
Engineering Projects
I build tools that fix real workflow pain.
Production pipelines, active web builds, and side experiments.
I use Remotion for programmatic video, Playwright for e2e validation,
Zod for schema-enforced data flow, and Next.js for architecture builds.
Remotion / React / Zod / GSAP
Genera Reels
Turned a manual, isolated reel-editing process into a company-wide
programmatic pipeline. Anyone can instantly generate localized, branded
reels without opening Premiere Pro — driven by a Zod schema data-flow
with typed render contracts at every stage.
React / Remotion / Zod
Dehumidifier Ad Engine
A React utility and Remotion pipeline that calculates environmental
inputs (sq ft, dampness level, basement temperature) and automatically
renders targeted product video ads for the user's specific conditions.
Input flows through a typed Zod schema into the render composition.
Remotion / TypeScript / React
High Functioning Graphics
A Remotion-powered engine that programmatically generates transparent,
broadcast-quality lower-thirds and overlays for podcast guests.
Eliminates After Effects render queues entirely — output is render-ready
in seconds from a structured data input.
Next.js / Remotion / TypeScript
Fastlisting
A Next.js and Remotion integration that takes real estate photo arrays
and automatically renders them into dynamic, motion-graphics video tours
ready for MLS listings and social distribution. Reduces listing media
turnaround from hours to minutes.
Next.js 14 / Tailwind / TypeScript
BAS Web Starter
Full site rebuild for an FAA-licensed drone photography and real estate
media company based in Peabody, MA. Structured for fast iteration with
Next.js 14 server components, Tailwind CSS, and TypeScript — featuring
a video showreel, modular portfolio gallery, and optimized asset delivery.
React / Vite / PostHog
Deposit Letter
Client-side utility for landlords to generate itemized security deposit
deduction letters. Dynamic line items, live calculation totals, and
browser-native print-to-PDF — fully client-side with no server dependency.
Live at depositletter.com.
React / Algorithms / Regex
Keep7 — MTG Probability Simulator
Opening-hand math is annoying to do by feel. This client-side math lab
runs combinatorial analysis so players can stress-test deck consistency
in seconds instead of guessing their odds.
React / Reducers / State Machines
Blackjack State Machine
A reducer-driven game engine that models turn flow, bets, splits, and
outcome resolution without state drift or hidden transitions. Built to
enforce explicit state rules and eliminate edge-case bugs common in
imperative game logic.
React / Zod
Dehumidifier Sizing Calculator
Environmental input calculator that takes square footage, dampness level,
basement temperature, and drainage setup to determine the correct
dehumidifier capacity. Zod-validated inputs with instant output.