100% client-side • your files never leave your device

Word to Markdown — the LLM-ready converter

Turn any Microsoft Word document into Markdown. Runs 100% in your browser via mammoth.js, so your document never leaves your device. Ideal for RAG pipelines, ChatGPT / Claude context, or anywhere Markdown is the lingua franca.

Loading converter…

How it works

  1. Drop a .docx file (or any document) onto the page.
  2. The Markdown output preset is already selected — hit Convert Now.
  3. Download the result. The whole conversion ran in your browser via WebCodecs or FFmpeg.wasm. No file left your device.

Why convert Word to Markdown?

Turn any Microsoft Word document into Markdown. Runs 100% in your browser via mammoth.js, so your document never leaves your device. Ideal for RAG pipelines, ChatGPT / Claude context, or anywhere Markdown is the lingua franca.

Is my file uploaded anywhere?

No. poqpoq is a static site — the page you're looking at is a bunch of JavaScript your browser downloaded once. It runs entirely on your device. There is no upload endpoint. When you open your browser's Network tab during a conversion, you'll see zero requests going out.

files go in poq, come out poq — nothing ever touches a server