Hey Indie Hackers,
Like many of you, I generate long-form reports, proposals, and briefs using AI (ChatGPT, Claude, Qwen).
The text quality is great, but the moment you copy-paste raw text into Microsoft Word, everything breaks:
I wanted something like Gamma, but specifically for native, editable Word documents (.docx)—without the flashy slide colors, focused purely on clean, executive-ready typography.
So, I spent the last few weeks wrestling with Word’s OpenXML (document.xml, styles.xml, and style inheritance chains) to build DocReplacer.
.docx file in 1 click.It's running on a live v0.8 Alpha engine. It currently accepts prompt inputs and runs at about ~80% formatting accuracy—complex multi-column tables or nested structures can still cause minor layout quirks while I fine-tune edge cases.
You can test your prompt directly on the interactive demo without signing up:
👉 docreplacer.online
.docx output better for your workflow than a flat PDF?Roast the UI, test the engine, and drop your feedback in the comments!
The editable .docx angle feels like the more important bet here than the formatting engine itself.
Have you seen people actually abandoning or working around existing AI document tools because they need to keep editing in Word, or did that mostly come from your own workflow so far?