» Tag
nextjs
25 postsBuilding a Deal Finder Bot from Catawiki's Expert Estimate Data
Catawiki quietly embeds expert price estimates in its NEXT_DATA JSON on every lot page. Here's how that discovery became a live deal-finding Apify Actor for auction bidders.
Next.js ISR and On-Demand Revalidation Explained
A practical look at Next.js ISR vs on-demand revalidation, cache tag strategies, webhook integration, and common caching mistakes to avoid.
Partial Prerendering in Next.js: Static Shell, Dynamic Stream
Next.js's experimental PPR feature serves a static HTML shell instantly from the CDN while streaming dynamic Suspense sections from origin in the same response, replacing ISR tradeoffs.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comBuilding an AI Website Generator for Nigerian SMBs: Architecture & Lessons
How WebDigitize generates multi-page sites for Nigerian SMBs using Next.js, FastAPI, and Claude — plus key lessons on Puck JSON schema design.
Ditch API Routes with Next.js Server Actions
A look at how Next.js Server Actions paired with Zod eliminate manual API routes and fetch boilerplate while delivering true end-to-end type safety.
Half My Traffic Was Bots: A 4-Day Layered Defense Stack
A developer discovered headless bots executing JS made up half his traffic, then built a 4-day, five-layer defense using robots.txt, ISR, Redis, and Vercel BotID.
Three Open Memory Leaks in Next.js: Identify Which One You're Facing
There are three open memory leak issues in Next.js 15.5-16.3. Tips for identifying them are included.
JavaScript Error Disabled Server Rendering on 190 Pages
Google reported soft 404 errors on 190 pages due to a JavaScript issue. An overview of the problem and its solution.
One Markdown File, 15 Landing Pages: Separate Your Copy From Your Design
Our homepage saw fifteen redesigns from one markdown file, enhancing workflow by separating copy and design discussions.
nuqs: URL State Management in Next.js
nuqs allows URL to manage state in Next.js, making filters shareable and persistent.