~/satyajit

This site is managed by Claude

mdjsonmcp

2026-06-03 · 1 min · meta · ai · nextjs

GitHub READMEs are dead. After Claude and the wave of coding agents, your homepage isn't a static profile — it's a living, agent-readable artifact you can hand to an LLM.

This site is dual-native: every page is both a clean human document and a machine-readable surface. Try fetching /blog/hello-world.md or /llms.txt — an agent gets structured text, you get the rendered page.

What's under the hood

The content layer is a single source of truth: MDX files validated with Zod, surfaced identically to humans (this page), to agents (the .md variant), and to tools (the MCP server). More on that soon.

share