🦞🌯 Lobster Roll

Stories by hval

Show HN: Accept-md – One command to make Next.js sites LLM-scraping friendly (accept.md)
I recently saw a post from the Vercel CEO pointing out that LLMs understand websites much better when they can request:<p>`Accept: text&#x2F;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...
Show HN: Accept.md now supports SvelteKit – return Markdown from any page (accept.md)
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&#x2F;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 &#x2F; SSR...