DevLog
Building in Public with Claude Code
Daily dispatches from the build floor. Real projects, real problems, real solutions — all built with AI-assisted development.
Finally Fixed That Annoying Netlify Build Failure
Fixed 5 ESLint errors that were breaking Netlify builds for weeks - mostly unused variables and React hooks dependency issues. Sometimes the best fix is the simplest one.
Crushing 14 Features in One Session: From Phone Formatting to Payment Processing
Shipped 14 features in one session including phone formatting, mobile layouts, email notifications, selective billing, processing fees, and a complete accessibility overhaul across SnowTrack and LawnTrack.
When Demo Sites Show Wrong Content: A Cloudflare Workers Debugging Adventure
A Cloudflare Workers deployment failure led me down a debugging rabbit hole that uncovered why demo sites were showing wrong content - turns out it's all about database seeding and API sync workflows.
Shipping H3 Headings and API Updates Across 8 Golden Apps
Wrapped up H3 heading improvements for better SEO structure and successfully deployed REST API updates across all 8 golden apps. Sometimes the best dev days are about solid incremental progress.
Building Context Protection: How I Stopped Accidentally Wiping My AI Documentation
Fixed live SEO schema issues and built pre-commit hooks to protect AI context files from accidental overwrites. Sometimes the best development sessions solve today's problem while preventing tomorrow's headaches.
Building a Complete Hook System: PostToolUse Monitoring and SessionStart Context Loading
Just shipped MemStack Pro v3.3.2 with PostToolUse monitoring and SessionStart context loading hooks, completing my event coverage architecture with 7 hooks across 5 events.
Shipping Auto-Content Queuing and PDF Reports: P3.2 & P4.2 Complete
Shipped auto-content queuing from keyword clusters and branded SEO audit PDFs. The automation pipeline is getting smarter, and clients get prettier reports.
Building MsgDesk: Service Workers, Timezones, and Chrome Extension Headaches
Marathon coding session building MsgDesk Chrome extension - wrestling with service workers, timezone bugs, and the unglamorous details that make extensions actually work.
Railway Deployment, Auth Flow, and Facebook Chat Detection
Wrestling with Railway deployment, Facebook's DOM structure, and building a better auth flow for my Chrome extension. Sometimes the boring solutions are the right ones.
Building a Motion Component Library: From Conversation to Code
Wrapped up the SMPLX Motion System component library today - four HTML files packed with animations and conversion behaviors, complete with a proper component index for easy lookups.