Playbooks

Lessons I've learned building products. My wins, my mistakes, and everything I figured out along the way.

guide

Building a Turbo Monorepo for Multi-Tenant SaaS

From Legacy CRA to Scalable Monorepo Architecture

10 min read

Complete guide to migrating a B2B2C platform to Turbo monorepo. Shared packages, workspace configuration, and scaling multiple Next.js apps.

Read more →
playbook

Building an AI Website Builder with OpenAI GPT-4

From Conversational Input to Deployed Sites

14 min read

Complete implementation of an AI-powered website builder using OpenAI GPT-4. LLM integration, rate limiting, background jobs, and turning prompts into production sites.

Read more →
playbook

Fixing Token Preservation in Supabase Realtime JS

Contributing to Open Source: Supabase Realtime

9 min read

Deep dive into fixing a critical bug where custom JWT tokens weren\'t preserved across channel operations in Supabase Realtime JS, affecting private channel authentication.

Read more →
playbook

Building a Multi-Tenant NFC Platform with AWS Lambda and DynamoDB

Serverless Architecture for Thousands of Concurrent Users

8 min read

Serverless NFC platform for post-purchase tracking. Multi-tenant isolation, DynamoDB schema design, and scaling to thousands of concurrent users.

Read more →
playbook

Building a React Native MVP from Scratch in 6 Months

From Zero to App Store

10 min read

Complete guide to building and shipping a React Native MVP for iOS and Android in 6 months. Architecture, team management, and critical decisions.

Read more →
playbook

Migrating from Create React App to Next.js Turbo

A Complete Production Migration Guide

8 min read

Complete migration from CRA to Next.js Turbo monorepo reducing deploy times by 60%. Practical patterns for routing, SSR, and managing distributed teams.

Read more →