docx-to-web Publisher Convert a .docx document into a fully structured, styled web page within a Next.js site that uses a content catalog pattern (product array, detail page route, optional knowledge graph). When to use - User has a file and wants it published on their Next.js site - User says "publish this paper/brief/report" and there's a .docx involved - User wants to add a research document to a content library or wisdom library - Converting any structured Word document to a web-rendered page Prerequisites - Next.js App Router project with a content catalog pattern (a TypeScript data arra…