Work and lab systems in one surface.

Production implementations, internal tools, and QA utilities grouped by measurable impact rather than by page type.

TypeScript code: transcript-to-clips pipeline using Remotion renderMedia and Zod schema validation

Podcast Automation Pipeline

React + Remotion render architecture that transforms transcript data into captioned clips and social variants with typed schema validation.

TypeScript code: retention signal mapping with edit decision types cut, keep, retime

Retention Signal Dashboard

Structured reporting layer that maps watch-time drop-offs to specific edit decisions for iterative episode optimization.

Playwright TypeScript test: crop-safe spec validating platform aspect ratios across Instagram, YouTube, TikTok

Crop Check QA Utility

Platform-safe area preview system with deterministic screenshot checks to catch layout breakage before publishing.

View Source
Zod schema code: ReelSchema with project, artist, ctaText, reelType, and timing validation

Genera-Reels Engine

Template-based short-form video rendering tool that consumes payload inputs and emits batch reels with repeatable output quality.

Private Repo
TypeScript code: normalizeCards function parsing MTG deck list text into typed Card objects

Keep7 Probability Simulator

Browser-based combinatorial analysis tool for opening-hand consistency and mulligan decision support.

View Source
TypeScript reducer code: gameReducer with PLAYER_HIT case, state guards, and bust detection

Blackjack State Engine

Reducer-driven game state machine built to enforce explicit transition rules and avoid hidden state drift bugs.

View Source