The Morning I Hit Cloudflare Workers' 62 MiB Limit, and the Content Split Architecture I Rebuilt for 5,000 Articles
One morning, an indie developer running 4 AI tech blogs on Cloudflare Workers + Next.js woke up to a deployment that had stopped because articles.json grew large enough to push the Worker bundle past the 62 MiB limit. This is the concrete implementation walkthrough of splitting metadata from HTML, with the build-time and bundle-size numbers observed across the first month.
Why Claude Code Breaks Your MDX Frontmatter With YAML Errors (and How to Fix It)
If you have ever let Claude Code mass-produce MDX articles, sooner or later your build dies with a cryptic YAML error. Nested double quotes, stray colons, comma-joined tag entries — here is what is actually happening and the five patterns I trust in production.
Building a SaaS Solo with Claude Code in 90 Days — A Complete Record of Design, Implementation, and Monetization (2026)
A full behind-the-scenes account of building and monetizing a SaaS product using only Claude Code in 90 days — including tool choices, cost management, and every painful lesson learned.
Running Next.js on Cloudflare Workers in Production with Claude Code — Every Build Crisis, Cache Bug, and Automation Pattern We Solved
Running Next.js on Cloudflare Workers is not the same as Vercel. The 62 MiB bundle limit, ASSETS binding quirks, and edge cache personalization conflicts are real production hazards. Here's how Claude Code helped us solve each one.
Implementing Claude API SSE Streaming in Next.js App Router: A Practical Guide
Learn how to implement Server-Sent Events streaming from the Claude API in Next.js App Router. Covers ReadableStream, React hooks, cancellation, and error handling with production-ready code.
Claude API × Vercel AI SDK Complete Integration Guide: Production AI in Next.js 15 from Design to Deployment
A practical guide to integrating Claude API with Vercel AI SDK in Next.js 15. Covers streamText, generateObject, tool calling, RAG, cost monitoring, and production-ready design patterns for building robust AI-powered applications.
Claude Code × Next.js 15 App Router Production: RSC, Server Actions, Auth, Testing & Deployment
The practical guide to production Next.js 15 App Router development with Claude Code. Covers RSC architecture decisions, Server Actions patterns, Auth.js v5, Vitest testing, and Cloudflare Workers deployment with practical code examples.
Claude Code × Vercel Deploy Automation Guide — Ship Next.js Projects to Production Faster
Learn how to combine Claude Code and Vercel to automate Next.js deployments. From project scaffolding to preview environments, production releases, and environment variable management — a complete practical workflow.
Build Full-Stack Apps Fast with Claude Code and Supabase
Learn how to build a full-stack app with authentication, database, and real-time features using Claude Code and Supabase — complete with practical code examples.
Accelerate Frontend Development with Claude Code — A Practical React & Next.js Workflow
Learn how to supercharge your React and Next.js frontend development with Claude Code. From component generation and styling to testing and performance optimization, discover practical workflows you can use today.
Next.js × Claude Code Development Guide — AI-First Web Development in Practice
Learn AI-first web development combining Next.js 16 and Claude Code. Covers AGENTS.md, MCP DevTools, App Router project setup, and deployment to Cloudflare Pages.
Bonus: to Deploying Next.js on Cloudflare Pages
Learn how to deploy a Next.js app to Cloudflare Pages using Claude Code. Covers the OpenNext adapter, Wrangler CLI, environment variables, and custom domains.