Latest Articles

We're Next.js Launchpad, a working notebook from a team that ships App Router production apps for retailers, SaaS founders, and fintech back offices. We don't repackage the Next.js docs — we publish the migration diffs, the cache traces, and the Vercel bills that the docs leave out. Every tutorial here starts from a real repo we maintain, not a sandbox.

Upgrading to Next.js 16 without breaking your build

The jump from 14 to Next.js 16 changed the defaults around caching, fetch memoization, and the long-awaited stable Turbopack build pipeline. Our upgrade walkthroughs cover the codemods worth running, the ones worth skipping, and how to interpret the new cacheLife primitives now that the implicit fetch cache is gone. We also document the React 19 use() migration paths and the React Server Components patterns that finally became safe to rely on once Suspense streaming stabilized.

If you're stuck on Pages Router because of a 2022-era auth library, we have side-by-side rewrites showing how to land an incremental App Router migration behind a feature flag without forking your middleware. We track the vercel/next.js discussions weekly so you don't have to.

App Router patterns that survive a year in production

Most App Router tutorials stop at page.tsx and a fetch call. Our team focuses on the harder questions: where should auth live when half your routes are static and half are dynamic, how do you compose parallel routes for a real dashboard, and what does a sensible Server Action retry policy look like when the user has a flaky train Wi-Fi connection. We share the layout trees we actually run, including the error.tsx and not-found.tsx boundaries that catch the failure modes you only discover at 3am.

You'll find deep-dives on Suspense streaming with the Streams API, partial prerendering rollout stories, and our opinionated take on when to reach for client components versus pushing state into the URL with useSearchParams.

Edge vs Node runtime: picking the right one per route

The Edge runtime is fast, cheap, and quietly incompatible with a surprising slice of npm. We benchmark cold starts, p95 latency, and egress cost across Vercel's Edge Functions, Node serverless, and the new Fluid Compute model so you can match runtime to workload instead of guessing. Our guides cover the gotchas around Prisma, Node Buffer, and crypto APIs, plus how to read the Server-Timing headers Vercel emits to find the real bottleneck.

We also publish FinOps spreadsheets — actual invoices, redacted — so you can model whether moving an API route to the edge will save money or just feel modern.

Scroll down for our latest articles. New posts land every week, usually right after we've shipped the pattern into our own production code.

Latest Articles

View all articles →

Read in Your Language

Choose your preferred language to explore our content