Skip to main content

2 posts tagged with "nextjs"

View All Tags

Cloudflare viNext: Safe AI-Assisted Refactor Patterns for Workers Migration

· 4 min read
Victor Jimenez
Software Engineer & AI Agent Builder

Cloudflare viNext is the fastest path today to run modern Next.js apps on Workers with less adapter glue. But the safe adoption pattern is not "AI rewrites everything." The practical pattern is AI for scoped transforms, deterministic checks for every change set, and a canary rollback plan.

That combination gives speed without losing production stability.

A Reproducible Next.js Rebuild Benchmark That Actually Catches Regressions

· 4 min read
Victor Jimenez
Software Engineer & AI Agent Builder

I built a reproducible Next.js rebuild benchmark to answer one question quickly: which build profile is fastest, and did we just introduce a regression? It targets next@16.1.6, runs cold and warm cache scenarios, and produces JSON you can diff in CI.

Teams notice build regressions late. This tool makes them visible immediately.