I recently saw a post from the Vercel CEO pointing out that LLMs understand websites much better when they can request:<p>`Accept: text/markdown`<p>Most websites today are built for humans. When AI agents try to consume them, they get complex HTML instead of clean, structured content.<p>So I bu...
Stories by hval
A few days ago I shared accept.md, a small utility that lets a Next.js page return Markdown when the client sends:<p>Accept: text/markdown<p>Instead of HTML.<p>No one asked for SvelteKit support, still I shipped it.<p>It now works with:<p>* Next.js (App Router and Pages Router)
* SSG / SSR...