Blog

Next.js Enabling Next.js MCP Server for coding agents
Every AI coding assistant working on a Next.js project faces the same handicap: it can read your source files, but it has no idea what's actually hap
Dive Deeper
Next.js mdx-components.js
If you've configured @next/mdx in the App Router and your MDX files are rendering with completely unstyled HTML — plain black links, default browse
Dive Deeper
Next.js Metadata and OG images
Every page you ship eventually gets shared somewhere you don't control: pasted into a Slack channel, tweeted, dropped into a WhatsApp group, or index
Dive Deeper
Next.js Metadata Files API Reference
Search engines, social media crawlers, and browsers all expect a handful of specific files and head-tag conventions before they'll represent your sit
Dive Deeper
Next.js Migrating from Create React App
Create React App has been officially archived, and if you're still running a CRA project, you've probably noticed the signs even before that announce
Dive Deeper
Next.js Migrating from Vite
Vite earned its popularity for a good reason: it's fast, it has almost no configuration ceremony, and npm create vite gets you a working React app
Dive Deeper