A working portfolio of bespoke infrastructure, deployment workflows, technical documentation, and proofs of concept. The decisions, the build, and what I learned.

Recent
Overview This system intercepts AI crawler traffic (such as GPTBot, ClaudeBot, and PerplexityBot) at Cloudflare’s edge network and serves pre-rendered Markdown directly from Cloudflare Key-Value (KV) storage. Human traffic passes unchanged to the WP Engine origin server, ensuring zero origin server or database load for AI bot requests. Traffic & Data Flow Deployment Guide 1. […]
Objective: This guide documents the end-to-end process for exporting a web application generated by the Replit AI Agent, reconfiguring its strict pnpm monorepo structure, and setting up an automated deployment pipeline to WP Engine’s Atlas (Headless Platform). 1. Project Suitability & Limitations (READ FIRST) Because the Replit AI Agent is a full-stack developer, it can […]
Objective: This guide documents the end-to-end process for exporting a generated web application from Lovable (which uses Vite, TanStack Start, and Nitro) and successfully deploying it to WP Engine’s Headless Platform. 1. Overview & Prerequisites By default, Lovable compiles its frontend applications using TanStack Start and the Nitro server engine. Lovable’s default configuration is highly […]