All bands
Next.js
Deep dives into the Next.js ecosystem: App Router, server components, rendering strategies, and production architecture.
16 STATIONS ON THIS BAND
Medium wave · 540–1600 kHz16 stations stn
We Migrated Static Signal from Next.js to Astro. Here's What Actually Changed.
Last week we published the case for picking Astro over Next.js on content sites. Then we migrated this blog. One PR, half a working day, and a Lighthouse Performance score of 100 from a real production deploy — here are the honest numbers and what surprised us.Astro · Next.js · Web Architecture · Signal vs Noise
When Astro Beats Next.js for Content Sites
Next.js is the default. It's also overkill for most content sites. Astro's island model ships less JS, builds faster, and lets you keep React where you actually need it.Static Architecture · Next.js · Web Architecture · Signal vs Noise
Build-Time Data Fetching Is the New SSR
If your data changes hourly and your traffic doesn't, server-side rendering is solving the wrong problem. Fetch at build time, ship static HTML, and let the CDN do the work.Static Architecture · Web Architecture · Next.js · Signal vs Noise
Static-Site Search With Pagefind: You Don't Need Algolia
Algolia, Elastic, and Lunr earned their place when static sites couldn't search themselves. Pagefind changed that. Here's how to ship real search without a backend or a subscription.Static Architecture · Signal vs Noise · Developer Experience (DX) · Next.js
When Static Isn't Enough: Adding Edge Functions Without Losing the Benefits
Static-first doesn't mean static-only. Here's how to add server-side logic at the edge without giving up the performance and simplicity you chose static for.Web Architecture · Next.js · Static Architecture · Cloud Platforms
OpenGraph Images at Build Time: Why Static Sites Win Social Cards
Generating social card images on demand from a serverless function feels modern. It's also slow, expensive, and fragile. Static sites can pre-render every OG image at build time, cache it forever, and never pay for it again.Next.js · Static Architecture · Web Performance
View Transitions Are Finally Usable
For a decade, smooth page transitions meant shipping a SPA router and giving up the simplicity of multi-page architecture. The View Transitions API ends that tradeoff — and it's finally supported everywhere that matters.Web Architecture · Next.js · Static Architecture
SEO Without a Plugin: How Static Sites Win at Search
Structured data, Open Graph, sitemaps, and RSS — all generated at build time, all under your control, and none of them require a plugin that phones home.Next.js · Static Architecture · Web Architecture
Image Optimization Is a Solved Problem (If Your Site Is Static)
Sharp at build time, next/image in static export, WebP/AVIF variants, blur placeholders, responsive srcset — image optimization used to be a manual chore. Now it's a build step.Next.js · Static Architecture · Developer Experience (DX)
Migrating a WordPress Site to Next.js Static Export
You've decided WordPress isn't worth the maintenance anymore. Here's the full migration playbook — content extraction, markdown conversion, image handling, redirects, and deployment.Wordpress · Next.js · Static Architecture · Web Architecture
Building a Type-Safe API Layer in Next.js Without tRPC
tRPC is excellent. It's also overkill for most projects. Here's how to get type-safe API routes in Next.js using route handlers, Zod, and shared types — no extra dependencies required.Next.js · TypeScript · Developer Experience (DX)
Next.js App Router: Two Years Later
The App Router shipped with promises of simpler data fetching, better performance, and a cleaner mental model. Two years of production projects later — here's the honest verdict.Next.js · Signal vs Noise · React · Web Architecture
Markdown-Driven Content: How to Build a Blog Without a CMS
No database. No admin panel. No plugin updates at 2am. Just files.Next.js · Static Architecture · TypeScript · Headless CMS
How to Deploy a Next.js Static Site to Render.com
Vercel is the obvious choice. Here's why you might not want it — and how to get the same result on Render with full control.Next.js · Render.com · Static Architecture
Automating Client Website Builds with n8n and Claude Code
A real look at the pipeline I built to take a client intake form and turn it into a deployed website — with minimal human involvement.Automation · Render.com · Next.js · Static Architecture
The Architecture of the Modern Web: How React and Next.js Became the Industry's Default Stack
From a Facebook experiment to the backbone of the internet — the story of two frameworks that rewired how developers think about building for the browser.React · Next.js · Web Architecture

