Blog
- Your Vercel project's Framework Preset can lie about itself2026-05-06
vercel.json overrides the project setting at build time, which means a project misconfigured as 'Other' can still deploy a Next.js site correctly — until vercel.json goes away.
- The right way to attach a custom domain on Vercel2026-05-04
Add the alias field to vercel.json. Don't run vercel alias set. Here's why the obvious command is the wrong one.
- Zero-config Vercel is a myth if you skip the interactive flow2026-05-02
I followed the docs. The build was green. Every URL returned 404. Here's the setting the wizard was quietly turning on for me.
- Shipping the simplest blog that works2026-05-01
What happens when you treat 'frontmatter' as a JS export instead of YAML — and why @next/mdx made that choice.
- Hello, world2026-05-01
First post on the public proof engine. Why this site exists and what to expect.